Recalculate items price in cart

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Recalculate items price in cart

Abhishake Agarwal
Hi,

I want to recalculate the Prices, Tax and shipping prices for the items
which are present in the cart.

I need this because there are some rules related to taxes I have created for
different shipping country.
If user change the shipping country on checkout page unless I recalculate
the prices it does not get reflected on checkout screen. but it will get
reflected If i go to Cart screen and click recalculate cart.

There is a method called modifyCart which works but it requires parameter
such as _UPDATE and item number and quantity.

I need a method which will just recalculate prices of items in cart and
update it.



Regards,
Abhishake