Jump to content

Visualizzare produttore in pagina prodotti


max21-12

Recommended Posts

  • 1 month later...
  • 5 months later...

Ciao a tutti,
cercavo anche io una soluzione per inserire il logo del produttore nella scheda prodotto, utilizzando il codice postato sopra (quello per inserire il nome e non l'immagine) , restituisce sempre il nome dell'ultimo produttore presente nel BlockManufacturer
Qualcuno ha trovato una soluzione?
Grazie
M.

Link to comment
Share on other sites

  • 3 months later...
  • 2 years later...

per lo stesso problema, dato che non sono riuscito a fare come avete scritto, ho risolto in questo modo:

 

nel file themes/default/product-list.tpl

 

dove c'è

 

</div>

<div class="center_block">

<a href="{$product.link|escape:'htmlall':'UTF-8'}" class="product_img_link" title="{$product.name|escape:'htmlall':'UTF-8'}">

<img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} />

{if isset($product.new) && $product.new == 1}<span class="new">{l s='New'}</span>{/if}

</a>

<h3>

<a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|escape:'htmlall':'UTF-8'|truncate:35:'...'}</a></h3>

 

<p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}" >{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}</a></p>

 

 

</a></p>

 

ho aggiunto un'altra riga midificando i product.name in product.manufacturer_name e un <p></p>

per scendere di un rigo

 

<a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.manufacturer_name|escape:'htmlall':'UTF-8'|truncate:35:'...'}</a></h3>

<p></p>

 

alla fine il codice è questo:

 

</div>

<div class="center_block">

<a href="{$product.link|escape:'htmlall':'UTF-8'}" class="product_img_link" title="{$product.name|escape:'htmlall':'UTF-8'}">

<img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} />

{if isset($product.new) && $product.new == 1}<span class="new">{l s='New'}</span>{/if}

</a>

<h3>

<a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|escape:'htmlall':'UTF-8'|truncate:35:'...'}</a></h3>

 

<a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.manufacturer_name|escape:'htmlall':'UTF-8'|truncate:35:'...'}</a></h3>

<p></p>

 

<p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}" >{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}</a></p>

 

 

</a></p>

 

Facendo così visualizzo il nome del produttorre in nero tra il nome dell'articolo e la descrizione breve (che io uso come modello di auto del prodotto)

 

Nell'esemio di sotto i produttori sono SIX-Performances ed INVIDIA, il titolo è quello in neretto, mentre Nissan 350z è la descrizione breve.

 

post-414494-0-17922900-1356096380_thumb.jpg

Edited by devilchris (see edit history)
Link to comment
Share on other sites

  • 1 year later...

Certamente che puoi basta che inserisci l' id del produttore

 

{if $product->id_manufacturer}                 <div id="manifacturer_product">                 <img >id_manufacturer}-medium.jpg" alt="{$manufacturer.name}" title="{$manufacturer.name}" />                                 </div>            {/if}

questo è il codice da inserire nel file

 

Ciao ;-)

 

Ciao secondo me in questo codice c'è qualche piccolo errore ;)

Link to comment
Share on other sites

  • 6 months 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...