Zen Cart Logo
Forums / Setting Up Specials and SaleMaker / prices not marked but underline

prices not marked but underline

Locked

Views: 1,707

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
01 Sep 2007, 13:14
#1
pcdesigns avatar

pcdesigns

New Zenner

Join Date:
Feb 2007
Posts:
76
Plugin Contributions:
0

prices not marked but underline

When I turn the salemaker on, the prices (not the discount price but the usual price) are underlined and not marked through. Why is that? I don't want to confuse customers about the price. Is there a way to change that?

01 Sep 2007, 21:15
#2
brandtim avatar

brandtim

Zen Follower

Join Date:
Apr 2006
Posts:
250
Plugin Contributions:
0

Re: prices not marked but underline

Most likely, somewhere in your stylesheet you have changed something from this:

.normalprice, .productSpecialPriceSale (line 448)

{

text-decoration: line-through;

}

to this:

.normalprice, .productSpecialPriceSale (line 448)

{

text-decoration: underline;

}

BrandTim

02 Sep 2007, 06:46
#3
pcdesigns avatar

pcdesigns

New Zenner

Join Date:
Feb 2007
Posts:
76
Plugin Contributions:
0

Re: prices not marked but underline

Gesh, now I feel stupid for missing something that simple! lol, thank you!