tozi Posted July 4, 2014 Share Posted July 4, 2014 (edited) Hi all, i create a new eshop. But didnt work cart. http://dobrypneu.simplydesign.sk/index.php?id_product=4&controller=product If you add to basket product only counted pieces, not a price. I have presta 1.5.6.2 In 1.5.6.1 work this {displayPrice price=$cart->getordertotal(false)} Where is the possible problem? thanks Edited July 4, 2014 by tozi (see edit history) Link to comment Share on other sites More sharing options...
tozi Posted July 4, 2014 Author Share Posted July 4, 2014 Ok solved in ajax-cart.js i insert this $('.ajax_cart_tax_cost').text(jsonData.taxCost); $('.cart_block_wrapping_cost').text(jsonData.wrappingCost); $('.ajax_block_cart_total').text(jsonData.total); ----------$('#cart_blockuserinfo').text(jsonData.total); Link to comment Share on other sites More sharing options...
vekia Posted July 4, 2014 Share Posted July 4, 2014 hello thank you for posting solution i marked your answer as a solution and whole topic as solved with regards, Milos 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