Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2009
    Posts
    13
    Plugin Contributions
    0

    Default Change wording "per item"

    I have my shipping set up so it is calculated by number of items in the cart. Upon checkout or clicking the estimate shipping button it says shipping "per item" and then has the cost. That cost is actually the total order amount and should not say "per item". Where can I go to delete that "per item" wording?

    Thanks,

    Brenda

  2. #2
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Change wording "per item"

    Line #22 : define('MODULE_SHIPPING_ITEM_TEXT_TITLE', 'Per Item');

    Line #23 : define('MODULE_SHIPPING_ITEM_TEXT_DESCRIPTION', 'Per Item');

    /home/yodgee5/public_html/includes/languages/english/modules/shipping/item.php
    That wasn't the plan!

  3. #3
    Join Date
    Sep 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Change wording "per item"

    Thank you very much. I changed that and it worked great. It did leave () because I erased the words Best Way. Since I didn't want the parenthesis showing I deleted the entire line that had Best Way in it. Now none of it works. Can you send me the text of that line how it originally is in your module so I can copy and paste it back into my file?

    I know better than that to delete straight out. Dang. Sorry about that.

    Brenda

  4. #4
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Change wording "per item"

    HI There,

    Here is the entire page code below.

    JUST delete per item BUT leave the quotes and everything else in tact. It just means it won't appear.


    <?php
    //
    // +----------------------------------------------------------------------+
    // |zen-cart Open Source E-commerce |
    // +----------------------------------------------------------------------+
    // | Copyright (c) 2003 The zen-cart developers |
    // | |
    // | http://www.zen-cart.com/index.php |
    // | |
    // | Portions Copyright (c) 2003 osCommerce |
    // +----------------------------------------------------------------------+
    // | This source file is subject to version 2.0 of the GPL license, |
    // | that is bundled with this package in the file LICENSE, and is |
    // | available through the world-wide-web at the following url: |
    // | http://www.zen-cart.com/license/2_0.txt. |
    // | If you did not receive a copy of the zen-cart license and are unable |
    // | to obtain it through the world-wide-web, please send a note to |
    // | [email protected] so we can mail you a copy immediately. |
    // +----------------------------------------------------------------------+
    // $Id: item.php 1969 2005-09-13 06:57:21Z drbyte $
    //

    define('MODULE_SHIPPING_ITEM_TEXT_TITLE', 'Per Item');
    define('MODULE_SHIPPING_ITEM_TEXT_DESCRIPTION', 'Per Item');
    define('MODULE_SHIPPING_ITEM_TEXT_WAY', 'Best Way');
    ?>



    P.S: Always make a back up of a file before you edit it. Though I'm sure you learnt your lesson.
    That wasn't the plan!

 

 

Similar Threads

  1. Replies: 3
    Last Post: 15 Feb 2013, 03:17 PM
  2. Change Invoice Wording from "Group Discount" to "Customer Discount"
    By OLD MAN in forum Customization from the Admin
    Replies: 1
    Last Post: 21 Oct 2011, 06:58 PM
  3. Can't change the "price" and "Item Name" Link
    By thricelll in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 27 Feb 2011, 08:16 AM
  4. Anyone successful make the "Group Pricing (Per Item)" & "MSRP Display" togther?
    By explorer1979 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 12 Dec 2008, 08:37 AM
  5. Checkout 1 of 3, Changing font colour of "flat rate" & "per item" headings?
    By singing_lad in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 15 Oct 2008, 02:36 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