Zen Follower
- Join Date:
- Mar 2012
- Posts:
- 325
- Plugin Contributions:
- 0
Help with addon MSRP: Add a new field to the products table
I want to install MSRP Display. The install seems simple except I don't know how to make the following change...
- Add a new field to the products table to hold the MSRP value.
ALTER TABLE products ADD products_msrp DECIMAL( 15, 4 ) NOT NULL AFTER products_price ;
Do I put that text in the "install SQL Patches" Box in the admin section, and hit send? Thanks :smile: