hartm Posted August 5, 2008 Posted August 5, 2008 ok well i completed all the steps required for this contribution except the first (lol) 1. 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_image` ; How do i go about doing that? Thanks in advance Quote
Guest Posted August 6, 2008 Posted August 6, 2008 use phpadmin or whatever SQL management software is available from your host. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.