Important

Okay
  Public Ticket #1584465
How to uninstall reward points?
Closed

Comments

  • zhaojie started the conversation

    Contact the customer service they provided the link,

    https://www.magestore.com/magento-2-tutorial/remove-magento-2-extension-composer/

     Our operating system is nginx ,but we have no way to uninstall, there are other ways?


  •  1,319
    Land of replied

    Hello zhaojie,

    Have a nice day!

    That is uninstall composer extension. 

    To uninstall a non composer extension. Please delete the module folder  app/code/Vendor/ModuleName

    Then edit file "app/etc/config.php" then find row code as this:

    "Vendor_ModuleName" => 1,

    Remove it.

    Then run commands:

    php bin/magento setup:upgrade --keep-generated

    php bin/magento cache:clean