-PiSA!- Posted May 6, 2013 Share Posted May 6, 2013 Hi Prestafriends! I just want to show a simple Shopping Cart Summary at the last Step (for Bankwire ex.: payment_execution.tpl) I dont use Standard theme, i use the theme new_parure from addons.prestashop when i add the code from shopping_cart.tpl or from blockcart.tpl it shows empty cart. but the window is there. I just simply want a summary with the product picture, product number, product quantity, the price and total price also Delivery address and invoice address should be shown just like in my order-opc but i dont get it. I just need a simple code to show the shopping cart (not empty ) would be nice if someone could help me with this problem. Robert Link to comment Share on other sites More sharing options...
-PiSA!- Posted May 21, 2013 Author Share Posted May 21, 2013 Hi All, this problem isnt solved yet. Anyone have an idea? Just need to show a Cart Summary and Delivery/Invoice Adress. Thank you Link to comment Share on other sites More sharing options...
tebdilikiyafet Posted July 13, 2013 Share Posted July 13, 2013 I want to do the same thing. Can you find a solution? Link to comment Share on other sites More sharing options...
abroucek Posted October 15, 2013 Share Posted October 15, 2013 I want to do the same thing. Can you find a solution? I am also looking for this solution... Anyone knows? Link to comment Share on other sites More sharing options...
abroucek Posted October 15, 2013 Share Posted October 15, 2013 I am also looking for this solution... Anyone knows? Hi guys, I have found a solution... it uses Block Cart module... I have created a new hook with help of this post and then I hooked the module Block Cart to my new hook and to be able to change the template especially for my new hook (to remove checkout button, make the product name longer) I copied the tpl file and named it blockcart-payment.tpl and in its php file I put this code: function hookdisplayCartSummary($params) { if (Configuration::get('PS_CATALOG_MODE')) return; // @todo this variable seems not used $this->smarty->assign('order_page', strpos($_SERVER['PHP_SELF'], 'order') !== false); $this->assignContentVars($params); return $this->display(__FILE__, 'blockcart-payment.tpl'); } I hope I helped... its not the original cart like on the order page but you can change the design in the tpl and css 1 Link to comment Share on other sites More sharing options...
thomaskafka Posted August 9, 2016 Share Posted August 9, 2016 Hey guys, has anyone a modified payment_execution.tpl with integrated adresses and order overview? Best regards, Thomas 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