cancel
Showing results for 
Search instead for 
Did you mean: 

After upgrade to 2.3.0 add to cart & checkout not working with the current theme

SOLVED

After upgrade to 2.3.0 add to cart & checkout not working with the current theme

Hi

1 ACCEPTED SOLUTION

Accepted Solutions

Re: After upgrade to 2.3.0 add to cart & checkout not working with the current theme

Hello @ar_srabon 

 

Please run below commands to fix problems:

sudo chmod -R 0777 var/ pub/ generated/
rm -rf pub/static/* var/* generated/code/* php bin/magento cache:flush php bin/magento set:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f sudo chmod -R 0777 var/ pub/ generated/
Problem solved? Click Kudos & Accept as Solution!
Magento Developer
Ankita Biswas

View solution in original post

2 REPLIES 2

Re: After upgrade to 2.3.0 add to cart & checkout not working with the current theme

Hello @ar_srabon 

 

Please run below commands to fix problems:

sudo chmod -R 0777 var/ pub/ generated/
rm -rf pub/static/* var/* generated/code/* php bin/magento cache:flush php bin/magento set:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f sudo chmod -R 0777 var/ pub/ generated/
Problem solved? Click Kudos & Accept as Solution!
Magento Developer
Ankita Biswas

Re: After upgrade to 2.3.0 add to cart & checkout not working with the current theme

Thank you!