Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how does one fully un-install the extension? #25

Closed
seansan opened this issue Apr 10, 2017 · 4 comments
Closed

how does one fully un-install the extension? #25

seansan opened this issue Apr 10, 2017 · 4 comments

Comments

@seansan
Copy link

seansan commented Apr 10, 2017

how does one fully un-install the extension?

@sprankhub
Copy link

  1. Remove all extension files:

     rm -r app/code/community/Bubble/StockMovements/
     rm app/etc/modules/Bubble_StockMovements.xml
     rm app/locale/en_US/Bubble_StockMovements.csv
     rm app/locale/fr_FR/Bubble_StockMovements.csv
     rm app/locale/pt_BR/Bubble_StockMovements.csv
    
  2. Cleanup database:

     DROP TABLE `bubble_stock_movement`;
     DELETE FROM `core_resource` WHERE `code` = 'bubble_stockmovements_setup';
    

@seansan
Copy link
Author

seansan commented Aug 8, 2017 via email

@sprankhub
Copy link

Yeah, you can do that as well. Please close this issue if my answer solves it.

@seansan
Copy link
Author

seansan commented Aug 8, 2017

#27

@seansan seansan closed this as completed Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants