JPRIETO Posted May 15, 2013 Share Posted May 15, 2013 In the confirmation page I would like to display JUST the total for products (without taxes & shipping) I need to know WHICH variable PS 1.5 is now using to hold this amount. In version 1.4, I used this code (generously provided by a forum member) and it worked fine. but in 1.5 it break the cart and displays a blank page OLD CODE $theCart = new Cart($this->id_cart); $total_products = $theCart->getOrderTotal(false, Cart::ONLY_PRODUCTS); self::$smarty->assign('total_products ', $total_products ); NEW CODE how? Link to comment Share on other sites More sharing options...
JPRIETO Posted May 17, 2013 Author Share Posted May 17, 2013 this should be an easy answer fore those programmer familiar with prestashop i just want to know how to display the total for products --without tax and shipping -- in the confirmation page. Please, anyone here can assist me in this? Thanks Link to comment Share on other sites More sharing options...
MousieB Posted May 23, 2013 Share Posted May 23, 2013 I am looking for an answer to this as well.. If I find out.. I will drop a line here. 1 Link to comment Share on other sites More sharing options...
JPRIETO Posted May 24, 2013 Author Share Posted May 24, 2013 thanks i will look too and let you know 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