david the developer Posted July 23, 2014 Share Posted July 23, 2014 (edited) I wanted to remove the shipping costs from the cart so i went to the Blockcart.tpl and removed div class="cart-prices-block"> <span id="cart_block_shipping_cost" class="price ajax_cart_shipping_cost">{$shipping_cost}</span> <span>{l s='Shipping' mod='blockcart'}</span> </div> i also changed <span id="cart_block_total" class="price ajax_block_cart_total">{$total}</span> to <span id="cart_block_total" class="price ajax_block_cart_product_total">{$product.total}</span> i went to the ajax-cart.js and changed $('.ajax_block_cart_total').text(jsonData.total); to product total EVERYTHING WORKED VERY WELL BUT the mobile version stopped working it gave Cart 0 Products product ( empty) no products any idea what happened to affect the mobile version presta 1.5.4 Edited July 23, 2014 by david the developer (see edit history) 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