Thanks for replying.
The text: "Please upload photos BEFORE adding to cart:"
is not a attribute comment.
I entered it into the file: pproduct_info.php line:
define('TEXT_PRODUCT_OPTIONS', '<h3>UPLOAD your photos BEFORE Adding product to your cart:</h3>');
For some reason this line has the style h3, but when I change the h3 size and color nothing happens/no changes.
Here is the section of the product_info.php (maybe the h3 should not be there?)
Code:
define('TEXT_PRODUCT_NOT_FOUND', 'Sorry, the product was not found.');
define('TEXT_CURRENT_REVIEWS', 'Current Reviews:');
define('TEXT_MORE_INFORMATION', 'For more information, please visit this product\'s <a href="%s" target="_blank">webpage</a>.');
define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.');
define('TEXT_DATE_AVAILABLE', 'This product will be in stock on %s.');
define('TEXT_ALSO_PURCHASED_PRODUCTS', 'Customers who bought this product also purchased...');
define('TEXT_PRODUCT_OPTIONS', '<h3>UPLOAD your photos BEFORE Adding product to your cart:</h3>');
define('TEXT_PRODUCT_MANUFACTURER', 'Manufactured by: ');
define('TEXT_PRODUCT_WEIGHT', 'Shipping Weight: ');
define('TEXT_PRODUCT_QUANTITY', ' Units in Stock');
define('TEXT_PRODUCT_MODEL', 'Model: ');