Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2008
    Posts
    71
    Plugin Contributions
    0

    Default Special Item Shipping Charges Only within Certain States?

    Greetings,

    Client is using v 1.38. Site is completely password protected at client's request, but is housed at wholesale.shopinhisimage.com. His retail cart is at shopinhisimage.com

    Client has separate zencart for his wholesale customers. There is a shipping table set up, which works fine. However, client has some large items (concrete statues) which need to ship at a higher rate ($30 per item - regular shipping charges on the table will not apply). Furthermore, he only wants to charge the $30 extra per item to 47 states, as he personally delivers the items in a three state territory.

    Is there a way this can be done through Zencart? Do I need a customized mod? If someone can direct me on the best way to go, I would sincerely appreciate it.

    Client is open to other suggestions on how to handle the shipping config of these items, so if you have any suggestions on that, please pass that along as well.

    Thank you in advance.

    Christopher
    Deer Creek Design Company

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

    Default Re: Special Item Shipping Charges Only within Certain States?

    Is there anything specific that identifies these Products from other Products, such as the master_categories_id?

    Or something like these Products are all in specific Categories that could be tested for against the items in the cart?

    I am assuming when you say you are using a shipping table that your shipping module is the Table Rate table shipping module ... correct?
    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
    Join Date
    Feb 2008
    Posts
    71
    Plugin Contributions
    0

    Default Re: Special Item Shipping Charges Only within Certain States?

    Hi Linda,

    Thanks so much for your response...

    Yes, the statues are in their own master category. The shipping table is the Standard Shipping module table.

    I'll look forward to your response (or anyone elses).

    Thanks!

    Christopher

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

    Default Re: Special Item Shipping Charges Only within Certain States?

    You can work out the charges in the quote with:
    Code:
    // count how many products are in the cart from various categories
    // add a new check for each categories_id to match a master_categories_id
    global $cart;
    $chk_cats = 0;
    $chk_cats += $_SESSION['cart']->in_cart_check('master_categories_id','10');
    $extra_charge = $chk_cat * 30.00;
    I still have to work out the 47 states ...
    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!

 

 

Similar Threads

  1. v139h Shipping special for 1 item only?
    By wirefram in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 15 Apr 2014, 05:00 PM
  2. Shipping cost to different states within a country
    By jbautista in forum Addon Shipping Modules
    Replies: 4
    Last Post: 10 May 2011, 11:32 PM
  3. restrict shipping certain products to certain states?
    By airtime in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 18 Jan 2011, 05:11 AM
  4. Per Item Shipping-Adding a surcharge for certain States
    By elgrcg in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 8 Jul 2009, 11:09 AM
  5. shipping of certain products restricted to certain states?
    By jaxon in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 3 Jul 2007, 05:08 AM

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