Results 1 to 5 of 5
  1. #1

    Default Special Shipping for special items. how?

    I have USPS and UPS calculators setup on our website for shipping. However i have a smaller problem.

    We ship our large sized items by freight. So for a number of our products we charge a flat rate of $139.00 for freight. How can I implement that into ZenCart so that when someone places an order that includes those large items automatically make the shipping cost $139.00?

    Thank you

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

    Default Re: Special Shipping for special items. how?

    What indicates that the large products are large and need freight shipping?

    What happens when you have 2 or more of the freight products in the cart?
    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. #3

    Default Re: Special Shipping for special items. how?

    i want to be able to mark those products that are "freight only"

    If two products (that are freight size) are bought together the price would still be the same $139.00 for both of them.

    thanks for your help

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

    Default Re: Special Shipping for special items. how?

    You are going to need some type of test for these Freight Products in the products table ...

    This could be done with a new field and then that can be used to test if 1 or more are in the cart ... if so, then the shipping modules can be enabled/disabled using the $this->enabled by setting it to true or false in your shipping modules ...

    There is a function in the shopping_cart.php class that can be used to test for what is in the cart based on a field in products table:
    Code:
      /**
       * Method to calculate the number of items in a cart based on an abitrary property
       *
       * $check_what is the fieldname example: 'products_is_free'
       * $check_value is the value being tested for - default is 1
       * Syntax: $_SESSION['cart']->in_cart_check('product_is_free','1');
       *
       * @param string product field to check
       * @param mixed value to check for
       * @return integer number of items matching restraint
       */
      function in_cart_check($check_what, $check_value='1') {
    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!

  5. #5

    Default Re: Special Shipping for special items. how?

    hey Linda,

    would you be willing to do this for me (as paid work ofcourse)?

    THank you

 

 

Similar Threads

  1. Free Shipping to US and Canada special on select items?
    By kirkbross in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 2 Mar 2013, 02:07 AM
  2. Special Shipping rates for frozen items
    By georgiepants in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 16 Jul 2011, 11:04 AM
  3. Special Pricing for Newletter Items?
    By stlnyc in forum Setting Up Specials and SaleMaker
    Replies: 4
    Last Post: 12 May 2009, 06:26 AM
  4. Special Prices for Special Customers???
    By 54ndm4n in forum Setting Up Specials and SaleMaker
    Replies: 3
    Last Post: 24 Nov 2008, 06:11 PM
  5. Several special items shipping costs
    By SliderMan in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 23 Apr 2008, 09:11 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