just follow the readme file that came with this module. You can also use the developer tool kit to locate the files you need to edit. But be carefull to follow the exact directions.
you can execute the sql using your admin insert sql you might need to change the
Code:
ALTER TABLE `tableprefix_products` ADD `products_msrp` DECIMAL( 15, 4 ) NOT NULL AFTER `products_price` ;
to your sql tables in my case it was
Code:
ALTER TABLE `products` ADD `products_msrp` DECIMAL( 15, 4 ) NOT NULL AFTER `products_price` ;
I just got this mod installed today so It should work on the latest zen cart 1.38
Bookmarks