cancel
Showing results for 
Search instead for 
Did you mean: 

Checkout: Shipping Price Missing

SOLVED

Checkout: Shipping Price Missing

I'm using Magento 2.3. I have Fixed Flat Rate. But the price is missing / not showing up. Please help. Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Checkout: Shipping Price Missing

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

View solution in original post

2 REPLIES 2

Re: Checkout: Shipping Price Missing

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

Re: Checkout: Shipping Price Missing

Thanks for the good answer. I found out that the module I made caused it. It has been solved.