Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2007
    Posts
    18
    Plugin Contributions
    0

    Default Help with a few small but annoying issues

    I have been setting up a series of sites for my company and I love working with Zencart. I find it easy to customize almost anything I want. I have three little "notations" that I do not like and want to get rid of.

    Here is a link to an image where I highlighted the three issues in pink: http://www.realtorteamstore.com/##############.jpg

    Here is A page with the three issues (live):
    http://www.realtorteamstore.com/inde...roducts_id=208

    Here is what I want:
    #1 I want to remove the "* One time charges may apply" near the top. I want it gone, or to say nothing.

    #2 I want the "*MIXED Off" gone

    #3 I want the " * One time charges may apply" above the pricing grid gone!

    Thank you in advance for ANY help! THANKS THANKS THANKS!
    Jordan Dunne
    Marketnet/Team Store

    Phasing Zen Cart to these 4 sites
    Starting 4-07, 95% done with all September 15th


    www.logoteamstore.com

    www.shopccim.com
    www.shopwcr.com
    www.realtorteamstore.com
    www.iremteamstore.com
    www.shoprli.com

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Help with a few small but annoying issues

    Under 'Tools' in your Admin, you'll see a link to the Developers Tool Kit. Enter the words you want to remove, and it will give you a list of the file(s) which contain those words or phrases. Then you can pull down those files and delete the stuff you don't want.

  3. #3
    Join Date
    Oct 2007
    Posts
    289
    Plugin Contributions
    0

    Default Re: Help with a few small but annoying issues

    1. /includes/languages/english.php — Line: 526

    Code:
      define('TEXT_ONETIME_CHARGES','*onetime charges = ');
    2. /includes/languages/english.php — Line: 465

    Code:
      define('TEXT_PRODUCTS_MIX_OFF','*Mixed OFF');
    3. /includes/languages/english.php — Line: 527

    Code:
      define('TEXT_ONETIME_CHARGES_EMAIL',"\t" . '*onetime charges = ');
    or maybe Line: 531

    Code:
      define('TEXT_ATTRIBUTES_QTY_PRICES_ONETIME_HELP', 'Option Quantity Discounts Onetime Charges');

  4. #4
    Join Date
    Mar 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Help with a few small but annoying issues

    Thanks much for the answers.

    #1 I was really wanting to disable the text versus changing it to "nothing". It seems cleaner and more accurate to disable it. Plus it leaves a "placeholder" for the text, even though it equals null.

    #2 I can not find the
    * One time charges may apply

    anywhere, even to just make it equal null.

    Thanks in advance!
    Jordan Dunne
    Marketnet/Team Store

    Phasing Zen Cart to these 4 sites
    Starting 4-07, 95% done with all September 15th


    www.logoteamstore.com

    www.shopccim.com
    www.shopwcr.com
    www.realtorteamstore.com
    www.iremteamstore.com
    www.shoprli.com

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

    Default Re: Help with a few small but annoying issues

    I answered #2 on my own. But #1 still applies if anyone knows how to disable or remove them!
    Jordan Dunne
    Marketnet/Team Store

    Phasing Zen Cart to these 4 sites
    Starting 4-07, 95% done with all September 15th


    www.logoteamstore.com

    www.shopccim.com
    www.shopwcr.com
    www.realtorteamstore.com
    www.iremteamstore.com
    www.shoprli.com

  6. #6
    Join Date
    Oct 2007
    Posts
    289
    Plugin Contributions
    0

    Default Re: Help with a few small but annoying issues

    Making it "nothing" actually "disables" it, did you try?

    Regarding "One time charges may apply":

    1. includes\languages\english\document_general_info.php - Line 39:

    Code:
    define('TEXT_ONETIME_CHARGE_DESCRIPTION', ' One time charges may apply');
    2. includes\languages\english\document_general_info.php - Line 39

    Code:
    define('TEXT_ONETIME_CHARGE_DESCRIPTION', ' One time charges may apply');
    3. includes\languages\english\product_free_shipping_info.php - Line 39

    Code:
     define('TEXT_ONETIME_CHARGE_DESCRIPTION', ' One time charges may apply');
    4. includes\languages\english\product_info.php - Line 39

    Code:
     define('TEXT_ONETIME_CHARGE_DESCRIPTION', ' One time charges may apply');
    Hope it helps.
    [FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]

  7. #7
    Join Date
    Mar 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Help with a few small but annoying issues

    IT does work, it just seems to leave space. Thanks VERY VERY much!
    Jordan Dunne
    Marketnet/Team Store

    Phasing Zen Cart to these 4 sites
    Starting 4-07, 95% done with all September 15th


    www.logoteamstore.com

    www.shopccim.com
    www.shopwcr.com
    www.realtorteamstore.com
    www.iremteamstore.com
    www.shoprli.com

 

 

Similar Threads

  1. I did change the order on my product page but I have a few issues.
    By petitplat in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 3 May 2011, 09:30 PM
  2. A few small issues with my website: Help appreciated!
    By solojoe in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 9 Jan 2011, 02:17 AM
  3. A couple of small issues that I need help with...
    By C_R_C in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 19 Aug 2010, 09:42 PM
  4. Need help on a few small things please
    By mjw2305 in forum General Questions
    Replies: 6
    Last Post: 2 Dec 2007, 05:11 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