M...0 Posted June 26, 2017 Share Posted June 26, 2017 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now