Hi, I'm using Zen V1.5.0 with abagon red template. I have NOT installed this add-on yet because It doesn't have uninstall instructions, and it is written for V1.3.6. .. I can easily back up my database files, and re-install them for a back-up, but I don't know how to reverse the SQL change.. the add-on is "MAP Pricing ( m.a.p ) : Add to Cart to See Price" which I REALLY need. The install just requires a few database uploads, and THIS SQL patch.
ALTER TABLE `products` ADD `map_enabled` TINYINT NOT NULL DEFAULT '0' AFTER `products_priced_by_attribute` ,
ADD `map_price` DECIMAL( 15, 4 ) NOT NULL DEFAULT '0.00' AFTER `map_enabled` ;
If I install this add-on and it jacks up my website, I want to make sure that I can reverse it. What do I do to un-install this patch in the event that I need to???? Thanks oh, my website is www.stageandtheaterlighting.com if you need that info..


Reply With Quote

