Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2006
    Posts
    142
    Plugin Contributions
    0

    Default One Time price remove

    I have a "rush fee" option set up on my product, if they opt for a rush fee, then there is a one time charge of $10.

    when I have this set up, it then puts the words *One Time Charge may apply at the top of the page under the product name before the price. I DO NOT want to have this wording there at all...how do I get rid of it? (it's in the description, as well as in the bottom of the page, so I don't feel it needs to be in the top of the product listing as well....

    if there are directions for this somewhere, please point me in the right direction...

    my page can be seen at:

    http://deliveredbydesign.com/index.p...&products_id=3

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

    Default Re: One Time price remove

    Using ADMIN>>>TOOLS>>>DEVELOPERS TOOL KIT, I did a search for:-

    One time charges may apply

    ...and it appears in the following files of a standard zencart install

    includes/languages/english/document_general_info.php
    includes/languages/english/document_product_info.php
    includes/languages/english/product_free_shipping_info.php
    includes/languages/english/product_info.php
    includes/languages/english/product_music_info.php

    You need to find the lines:-

    define('TEXT_ONETIME_CHARGE_DESCRIPTION', ' One time charges may apply');

    and edit them to:-

    define('TEXT_ONETIME_CHARGE_DESCRIPTION', '');

    ...which means you REMOVE the text string between the single quotes - leaving the single quotes intact.

    You should save the edited files to your over-rides directory(ies).

    ADMIN>>>TOOLS>>>DEVELOPERS TOOL KIT is what you use to find stuff in the core files.
    20 years a Zencart User

 

 

Similar Threads

  1. v1371 One Time Attribute Price?
    By gabstero in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 25 Mar 2013, 06:51 PM
  2. How to remove Special Price Products at one time?
    By zihaizi in forum General Questions
    Replies: 0
    Last Post: 20 Jun 2011, 11:32 AM
  3. One Time Charge / Need To Remove
    By jtcreate in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 4 Oct 2007, 01:27 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