Jump to content

[SOLVED]didnt work cart


Recommended Posts

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 by tozi (see edit history)
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...