osCmax v2.5 User Manual
Page 1 of 3 123 LastLast
Results 1 to 10 of 23

UPS XML Ready to Ship/Dimensional support

This is a discussion on UPS XML Ready to Ship/Dimensional support within the UPS XML forums, part of the Shipping Modules category; Hi there, I need to use the additional features of the UPS XML shipping method that enable Ready To Ship ...

      
  1. #1
    osCMax Testing Team
    Join Date
    May 2006
    Posts
    83
    Rep Power
    12


    Default UPS XML Ready to Ship/Dimensional support

    Hi there,

    I need to use the additional features of the UPS XML shipping method that enable Ready To Ship and Dimensional Support,. I see in the database that the packaging and dimension fields are already included in their proper place, but in the admin sections there are no options for adding this information or these options in the product definitions or the UPS XML shipping modules options page.

    Before I dig in and install the latest version over top of the other one, do I need to add something or flip a switch somewhere to activate these additional features that seem to be installed but not visible?

    Also, what version of UPS XML was installed in RC3?

    Thanks

    FourMat

  2. #2
    New Member nicholasbw's Avatar
    Join Date
    Feb 2007
    Posts
    16
    Rep Power
    0


    Default Re: UPS XML Ready to Ship/Dimensional support

    Ditto Here, Same exact Question...

    Regards, Nicholas

  3. #3
    osCMax Development Team
    Join Date
    Nov 2002
    Location
    Orlando
    Posts
    433
    Rep Power
    14


    Default Re: UPS XML Ready to Ship/Dimensional support

    This is a great contribution and the recent updates made it even better.

    You'll need to download the contribution and follow the dimensions.txt information and update your products table to include length, width, height, and RTS, but it's very easy to do. Some of the steps are already done in the stock max cart but includes/classes/shopping_cart and admin/categories need the modifictions done. You should go step by step just to make sure

    I'm pretty familiar with this module and the recent changes and it's worth your time to update to version 1.2.6 if you want to used dimensional support. You can just change the unique files, but if you have installed it in the admin panel you' should use remove button before you change the files.

    It's really very easy but post here if I can help you with any of it.

    In order to make changing product dimensions easier I modified the Quick Updates with SPPC contrib to include length width height and RTS. I've uploaded the modified files to the project page here if you want to used it.
    John

  4. #4
    osCMax Testing Team
    Join Date
    Sep 2004
    Posts
    362
    Rep Power
    10


    Default Re: UPS XML Ready to Ship/Dimensional support

    I deal with both residential shipping and commercial shipping. Anyway to get a toggle for the customer to click between them?

    Also alot of COD orders and there is no place to set that up with the xml module that came with oscmax. Any ideas?

  5. #5
    osCMax Development Team
    Join Date
    Nov 2002
    Location
    Orlando
    Posts
    433
    Rep Power
    14


    Default Re: UPS XML Ready to Ship/Dimensional support

    Quote Originally Posted by bkpie View Post
    I deal with both residential shipping and commercial shipping. Anyway to get a toggle for the customer to click between them?
    That's not an existing option but you might be able to do that without too much effort. Seems like it would be best to make it part of the address book and have it pull from there instead of the config table.

    Actually, it's not a bad idea, and I ship to both too, but currently everyone gets the residential rate. But,for the most part the people that are more sensitive to shipping charges are at a residence anyway.
    Quote Originally Posted by bkpie View Post
    Also alot of COD orders and there is no place to set that up with the xml module that came with oscmax. Any ideas?
    COD is an existing payment option, but that seems like a dangerous option to have enabled to the public. You could enable it through customer groups so only people you have approved will have that as an option.
    John

  6. #6
    osCMax Testing Team
    Join Date
    Sep 2004
    Posts
    362
    Rep Power
    10


    Default Re: UPS XML Ready to Ship/Dimensional support

    thank you John. I am not sure how to do that with the commercial/residential but am still looking into it. It is about 50/50 on comm and res as I deal with alot of home businesses with our wholesale company.

    For COD since we are a wholesale company everyone has to be approved before they order. With the high rate that UPS adds to packages now for COD I just did not want it to be a suprise to the customers. It seems to go up every year and if it does not reflect that then I waste alot of time explaining to customers why COD charge was so high. I could probably add a message to the checkout page on COD fees.

    I do appreciate you taking the time to answer.

    Blayne

  7. #7
    osCMax Testing Team
    Join Date
    Sep 2004
    Posts
    362
    Rep Power
    10


    Default Re: UPS XML Ready to Ship/Dimensional support

    John:

    I just found this contrib. Maybe you can make it work with OSCmax

    osCommerce: Collect Residential / Commercial info for shipping

    I am going to try but sometimes I am not always sucessful.

  8. #8
    osCMax Development Team
    Join Date
    Nov 2002
    Location
    Orlando
    Posts
    433
    Rep Power
    14


    Default Re: UPS XML Ready to Ship/Dimensional support

    I wondered about the home business, because I deal with that a lot too. For UPS a home business gets charged residential rates and not commercial. They go by zoning laws and they add it on our invoice if we list it as commercial and it's a residence. How do you get around that?

    FedEx does the same. Bonus with Fedex is their "home delivery" delivers on Saturday.

    I figured the COD charge was the reason you asked about that, but if you wrap it into your shipping charges then you'll probably spend a lot of time explaining why the shipping charges are so high. Or, worse they don't complete the order. I'm in that same position with oversize boxes making shipping high.

    But, if you put it on the COD option, then they can see it plain as day. Or, that's the theory. You can add the statement in english/cod.php so they see it when they select it.
    John

  9. #9
    osCMax Development Team
    Join Date
    Nov 2002
    Location
    Orlando
    Posts
    433
    Rep Power
    14


    Default Re: UPS XML Ready to Ship/Dimensional support

    Blayne, that contrib is basically what I was thinking.

    Do you have "Beyond Compare"? It will compare the files side by side and highlight the differences, which makes it way easier for you for any contribution you do. You can load a whole contribution on one side and your catalog on the other and it makes it wayyyyyyyy easier.
    John

  10. #10
    osCMax Testing Team
    Join Date
    Sep 2004
    Posts
    362
    Rep Power
    10


    Default Re: UPS XML Ready to Ship/Dimensional support

    I use winmerge. I have done all the edits (very long) and found where the differences were between the new bts with oscmax and the contribution on everything with the exception of 1 which I did not run into until the end. I could not find what they refered to as line 27 as in admin/includes/classes/order.php it is completely different so I am not sure where to put this change. I found the place they refer to as line 67 but not 27. Anyone help me out here? I will paste the instructions for this section.

    Catalog/admin/includes/classes/order.php

    Add to line 27
    delivery_residence_id,

    Now
    $order_query = tep_db_query("select customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_residence_id, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, currency, currency_value, date_purchased, orders_status, last_modified from " . TABLE_ORDERS . " where orders_id = '" . (int)$order_id . "'"); // Res/com Contrib

    Add to line 67
    'residence_id' => $order['delivery_residence_id'], // Res/comm Contrib

    Now
    $this->delivery = array('name' => $order['delivery_name'],
    'company' => $order['delivery_company'],
    'street_address' => $order['delivery_street_address'],
    'suburb' => $order['delivery_suburb'],
    'city' => $order['delivery_city'],
    'postcode' => $order['delivery_postcode'],
    'state' => $order['delivery_state'],
    'country' => $order['delivery_country'],
    'residence_id' => $order['delivery_residence_id'], // Res/comm Contrib
    'format_id' => $order['delivery_address_format_id

    Blayne

Page 1 of 3 123 LastLast

Similar Threads

  1. I need to view the ship zones.
    By AngelG in forum osCMax v2 Features Discussion
    Replies: 1
    Last Post: 02-11-2007, 06:19 AM
  2. No ship method and ship address on invoice and packing slip
    By GeorgeW in forum osCmax v2 Installation issues
    Replies: 0
    Last Post: 08-20-2005, 11:20 AM
  3. The ship to address is missing for the customer
    By shawnfunn in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 02-08-2005, 01:32 PM
  4. Ship In Cart Module? Got it half working
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 03-01-2004, 03:08 PM
  5. Ship free to US, charge Worldwide
    By RickChase in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 10-08-2002, 08:03 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
  •