Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2006
    Posts
    16
    Plugin Contributions
    0

    Default Line Thru Special Price

    I'm sorry if there's another thread on this but I've been searching the forum for hours and have read tons of stuff I didn't know about Zencart but didn't find an answer to this.

    I want to remove the strike-thru normal price (i.e. [HTML]<s>$2.00[/</s>HTML]) when displaying the specials because I.E. makes 8 looks exactly like 0 when strike thru.
    Instead, I'd like it to say "Usual Price" and "Specials Price" instead.

    I remember vaguely seeing a setting somewhere that says you can turn it on and off but i couldn't be sure and couldn't find it.

    It feels very much like one of those things you can turn off, but if not, I'm ready to make php changes.

    So please help? Where can i change that?

  2. #2
    Join Date
    Oct 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Line Thru Special Price

    No one ever tried this before?

  3. #3
    Join Date
    Oct 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Line Thru Special Price

    nobody has heard of a setting within the control panel that can turn off the line-thru then?

  4. #4
    Join Date
    Jun 2005
    Location
    Austin, Texas, US
    Posts
    216
    Plugin Contributions
    0

    Default Re: Line Thru Special Price

    I don't think there is a setting in the Admin to turn off the strike through style, but you can edit that style in the css stylesheet to display it without a strike through I believe.

    Check out your product_info template and locate the code for that special price tag - it probably has a style assigned to it that makes it display in red with a strike through. Then locate that style in your css and update it to remove the strike through and change it to whichever color you prefer.

    Then, you can probable just edit your product_info template to display the text "Special Price" before the space where that price gets inserted.

  5. #5
    Join Date
    Apr 2009
    Posts
    6
    Plugin Contributions
    1

    Default Re: Line Thru Special Price

    Yes you can remove that strike...

    Do this

    /includes/templates/NAME_OF_TEMPLATE/css

    open stylesheet and edit:

    .normalprice, .productSpecialPrice, .productSpecialPriceSale {

    text-decoration: line-through;

    color :#000005;

    }


    to

    .normalprice, {

    text-decoration: line-through;

    color :#000005;

    }

    that's mean that you remove the strike for Special Price and Special price for sale

    I have this problem.... and i solve in 2 days


    Español: tachado (tachar) precio en zencart (text-decoration: line-through;)

  6. #6
    Join Date
    Sep 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Line Thru Special Price

    Quote Originally Posted by thedieisnow View Post
    Yes you can remove that strike...

    Do this

    /includes/templates/NAME_OF_TEMPLATE/css

    open stylesheet and edit:

    .normalprice, .productSpecialPrice, .productSpecialPriceSale {

    text-decoration: line-through;

    color :#000005;

    }


    to

    .normalprice, {

    text-decoration: line-through;

    color :#000005;

    }

    that's mean that you remove the strike for Special Price and Special price for sale

    I have this problem.... and i solve in 2 days


    Español: tachado (tachar) precio en zencart (text-decoration: line-through;)

    I solved it !

    replace

    normalprice, .productSpecialPrice, .productSpecialPriceSale {

    text-decoration: line-through;

    color :#000005;

    }

    with

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

 

 

Similar Threads

  1. v151 UTF8 Special Characters not coming thru in Meta Title/Description
    By Feznizzle in forum General Questions
    Replies: 4
    Last Post: 20 Oct 2015, 07:59 PM
  2. Special Price overrides Group price and coupon codes
    By Andy6867 in forum Setting Up Specials and SaleMaker
    Replies: 1
    Last Post: 19 May 2014, 02:35 PM
  3. special price not apply to group price(per item) mod
    By windswift in forum Setting Up Specials and SaleMaker
    Replies: 1
    Last Post: 28 Aug 2009, 04:53 PM
  4. special order/special price
    By bkyard in forum General Questions
    Replies: 1
    Last Post: 6 Apr 2009, 11:46 PM
  5. Normal Price Displayed and Charge to Customer Instead of Special Price
    By Stenrique in forum Setting Up Specials and SaleMaker
    Replies: 0
    Last Post: 11 Jul 2006, 10:52 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR