Results 1 to 5 of 5
  1. #1
    Join Date
    May 2014
    Posts
    7
    Plugin Contributions
    0

    help question Changing shipping method text not working

    Hi, I'm trying to change the Store Pick-Up option to "Free Local Delivery" but when I change the storepickup.php, my admin says "MODULE_SHIPPING_STOREPICKUP_TEXT_TITLE". So when I replace it with the original unedited file, it still doesn't change. Any suggestions?

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

    Default Re: Changing shipping method text not working

    Most likely you didn't leave the single quotes when you changed the define value. Should look like this:

    define('MODULE_SHIPPING_STOREPICKUP_TEXT_TITLE', 'Free Local Delivery');

  3. #3
    Join Date
    May 2014
    Posts
    7
    Plugin Contributions
    0

    Default Re: Changing shipping method text not working

    Quote Originally Posted by stevesh View Post
    Most likely you didn't leave the single quotes when you changed the define value. Should look like this:

    define('MODULE_SHIPPING_STOREPICKUP_TEXT_TITLE', 'Free Local Delivery');
    No, I left the quotes in.

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

    Default Re: Changing shipping method text not working

    Please copy and paste that line from your file here.

  5. #5
    Join Date
    May 2014
    Posts
    7
    Plugin Contributions
    0

    Default Re: Changing shipping method text not working

    Quote Originally Posted by stevesh View Post
    Please copy and paste that line from your file here.
    This is the original file code that I placed back and it's still giving me the "MODULE_SHIPPING..." text in my admin. I doesn't make sense but here is exactly what I have in my storepickup.php. Thanks.

    $Id: storepickup.php 1969 2005-09-13 06:57:21Z drbyte $//define('MODULE_SHIPPING_STOREPICKUP_TEXT_TITLE', 'Store Pickup');define('MODULE_SHIPPING_STOREPICKUP_TEXT_DESCRIPTION', 'Customer In Store Pick-up');define('MODULE_SHIPPING_STOREPICKUP_TEXT_WAY', 'Walk In');?>

 

 

Similar Threads

  1. Changing Payment Method from Text to Logo
    By genxnomad in forum General Questions
    Replies: 2
    Last Post: 20 May 2010, 08:48 PM
  2. Changing text below Shipping Method:
    By RAM1001 in forum General Questions
    Replies: 2
    Last Post: 16 May 2009, 01:56 PM
  3. Changing Text description below Shipping Method:
    By RAM1001 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 May 2009, 08:36 PM
  4. Changing Text under Payment Method
    By Rememberthemoments in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Feb 2007, 01:48 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