Scrapbooksupplies, glad you are getting good results with the search engines.
Not too sure about the errors you are getting, could be related to the patch I guess.
But I'd suggest avoiding the use of quotation marks in your product names.
Quote:
Oh- Forgot to also inquire about the percentage saved (when the price is less than market price) displaying down in the description:
|
To fix the Save X% box, please add this code to
skin/smart_template/css/altskin.css
Code:
/*----------------------------------------*/
/**
* Save % Label
*/
.save-percent-container {
margin-left: 10px;
width: 57px;
height: 57px;
}
.save {
float: left;
width: 57px;
height: 29px;
padding-top: 28px;
padding-left: 3px;
color: #fff;
font-size: 11px;
font-weight: bold;
text-align: center;
background: transparent url(../../common_files/images/save_money.gif) no-repeat left top;
}