Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 36
  1. #21
    Join Date
    Mar 2008
    Posts
    20
    Plugin Contributions
    0

    Default Re: Multiple Shipping Methods / Options

    Anyone know how to show the shipping method on the invoice or orders?

  2. #22
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Shipping Methods / Options

    By default, the Shipping already shows on orders.php and invoice.php ...

    What shipping method(s) are you using?

    Do you see them in the email?

    Do you see them in the Account History?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #23
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Shipping Methods / Options

    Go to the Modules ... Order Totals ... and do a REMOVE and INSTALL on the Shipping ot_shipping ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #24
    Join Date
    Oct 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Multiple Shipping Methods / Options

    I need the "Shipping Method" on my packing slip as well.
    Currently it shows:
    Invoice No. 3947 Date Ordered: Tuesday 23 June, 2009 Payment Method: Credit Card
    I would like the shipping method to show up just under the "Payment Method".

    I did add "customer comments" to my packing slip. Would I do the same to add the "Shipping Method"?

    Thanks

  5. #25
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Shipping Methods / Options

    The shipping method can be displayed with:
    $order->info['shipping_method']
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #26
    Join Date
    Nov 2009
    Posts
    1
    Plugin Contributions
    0

    Default Multiple Shipping Methods / Options

    Hi i am wanting to offer multiple postage options and am wanting to see if anyone is able to give me info or instructions on how to clone the table rate unit module? Plz Help! Thnx

  7. #27
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Shipping Methods / Options

    You might do a search on:
    clone table
    clone flat
    clone item

    Or look in the Free Software Add Ons and search for:
    zone table

    and there are several add ons that might be of use to you ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #28
    Join Date
    Jan 2011
    Posts
    42
    Plugin Contributions
    0

    Default Re: Multiple Shipping Methods / Options

    Hi
    This is my first zencart installation so I hope I am not asking a stupid question.

    I would like to have 2 different flat rate postage options.

    I would like to charge a flat rate amount for standard shipping anywhere in the world but I want the first item to be for example $5 and all additional items purchased to be for example $2

    Then clone it for express I suppose and just change the values to $10 for the first item and $3 for each additional items.

    Is this possible and hopefully easy for a newbie to do?

  9. #29
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Shipping Methods / Options

    If what you want is:
    Qty 1 = $5.00
    Qty 2 = $7.00
    Qty 3 = $9.00

    etc. etc. etc. ...

    What you really want is Item Rate and set the charges for ...
    Handling: 3.00
    Shipping Cost: 2.00

    Now you will get:
    Qty 1 = $3.00 + $2.00 * 1 = $5.00
    Qty 2 = $3.00 + $2.00 * 2 = $7.00
    Qty 3 = $3.00 + $2.00 * 3 = $9.00

    etc. etc. etc. ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #30
    Join Date
    Jan 2011
    Posts
    42
    Plugin Contributions
    0

    Default Re: Multiple Shipping Methods / Options

    Thanks for your help. I was thinking about doing it that way earlier but for some reason I thought the packaging charge was for each item but if it is just for each order then that will work great.

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Multiple Shipping Methods Conflicting
    By got2know in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 8 Jun 2010, 02:13 PM
  2. Restrict Shipping Methods Options?
    By JinkyO in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 21 Jan 2009, 01:44 PM
  3. using multiple shipping methods
    By jacon1965 in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 12 Jan 2009, 10:33 PM
  4. multiple shipping methods
    By kishore_peri in forum Addon Shipping Modules
    Replies: 2
    Last Post: 3 Apr 2008, 09:22 PM
  5. multiple shipping methods
    By magichat in forum General Questions
    Replies: 1
    Last Post: 19 Sep 2006, 08:59 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR