[Magento] Uninstall LangShop
Steps:
Go to LangShop Application Page > Pricing, then you will be redirected to the stripe page.
Click the ‘Cancel Subscription’ button.
Login to your ssh console and navigate to your store folder:
cd path_to_the_store_root_folder
Disable the extension:
bin/magento module:disable Aheadworks_Langshop
Run setup upgrade:
bin/magento set:up
Uninstall the extension:
bin/magento module:uninstall Aheadworks_Langshop
Go to LangShop Application Page > Pricing, then you will be redirected to the stripe page.
Click the ‘Cancel Subscription’ button.
Login to your ssh console and navigate to your store folder:
cd path_to_the_store_root_folder
Disable the extension:
bin/magento module:disable Aheadworks_Langshop
Run setup upgrade:
bin/magento set:up
Uninstall the extension:
bin/magento module:uninstall Aheadworks_Langshop
Updated on: 24/07/2023
Thank you!