- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using Magento 2.3. I have Fixed Flat Rate. But the price is missing / not showing up. Please help. Thanks.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @ari_salt ,
Make sure after fixed flat rate you have cleared cache. You can clear cache by the following command
php bin/magento cache:flush php bin/magento cache:clean
If not resolved then please provide screenshot of flat rate configured.
--
If my answer is useful, please Accept as Solution & give Kudos
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @ari_salt ,
Make sure after fixed flat rate you have cleared cache. You can clear cache by the following command
php bin/magento cache:flush php bin/magento cache:clean
If not resolved then please provide screenshot of flat rate configured.
--
If my answer is useful, please Accept as Solution & give Kudos
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Checkout: Shipping Price Missing
Thanks for the good answer. I found out that the module I made caused it. It has been solved.