Jump to content

Show Product Combinason Image on Product List


M...0

Recommended Posts

Hello,

I would like to know how to display combinason product on the product list. So far, I have something like this :

{if isset($combinationImages)}
   {foreach from=$combinationImages item='combination' key='combinationId' name='f_combinationImages'}
        {foreach from=$combination item='image' name='f_combinationImage'}
          {$combinationId}
          {$smarty.foreach.f_combinationImage.index}
          {$image.id_image|intval}
        {/foreach}
   {/foreach}
{/if}

But I don't know how to use it...Any ideas ? ^^'

 

I use Presta 1.6

 

Thx !

 

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