Jump to content
  • 0

Podlinkowanie producenta


iwona12

Question

Cześć, czy jest możliwość, że w produktach w Producencie można podlinkować nazwę producenta do wybranej strony. A głównie do strony, którą sama stworzę w PREFERENCJE/CMS. Strona ta nie będzie widoczna w głównym oknie strony.

Pozdrawiam,

Iwona

podlinkowanie_producenta.png

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Jest taka możliwość, trzeba zmodyfikować product.tpl - dodać np. taki kod:

{if $product->id_manufacturer}
    <a target="_blank" href="{{$link->getCMSLink(__ID_STRONY_CMS__)}" title="{l s='All products of the producer:'} {$product_manufacturer->name|escape:'html':'UTF-8'}">
        {$product_manufacturer->name|escape:'html':'UTF-8'}
    </a>
{/if}

Będzie to ustawienie "globalne", tzn dla każdego produktu będzie taki sam link do strony CMS.

 

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...