Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2011
    Posts
    2
    Plugin Contributions
    0

    Idea or Suggestion How to change total product weight?

    I want to change total product weight "0" if order total quantity is larger than 1 in shopping cart.
    When the customer order multiple items, I want to show each shipping method and shipping is $0 in checkout.

    For example...
    Express Mail $0
    Priority Mail $0
    UPS $0

    This is for calculate the shipping after the order was completed. But I want to remain that the customer can select the shipping method.

    Which php file should I change and what kind of code do I add ?

  2. #2
    Join Date
    Oct 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: How to change total product weight?

    I solved it.

    I just added

    if ($_SESSION['cart']->count_contents() >1 ) {
    $shipping_weight =0;
    }

 

 

Similar Threads

  1. v139h How to add a "one time" weight attribute to total weight?
    By JonnyRRR in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 19 Feb 2012, 02:41 AM
  2. How do i change the product weight format?
    By Shane78 in forum General Questions
    Replies: 1
    Last Post: 9 Aug 2009, 04:21 AM
  3. How to change product weight?
    By jadsjams in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 26 Jan 2008, 12:37 AM
  4. Replies: 4
    Last Post: 6 Jan 2008, 11:34 PM
  5. How to change product weight?
    By FrenchMonkey in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 6 Nov 2007, 09:27 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