Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Removing [help?] from checkout steps

    How do i totally remove the [help?] from the check out steps? I have already removed the visitor and member cart info because it is confusing. Now when I click [help?] there is just some gobbledy gook that i obviously was not totally successful in removing.

    I did do a search for help in the developers tool kit but the entries there really didnt have the string I am looking for (i dont think?)

    so if anyone can walk me through this process, that would be awesome!

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Removing [help?] from checkout steps

    Is this what you're referring to?
    Code:
    define('TEXT_VISITORS_CART', '<a href="javascript:session_win();">[help (?)]</a>');
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: Removing [help?] from checkout steps

    Quote Originally Posted by DrByte View Post
    Is this what you're referring to?
    Code:
    define('TEXT_VISITORS_CART', '<a href="javascript:session_win();">[help (?)]</a>');
    i believe so......so i just remove the entire line? or up until it says text_visitors_cart? or?????

  4. #4
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Removing [help?] from checkout steps

    If you want to make the definition show nothing, just blank out the defined value, like this:
    Code:
    define('TEXT_VISITORS_CART', '');
    This semi-related FAQ mentions the concept: https://www.zen-cart.com/tutorials/index.php?article=95
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: Removing [help?] from checkout steps

    thanks so much!!

 

 

Similar Threads

  1. Removing checkout link from FEC checkout page
    By creamcrackers in forum General Questions
    Replies: 5
    Last Post: 31 Jul 2012, 01:42 AM
  2. Help Removing Breadcrumbs from Login and Checkout Pages
    By limelites in forum General Questions
    Replies: 3
    Last Post: 29 May 2009, 06:17 PM
  3. How to remove steps from checkout process?
    By Jordin in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 May 2009, 12:50 PM
  4. Remove MODULE_SHIPPING_TABLE_TEXT_WAY from checkout steps 2 & 3
    By Ryk in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 11 Oct 2007, 12:28 PM
  5. Less Steps Checkout Help
    By MoeLoubani in forum General Questions
    Replies: 1
    Last Post: 16 Nov 2006, 06:45 PM

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