alban64 Posted October 31, 2018 Share Posted October 31, 2018 Hello everybody. I work in the prestashop 1.6.1.6. I want to show all the products cart in the order-address.tpl. In shopping-cart.tpl i have the informations of products but i want to show the same information to the step order-address.tpl. It's possible ? I need your help. Thanks, Regards Link to comment Share on other sites More sharing options...
Rolige Posted October 31, 2018 Share Posted October 31, 2018 Hello: Yes it is possible. You just need to copy the code from one TPL no another and set the same data to smarty in PHP file. Regards Link to comment Share on other sites More sharing options...
Butch0071 Posted April 13, 2023 Share Posted April 13, 2023 {foreach from=$cart->getProducts() item=product} {$product.name} {/foreach} place it in .TPL 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