
Originally Posted by
Rizla
Think I boobed even more than that Knuckle.... Sure I used the update SQL file first (early morning) Then attempted the main SQL file to be told Error.. Table exists on 999 or something (NOt at the PC with it on)
I have a DB backup from Wednesday so will only loose a couple of customer details or can I delete the tables manually?
I knew I should have waited till the weekend

(
Also.. where is the version I need?
Thanks
You do not have to run a full backup to remove the tables you inserted simply run the SQL Query below from the store admin located under the "Install SQL Patches" under tools menu
Or
You could execute it directly from your MySQL management phpMyAdmin or whatever your hosts allows you to use for MySQL management
Execute
Code:
DELETE FROM admin_pages WHERE language_key = 'BOX_TOOLS_USER_TRACKING';
DELETE FROM admin_pages WHERE language_key = 'BOX_TOOLS_USER_TRACKING_CONFIG';
To get the older version you have to use the Version for 1.3.7 which is located under the 1.5.0 version here http://www.zen-cart.com/index.php?ma...roducts_id=261
The older version does not use or overwrite core files and no vulnerabilities are found you should be able use this safely (Still Use At Own Risk)
Download the files and simply overwrite the 1.5.0 files, make your file changes as it states in the readme and you will be good to go.