Jump to content

Appel à l'image large-scene


Recommended Posts

Bonjour,

Je souhaite organiser ma fiche produit différemment selon la catégorie du produit. Pour ça aucun problème.
Le problème est que l'image du produit ne doit pas faire la même taille selon la catégorie du produit. J'ai donc pensé à charger une image en "-large" pour la 1ère catégorie et en "-large_scene" pour la 2e.

J'ai donc modifié dans le tpl pour ma 2e catégorie :


       {if $have_image}
name|escape:'htmlall':'UTF-8'}" id="bigpic" title="{$product->name|escape:'htmlall':'UTF-8'}"/>
       {else}
name|escape:'htmlall':'UTF-8'}" title="{$product->name|escape:'htmlall':'UTF-8'}" />
       {/if}



en :


       {if $have_image}
name|escape:'htmlall':'UTF-8'}" id="bigpic" title="{$product->name|escape:'htmlall':'UTF-8'}"/>
       {else}
name|escape:'htmlall':'UTF-8'}" title="{$product->name|escape:'htmlall':'UTF-8'}" />
       {/if}



Mais apparemment ce n'est pas aussi simple. Est ce que quelqu'un sait comment faire ? ça me ferait gagner tu temps. Merci d'avance.

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