Cart View – Products Number – 'Update Cart' not working

Hi Admin,

My site is http://www.foodferry.sg/demo1

after the customer buy products and update products number in cart view, the price and number of products will not change. if I change the jm_crafts to default template it will work.

and the ‘Estimate Shipping and Tax’ update ‘post code’ part, the data or script seems also not loading because of my shipping fee not load ( Im using google api plugin to make shipping cost by distance, this working in the next step >proceed to checkout after choose shipping address)

Please help & Thanks ~!

2 answers

Profile photo of Sherlock 0.00 $tone December 30, 2013
Public

Hi dwnrwsb,

This seems like a bug, we will check again and update package very soon, you can try as following to fix it
Open the file of app\design\frontend\default\jm_craftstemplate\che ckout\cart.phtml there you would see this line of code

HTML Code:

  <form action="<?php echo $this->getUrl('checkout/cart/updatePost') ?>" method="post">

Right below it add

PHP Code:

 <?php echo $this->getBlockHtml('formkey'); ?>


I hope this change helps !

#1

This question is now closed

Written By

Comments