JPRIETO Posted September 9, 2012 Share Posted September 9, 2012 hi everyone, in the order confirmation page i would like to add the value of "ajax_cart_total" to a php variable labeled $abc what coding can i use to do this? i tried: $abc = {ajax_cart_total}; echo $abc; but it did not worked any tips? thanks Link to comment Share on other sites More sharing options...
shokinro Posted September 9, 2012 Share Posted September 9, 2012 First at order confirmation page, in most cases, the shopping cart is cleared after order is validated. So even you can use it, it is always 0. See here for how to do that where I replied to your another question but for the the purpose. http://www.prestashop.com/forums/index.php?/topic/186472-total-amount-of-order-on-confirmation-page-how/ Link to comment Share on other sites More sharing options...
Recommended Posts