Jump to content

Großen Hinweis oben im Warenkorb anzeigen


Recommended Posts

Dann zeig doch mal ein Code-Beispiel deiner Datei.

 

Und du meinst schon die richtige Warenkorb-Seite - nicht den Warenkorb-Button oben im Header?

 

Ich meine schon den richtigen Warenkorb.

{capture name=path}{l s='Your shopping cart'}{/capture}
<h1>Das ist der Mustertext</h1>
<h1 id="cart_title" class="page-heading">{l s='Shopping-cart summary'}
  {if !isset($empty) && !$PS_CATALOG_MODE}
    <span class="heading-counter">{l s='Your shopping cart contains:'}
      <span id="summary_products_quantity">{$productNumber} {if $productNumber == 1}{l s='product'}{else}{l s='products'}{/if}</span>
    </span>
  {/if}
</h1>

{if isset($account_created)}
  <p class="alert alert-success">
    {l s='Your account has been created.'}
  </p>
{/if}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...