Results 1 to 4 of 4

How do I remove weight display at checkout?

This is a discussion on How do I remove weight display at checkout? within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Hi, how do I remove weight display at checkout? I only want shipping cost shown, not the total weight of ...

      
  1. #1
    Member
    Join Date
    Mar 2009
    Posts
    94
    Rep Power
    3


    Default How do I remove weight display at checkout?

    Hi, how do I remove weight display at checkout? I only want shipping cost shown, not the total weight of the products listed next to the shipping option.
    Last edited by ptt81; 04-06-2009 at 02:05 PM.

  2. #2
    Active Member MindTwist's Avatar
    Join Date
    Jun 2007
    Location
    Barcelona, Spain
    Posts
    408
    Rep Power
    7


    Default Re: How do I remove weight display at checkout?

    The only module I have used that displays the weight I think was the "zones" module. So it will depend on the module you are talking about...

    On the zones module, you would edit /includes/modules/shipping/zones.php and search for the $shipping_weight string. You would want to edit this line:

    Code:
                $shipping_method = MODULE_SHIPPING_ZONES_TEXT_WAY . ' ' . $dest_country . ' : ' . $shipping_weight . ' ' . MODULE_SHIPPING_ZONES_TEXT_UNITS;
    And change it to something like:

    Code:
                $shipping_method = MODULE_SHIPPING_ZONES_TEXT_WAY . ' ' . $dest_country;
    It might be different on whatever shipping module you are referring to.

  3. #3
    Member
    Join Date
    Mar 2009
    Posts
    94
    Rep Power
    3


    Default Re: How do I remove weight display at checkout?

    im using the shipping module MZMT_Shipping_v1.2, that is MultiGeoZone MultiTable Shipping - version 1.2

    the mzmt.php doesn't include a weight string in there so that's why im lost there

    it can still see it which means the string must be located else where

  4. #4
    Member
    Join Date
    Mar 2009
    Posts
    94
    Rep Power
    3


    Default Re: How do I remove weight display at checkout?

    nevermind, problem fixed using another shipping module

Similar Threads

  1. Replies: 1
    Last Post: 03-08-2008, 05:15 PM
  2. ups shipping- checkout wrong weight
    By jschafer52 in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 05-09-2007, 10:23 PM
  3. Remove image from cart display
    By ratsglass in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 12-07-2005, 06:31 PM
  4. Tax is lost at checkout if product weight is zero
    By NickW in forum osCMax v1.7 Installation
    Replies: 4
    Last Post: 08-10-2004, 04:09 AM
  5. In category list - how can I remove the number being display
    By jloyzaga in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 12-04-2003, 06:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •