Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Feb 2009
    Posts
    25
    Plugin Contributions
    0

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

    Quote Originally Posted by jeking View Post
    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.
    I had a web designer, but he bailed on me. So I have to do everything myself for now.

    I searched all the files and found it here /public_html/includes/functions/functions_prices.php line 151.

    I just deleted the "End Date: " text.

    PHP Code:
    return sprintf("End Date: "zen_date_long($specials->fields['expires_date'])); 
    Thanks!!

  2. #12
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

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

    Excellent job! It's not that hard and you've got a great support forum here to help.

    I'd venture to say most of us here are do-it-yourselfers.

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

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

    Wh,
    Thanks for the update, glad you got her worked out...
    Mark
    Hare Do

  4. #14
    Join Date
    Jul 2010
    Posts
    4
    Plugin Contributions
    0

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

    Thanks! This did the trick!

    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: ');
    ===================
    Changed to :
    ===================
    // Discount Savings
    define('PRODUCT_PRICE_DISCOUNT_PREFIX','Save: ');
    define('PRODUCT_PRICE_DISCOUNT_PERCENTAGE','%');
    define('PRODUCT_PRICE_DISCOUNT_AMOUNT','');

    // Sale Maker Sale Price
    define('PRODUCT_PRICE_SALE','Sale: ');
    ===================
    This is killing my SEO with "off" as the most word weight.

    Cheers!

 

 
Page 2 of 2 FirstFirst 12

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