Dae_mmm Posted January 9, 2018 Share Posted January 9, 2018 Hey everybody, my name is Daniele, I'm an Italian guy new to programming and to this software. I'm having this huge problem: During the checkout phases all the products are shown the right way, but when we arrive to the order-confirm part the images load fail, or at least, the {foreach} on the images does, loading only the last picture for all the rows. Checkout Order-confirm This problem occurs in all the templates that refers to the order: Order Confirmation Order Details Order Emails These are the ones i've noticed, but i guess there are many more. Well, my guess is that the problem might occur during the load of {foreach from=$order.products item=product} [...] {/foreach} But, i don't really know where to watch for the bug... Can someone give me an advice on where to look? Best regards, Daniele. Link to comment Share on other sites More sharing options...
kenshir Posted January 20, 2018 Share Posted January 20, 2018 Hello Daniele, I had the same problem and I found the solution here: https://github.com/PrestaShop/PrestaShop/pull/8281/files/533f5a4e988bf6422198553c8803ac60210ae3ed It's a bug, I guess it will be fixed in v.1.7.3. Before, we need to apply this patch. 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