Zen Cart Logo
Forums / Setting Up Specials and SaleMaker / Special Price Help Please

Special Price Help Please

Locked

Views: 1,262

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
16 Dec 2010, 8:32 PM
#1
evilkisses avatar

evilkisses

New Zenner

Join Date:
Dec 2010
Posts:
3
Plugin Contributions:
0

Special Price Help Please

Hi Guys,

I need a little help please.

I`ve set up a few special prices and they all work just fine, but on the main page there is a line through the old price, and also one through the new price too.

How do I stop the second line appearing over the new special price?

17 Dec 2010, 11:23 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Special Price Help Please

A link to your site would help us see the problem.

18 Dec 2010, 5:56 PM
#3
evilkisses avatar

evilkisses

New Zenner

Join Date:
Dec 2010
Posts:
3
Plugin Contributions:
0

Re: Special Price Help Please

stevesh:

A link to your site would help us see the problem.

http://www.micostume.com

18 Dec 2010, 8:45 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Special Price Help Please

Looks like a blunder by your template designer. Try switching to the Classic template temporarily to make sure, then contact them for a fix.

18 Dec 2010, 11:44 PM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Special Price Help Please

I believe the conflict is in the default settings are:

.normalprice, .productSpecialPriceSale {
text-decoration: line-through;
}

and your stylesheet has changed it to:

.normalprice, .productSpecialPrice, .productSpecialPriceSale {
text-decoration: line-through;
color : #FFFFFF;
}

I am not big on designer stuff but that sounds like a conflict on the prices make them all crossed out ...

19 Dec 2010, 10:58 AM
#6
evilkisses avatar

evilkisses

New Zenner

Join Date:
Dec 2010
Posts:
3
Plugin Contributions:
0

Re: Special Price Help Please

Ajeh:

I believe the conflict is in the default settings are:

and your stylesheet has changed it to:

I am not big on designer stuff but that sounds like a conflict on the prices make them all crossed out ...

Thanks to the code I`ve now sorted it out, cheers :)