X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   uninstalling mods (https://forum.x-cart.com/showthread.php?t=25820)

kenwen 10-15-2006 07:25 AM

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

wjbrewer 10-15-2006 09:26 AM

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.

Jon 10-15-2006 11:42 AM

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.

kenwen 10-16-2006 12:22 AM

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.