Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Mar 2007
    Posts
    13
    Plugin Contributions
    0

    Default Globally Turn off 'Save: x% off'

    I have a product for say €20 RRP and I have a special price of 15.99. I don't want to see the 'Save: x% off' RED text under the product price.

    Can this be switched off globally?

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Globally Turn off 'Save: x% off'

    INCLUDES/LANGUAGES/ENGLISH.PHP

    Look around lines 390 to 410

    You can take out the define statements from:

    PHP Code:
    // Discount Savings
      
    define('PRODUCT_PRICE_DISCOUNT_PREFIX','Save: ');
      
    define('PRODUCT_PRICE_DISCOUNT_PERCENTAGE','% off');
      
    define('PRODUCT_PRICE_DISCOUNT_AMOUNT',' off'); 
    PHP Code:
    // Discount Savings
      
    define('PRODUCT_PRICE_DISCOUNT_PREFIX','');
      
    define('PRODUCT_PRICE_DISCOUNT_PERCENTAGE','');
      
    define('PRODUCT_PRICE_DISCOUNT_AMOUNT',''); 
    20 years a Zencart User

  3. #3
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Globally Turn off 'Save: x% off'

    ...or stay out of the files and turn the display off in the Admin> Configuration> Product Info> Product Info - Show Sales Discount Savings Status


    Schoolboy - might want to check out the e-Start book :)
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Globally Turn off 'Save: x% off'

    You're right Kim ! Trouble is that with some of us old fellows, is that we immediately see a solution thru a code hack, cause that's the way we did it in the early days.

    There are many more switches these days, and you're right - I HAVE got the book and I SHOULD read it more carefully!
    20 years a Zencart User

  5. #5
    Join Date
    Mar 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Globally Turn off 'Save: x% off'

    Thanks for your help guys - that worked fine.

 

 

Similar Threads

  1. How to remove 'off' from Save: $10.00 off?
    By jeking in forum Setting Up Specials and SaleMaker
    Replies: 13
    Last Post: 17 Sep 2010, 03:36 AM
  2. Turn off customer notifications doesnt turn them off?
    By deanparkr in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Dec 2008, 04:40 PM
  3. Add To Cart: how can I turn off the text *Mixed OFF
    By rstevenson in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Apr 2007, 06:51 AM
  4. How to Globally Turn Off All Page Titles
    By MeltDown in forum General Questions
    Replies: 13
    Last Post: 30 Mar 2007, 04:52 PM

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