Remove module Onepagecheckout

To remove the Onepagecheckout module from the theme, please execute the following commands:

cd /app/code/Blueskytechco

(For example: cd /home/public_htm//app/code/Blueskytechco)

rm -rf OnePageCheckout

php -d memory_limit=-1 bin/magento setup:upgrade

php -d memory_limit=-1 bin/magento setup:static-content:deploy -f

Last updated