Jump to content

Versandlink in product.tpl


mactoo

Recommended Posts

hi,

 

ich soll in der product.tpl in etwa sowas

</p><p class="our_price_display1" itemprop="offers" itemscope itemtype="https://schema.org/Offer">
                                        {if $tax_enabled  && ((isset($display_tax_label) && $display_tax_label == 1) || !isset($display_tax_label))}
                                            {if $priceDisplay == 1} {l s='tax excl.'}{else} {l s='tax incl.'}{/if}
                                        {/if}
                                        <meta itemprop="priceCurrency" content="{$currency->iso_code}" />
                                        {hook h="displayProductPriceBlock" product=$product type="price"}
  {l s=', zzgl. <a href="http://www.denise-laedchen.de/content/1-Zahlung-Versand">Versand</a>.'}
                                    {/if}......

 

einbinden. hier zu sehen

http://www.denise-laedchen.de/sicherheitswesten/34-sicherheitsweste-protecto-flex-light-erwachsene.html

 

nur der link als solches wir nicht anzeigt, weß jemand von euch rat?

 

lg

Link to comment
Share on other sites

habs rausgefunden. code:

.... itemprop="offers" itemscope itemtype="https://schema.org/Offer">
                                        {if $tax_enabled  && ((isset($display_tax_label) && $display_tax_label == 1) || !isset($display_tax_label))}
                                            {if $priceDisplay == 1} {l s='tax excl.'}{else} {l s='tax incl.'}<a class="our_price_display1" href="{'../content/1-Zahlung-Versand'}">{l s=', zzgl. Versandkosten'}</a>{/if}

Edited by mactoo (see edit history)
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...