Zen Cart v1.5.1

Hi guys i just instelled MSRP Display on my site www.hots-extoysmart.com (take out the dash in the url) and i cant get it to work. I installed all the files and it's not displaying MSRP. I followed these instructions. Any suggestions on what i did wrong?


Installation instructions

If you choose to install the MSRP mod using the enclosed files, you only need to make the following 2 changes. Upload the files to their respective folders - note that you must change the admin name to your name and your_custom_template to your template folder.

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_price` ;

2. In includes/templates/your_template/css/stylesheet.css, or includes/templates/classic/css/stylesheet.css

Add:

.smalltext1 {

text-align: center;
color:#000000;
font-weight:bold;
}

.save {

text-align: center;
color:#636466;
font-weight:bold;
}

.norm {

text-align: center;
color:#981B1E;
font-weight:bold;
}

Thank You,
Larry