![]() |
uninstalling mods
Hi,
i want to uninstall some mods, (ezrecommends and ezcheckout) as the CSS template has a nice looking checkout. How do I uninstall them from the database? I think I've rolled back the files successfully, just looking at the final steps cheers Ken |
Re: uninstalling mods
If there are single fields in a table use a SQL statement like this
ALTER TABLE xcart_tablename DROP fieldname; (replace xcart_tablename with the name of the table, and cellname with the name of the field) If it is a full table use this DROP TABLE tablename; Enter the SQL queries in the Patch/Upgrade section...and don't forget to backup your database, in case there are any problems. |
Re: uninstalling mods
Only database additions of ezRecommends and ezCheckout are language variables, you can use the patch as suggested or just delete them via your admin languages section.
|
Re: uninstalling mods
cheers all,
i was hoping it would be that simple :) |
All times are GMT -8. The time now is 11:01 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.