I have Zen Cart V1.5 .. When I have MAP Price enabled, and the MAP price is displayed, now it says " $229 for SALE price, add to cart ".. I want to have a strike-through on the displayed price (only on MAP displayed price). Can I do this by adding some syntax to my CSS stylesheet? If so, where would I add it, and what would it be? I found this 'generic' syntax (below)for something else and so I thought I could make the displayed price on my site have a line through the displayed map price by doing something similar. If not, how can it be done? I am using abagon template. Website is www.stageandtheaterlighting.com Any help would be appreciated. Thanks!!! :)
.price .sale .onSale {
text-decoration: line-through;
color: #900;
}


Reply With Quote
