Jump to content

Ürün sayfasında marka ve tedarikçi gösterme


Şahin YILDIZ

Recommended Posts

marka_tararikci.jpg

 

 

temaadı/product.tpl 

 

Bul:

<span class="editable">{$product->reference|escape:'htmlall':'UTF-8'}</span>

Değiştir:

				<span class="editable">{$product->reference|escape:'htmlall':'UTF-8'}</span>
				
	<br><br>
{if $product->id_manufacturer > 0 OR $product->id_supplier > 0}
    {if $product->id_manufacturer >  0}
	<label style="font-weight: bold;">{l s='Marka Adı :'} </label>
	<span class="editable"> {$product->manufacturer_name}</span>
    {else}{/if}<br>	<br>
 
    {if $product->id_supplier > 0}
	<label style="font-weight: bold;">{l s='Tedarikçi Adı :'} </label>
      <span class="editable">  {$product->supplier_name}</span>
        {else}{/if}
  {else}{/if}
  • Like 1
Link to comment
Share on other sites

  • 3 months later...

peki bu tedarikçi ismine ve marka adına link vermek için nasıl bir kod eklememiz gerekiyor acaba ? marka adına tıkladığında markanın tüm ürünlerine gidecek, tedarikçi adına tıkladığımızda tedarikçinin tüm ürünlerine gidecek ?

Link to comment
Share on other sites

  • 7 months later...
  • 1 year later...

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