Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,562
    Plugin Contributions
    28

    Default How to remove 'off' from Save: $10.00 off?

    I'm using 1.3.7 and can't seem to find where to change this. I'd like it to show Save: $10.00 instead of Save: $10.00 off

  2. #2
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: How to remove 'off' from Save: $10.00 off?

    english.php
    Code:
    // Discount Savings
      define('PRODUCT_PRICE_DISCOUNT_PREFIX','Save: ');
      define('PRODUCT_PRICE_DISCOUNT_PERCENTAGE','% off');
      define('PRODUCT_PRICE_DISCOUNT_AMOUNT',' off');
    
    // Sale Maker Sale Price
      define('PRODUCT_PRICE_SALE','Sale: ');
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  3. #3
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,562
    Plugin Contributions
    28

    Default Re: How to remove 'off' from Save: $10.00 off?

    That was it, thanks!

  4. #4
    Join Date
    Feb 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: How to remove 'off' from Save: $10.00 off?

    Quote Originally Posted by bunyip View Post
    english.php
    Code:
    // Discount Savings
      define('PRODUCT_PRICE_DISCOUNT_PREFIX','Save: ');
      define('PRODUCT_PRICE_DISCOUNT_PERCENTAGE','% off');
      define('PRODUCT_PRICE_DISCOUNT_AMOUNT',' off');
    
    // Sale Maker Sale Price
      define('PRODUCT_PRICE_SALE','Sale: ');
    Can you write the full tree of the file location? I don't know where to find the english.php file.

    Thanks! :)

    P.S. Will this also allow me to remove the "End Date:" from the sale?

  5. #5
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,562
    Plugin Contributions
    28

    Default Re: How to remove 'off' from Save: $10.00 off?

    The full path is includes/languages/YOUR_TEMPLATE/english.php

    I'm not sure what 'End Date' text your talking about.

  6. #6
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: How to remove 'off' from Save: $10.00 off?

    Quote Originally Posted by jeking View Post
    I'm not sure what 'End Date' text your talking about.
    Wh,
    Developers Tool Kit

    Look in your Zen Cart Admin and go to the Tools ... Developers Tool Kit ...

    You will find a very handy toy for doing searches of the php files and configuration tables ...

    Use the bottom input box to enter any text, code, etc. that you are looking for EX: end date, and then select Catalog, Admin or Both ... click search ...

    This will show you all files that contain the text, code, etc. that you are looking for ...

    The top input box can be used to search for constants, the things in ALL_CAPS and select NONE from the dropdown and click search ...

    This will check the configuration table and the product_type_layout table for configuration_keys that can be customized via the Zen Cart Admin without the need to touch any of the code ...
    Mark
    Hare Do

  7. #7
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,562
    Plugin Contributions
    28

    Default Re: How to remove 'off' from Save: $10.00 off?

    Yep, I did a search and all the 'End Date' results were in admin files. So I don't know what whiteblazer01 might be referring to.
    Quote Originally Posted by haredo View Post
    Wh,
    Developers Tool Kit

    Look in your Zen Cart Admin and go to the Tools ... Developers Tool Kit ...

    You will find a very handy toy for doing searches of the php files and configuration tables ...

    Use the bottom input box to enter any text, code, etc. that you are looking for EX: end date, and then select Catalog, Admin or Both ... click search ...

    This will show you all files that contain the text, code, etc. that you are looking for ...

    The top input box can be used to search for constants, the things in ALL_CAPS and select NONE from the dropdown and click search ...

    This will check the configuration table and the product_type_layout table for configuration_keys that can be customized via the Zen Cart Admin without the need to touch any of the code ...

  8. #8
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: How to remove 'off' from Save: $10.00 off?

    Quote Originally Posted by jeking View Post
    I'm not sure what 'End Date' text your talking about.
    Wh,
    post me a link to the page this "End Date is referring to please
    Mark
    Hare Do

  9. #9
    Join Date
    Feb 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: How to remove 'off' from Save: $10.00 off?

    You can see the 'End Date:' text here.

    http://www.lite-eyes.com/index.php?m...ex&cPath=15_19

    Thanks for the help! :)

  10. #10
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,562
    Plugin Contributions
    28

    Default Re: How to remove 'off' from Save: $10.00 off?

    Quote Originally Posted by whiteblazer01 View Post
    You can see the 'End Date:' text here.

    http://www.lite-eyes.com/index.php?m...ex&cPath=15_19

    Thanks for the help! :)
    The text you have there is not part of the standard Zen Cart install. Did you or someone else install a sale module of some kind?

    As mentioned, you can use the Developers Tool Kit in the Zen Admin to fine the file that contains the End Date text.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Remove "Save 5% off" from main category
    By Ivan Yeo in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 2
    Last Post: 14 Nov 2013, 02:09 AM
  2. disable off from "Save: $69.05 off"
    By neal99 in forum Setting Up Specials and SaleMaker
    Replies: 5
    Last Post: 25 Feb 2010, 08:22 AM
  3. remove "Save 20% Off" from product_listing.php ? where is this code?
    By edwardtilbury in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 May 2009, 03:51 PM
  4. Globally Turn off 'Save: x% off'
    By sherbo in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 28 Mar 2007, 08:54 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