Thread: Specials text

Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2009
    Posts
    31
    Plugin Contributions
    0

    Default Specials text

    I am using 1.3.9h

    When I run a special, I would like to change the text "Save:15% off" to "Save an additional 15%"

    I have not found where to change this text. I did find the line:

    .productPriceDiscount {color:#373737; font-size:12px;
    in stylesheet.css where I am able to change the font size and color, but not the text. Any guidance to where to make this change will be greatly appreciated.

  2. #2
    Join Date
    Nov 2011
    Posts
    39
    Plugin Contributions
    0

    Default Re: Specials text

    login to your admin area then go to tools > Devloper tool kit

    and in there search for Save:15% off

    it should show you the file you need to edit it

  3. #3
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Specials text

    includes/languages/your_template/english.php

    define('PRODUCT_PRICE_DISCOUNT_PREFIX',' Save: ');

  4. #4
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Specials text

    and in there search for Save:15% off
    That would produce no results.

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Specials text

    Also in /includes/languages/your_template/english.php:

    Line #399 : define('PRODUCT_PRICE_DISCOUNT_PERCENTAGE','% off');

    Line #400 : define('PRODUCT_PRICE_DISCOUNT_AMOUNT',' off');

    Depending on your situation, delete the red text (but leave the single quotes ''), or delete the off.
    Last edited by gjh42; 6 Dec 2011 at 03:21 AM.

 

 

Similar Threads

  1. Adding text to specials page
    By ebaobao in forum Setting Up Specials and SaleMaker
    Replies: 10
    Last Post: 13 Jun 2013, 06:31 PM
  2. Adding Text to Specials Page
    By traytray in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Oct 2012, 07:28 AM
  3. Specials Box Above Text
    By NBordeau in forum General Questions
    Replies: 4
    Last Post: 4 May 2010, 06:13 AM
  4. Modyfing Specials text
    By lelias2k in forum Setting Up Specials and SaleMaker
    Replies: 3
    Last Post: 3 Feb 2010, 11:33 AM

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