Hello,
We have a real-time shipping method where the shipping rates are calculated based on the address input by the user.
On the website, when the user inputs the address, CS-Cart shows the "Enter city and state and click here to update shipping rates" rectangle, and updates the rates when the user click on the rectangle.
Anyone knows if the mobile app supports real-time shipping methods/rates?
Thanks in advance
Hello,
We have a real-time shipping method where the shipping rates are calculated based on the address input by the user.
On the website, when the user inputs the address, CS-Cart shows the "Enter city and state and click here to update shipping rates" rectangle, and updates the rates when the user click on the rectangle.
Anyone knows if the mobile app supports real-time shipping methods/rates?
Thanks in advance
we had the same method.
Shipping prices did not change when the customer changed their address while proceeding to the payment page.
Because the shipping prices and conditions are loaded on the cart page.
Either you will enter the fixed price for all shipping prices, or you will update the terms again when the customer changes her address and says next.
Stable operation was very difficult.
It can erupt from anywhere.
I'll be happy to help.
CheckoutProfile.js
cartActions.ts
CheckoutShipping.js
CheckoutPayment.js
You need to do this in these files.