Inconsistent "Shipping method required" error in opencart
- By Preneesh AV --
- 09-Jul-2019 --
- 159 Comments
Inconsistent "Shipping method required" error opencart
Opencart checkout form display "Shipping method required" error some times due to caching the ajax requests.
Solution for this by setting cache:false tag in ajax request in checkout.twig file of theme.
Caching error are displayed when attempted to place order second time when the browser actually caches the previous request.