Jump to content

recuperare terza immagine del prodotto


ilario

Recommended Posts

ciao a tutti 

sto modificando il file product-cover-thumbnails.tpl

mi servirebbe ricavare url della terza immagine del prodotto, ma non in quelle delle combinazioni, ma le immagini generali del prodotto 

come posso fare?

grazie mille

ilario

 

 

url image.png

Link to comment
Share on other sites

dopo diverse ricerche e tentativi sono riuscito a trovare 

{assign var='terzaproductimg' value=Image::getImages($language.id, $product.id)}                         
{if isset($terzaproductimg[2])}
    <img  src="{$link->getImageLink($product.link_rewrite,$product.id_product|cat:"-"|cat:$terzaproductimg[2].id_image, 'large_default')}" />
{/if}

 magari potrà essere utile a qualcuno

Edited by ilario (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...