It's in the products table, but it doesn't matter. Copy that SQL patch
ALTER TABLE products ADD `products_msrp` DECIMAL( 15, 4 ) NOT NULL AFTER `products_price` ;
and Paste it into the big box in Admin - Tools - Install SQL Patches and click Send.
It's in the products table, but it doesn't matter. Copy that SQL patch
ALTER TABLE products ADD `products_msrp` DECIMAL( 15, 4 ) NOT NULL AFTER `products_price` ;
and Paste it into the big box in Admin - Tools - Install SQL Patches and click Send.
I just installed it on one of my test sites, and it works fine.
A couple of things to check:
Did you rename the includes/languages/english/extra_definitions/your_template folder in the mod to the name of your custom template before uploading ?
Did you rename the admin folder in the mod to the name of your admin folder before uploading ?
oopz, hold on![]()
I await your thoughtful response.
Thank you
No, there's also an 'admin' folder in the mod that needs to be renamed to the name of your admin folder and uploaded to the root of your site.