Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2008
    Posts
    25
    Plugin Contributions
    0

    help question Fitting Oversized-Undepriced items into Shipping Table

    My client has decided to add oversized posters to their online offerings and it has wrecked shipping. They won't fit into a price based table because although they are one of the least expensive items on the site to purchase they are the most expensive to ship.

    We thought of developing a weight based shipping chart and inflating the weight of these posters, but then it charges that extra amount for EACH poster...it doesn't actually cost much more to mail 3 posters than it does to mail one, but the system would charge three times as much.

    Is there a way to add a surcharge to items that appear in a certain category? I could set up an oversized items category and all those items would have an additional shipping cost?

    Does anyone have a suggestion on how to handle this? I am at a loss, and the customer is losing money on each poster sale.

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

    Default Re: Fitting Oversized-Undepriced items into Shipping Table

    Are your Products in multiple categories for these oversized items?

    Would just the count of how many help in adding the extra charge?
    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
    Jul 2008
    Posts
    25
    Plugin Contributions
    0

    Default Re: Fitting Oversized-Undepriced items into Shipping Table

    Item count would work if I could do it by category. All the oversized items are currently under "posters", and I wouldn't be opposed to putting them in a special "Oversized Posters" category.

    Unfortunately we also sell very small and inexpensive to ship items, like individual notecards, so a straight up item count across all categories wouldn't work at all.

    I wish I was more well-versed in php. I fear I may be paying someone to make a module.

    (sigh)

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

    Default Re: Fitting Oversized-Undepriced items into Shipping Table

    In the tables.php you can use just above the quote:
    PHP Code:
        $this->quotes = array('id' => $this->code,
        
    'module' => MODULE_SHIPPING_TABLE_TEXT_TITLE $show_box_weight,
        
    'methods' => array(array('id' => $this->code,
        
    'title' => MODULE_SHIPPING_TABLE_TEXT_WAY,
        
    'cost' => $shipping MODULE_SHIPPING_TABLE_HANDLING))); 
    change it to read:
    PHP Code:
    // count how many are in categories_id 10 where master_categories_id = 10
    $how_many $_SESSION['cart']->in_cart_check('master_categories_id'10);
        
    $this->quotes = array('id' => $this->code,
        
    'module' => MODULE_SHIPPING_TABLE_TEXT_TITLE $show_box_weight,
        
    'methods' => array(array('id' => $this->code,
        
    'title' => MODULE_SHIPPING_TABLE_TEXT_WAY,
        
    'cost' => $shipping MODULE_SHIPPING_TABLE_HANDLING))); 
    and the $how_many will be the count of the product(s) quantity in master_categories_id 10 ...
    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
    Join Date
    Jul 2008
    Posts
    25
    Plugin Contributions
    0

    Default Re: Fitting Oversized-Undepriced items into Shipping Table

    Cool. I'll see if i can play with this and make something happen.

    Will keep you informed. Thanks so much for the help.

 

 

Similar Threads

  1. v139h UPS Shipping Module for Oversized Products when Shipping
    By trailerworld in forum Addon Shipping Modules
    Replies: 2
    Last Post: 20 Nov 2012, 09:11 PM
  2. Surcharge for oversized items?
    By lismith in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 10 Sep 2007, 04:42 PM
  3. cutting complex template and fitting it into ZC
    By tbrides in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Dec 2006, 02:37 PM
  4. Shipping table not adding additional items shipping costs???
    By jwishy in forum Addon Shipping Modules
    Replies: 0
    Last Post: 18 Aug 2006, 05:52 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