Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2007
    Posts
    13
    Plugin Contributions
    0

    Default Flat Rate / Best Way button

    When Flat Rate is enabled, the option button under Flate Rate on checkout reads, Best Way. How can I change this to show, Flat Rate? I can't find the code.

  2. #2
    Join Date
    Apr 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Flat Rate / Best Way button

    hi did anyone come back to you on this? as i am having the same problem and its really annoying? thanks

  3. #3
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default Re: Flat Rate / Best Way button

    Any text you see on a Zen Cart is changeable....

    admin > tools > developer toolkit

    Type/paste in the text you want in the bottom input field, select Search all files .... now examine the returns carefully to locate what you want. Not only does it show you which files it occurs in, it even gives you the line number!

    When wanting to alter text, you are nearly always looking for a "define" statement.

    Here you want includes/languages/english/modules/shipping/flat.php

    Code:
    define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Best Way');
    Edit that field in a suitable text editor (such as Notepad++ or Crimson Editor), changing 'Best Way' to 'Flat Rate' and then upload it back to your site, using the override system where appropriate. ie it goes back to

    includes/languages/english/modules/shipping/YOUR_TEMPLATE/flat.php

    NB If you want that particular text to not exist, DO NOT delete the define statement - simple leave the actual definition quotes empty e.g.

    Code:
    define('MODULE_SHIPPING_FLAT_TEXT_WAY', '');
    See my sig!
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  4. #4
    Join Date
    Apr 2005
    Location
    London
    Posts
    468
    Plugin Contributions
    0

    Default Re: Flat Rate / Best Way button

    Hi,
    I realise this is an old thread but I have just done this. I have enabled the flat rate shipping module in admin but it doesn't show as a shipping option on the front end...any ideas?
    Thanks
    Pete
    FORUM:
    # a public meeting or assembly for open discussion
    #An online discussion group, where participants with common interests can exchange open messages.
    # a public facility to meet for open discussion

 

 

Similar Threads

  1. Changing the BEST WAY wording for flat rate
    By divaboutiques in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 6 Apr 2011, 09:48 PM
  2. Table Rate Best Way
    By beth99 in forum Built-in Shipping and Payment Modules
    Replies: 15
    Last Post: 21 Oct 2010, 06:43 PM
  3. Flat rate shipping and "Best Way"
    By trixiesirisheyes in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 23 Jun 2009, 03:47 PM
  4. Flat Rate not always "Best Way"
    By mooncavecrystals in forum General Questions
    Replies: 3
    Last Post: 15 Jul 2008, 04:08 AM
  5. Table Rate (Best Way) Text
    By TimonSK in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Jan 2008, 08:04 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