osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

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; Well it works without it and I added the extra contribution so UPS will calculate the difference on the fly ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Features Discussion > Shipping Modules > UPS XML

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #11  
Old 03-04-2007, 05:30 PM
osCMax Testing Team
 
Join Date: Sep 2004
Posts: 293
Thanks: 23
Thanked 34 Times in 33 Posts
Rep Power: 5
bkpie has a spectacular aura aboutbkpie has a spectacular aura about
Default Re: UPS XML Ready to Ship/Dimensional support

Well it works without it and I added the extra contribution so UPS will calculate the difference on the fly of commercial and residential. I am not sure what is going to show up missing due to the missing code that I spoke of in previous post but this is a great add on for those who ship both comm and residential.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 03-20-2007, 05:56 PM
osCMax Testing Team
 
Join Date: May 2006
Posts: 34
Thanks: 0
Thanked 3 Times in 3 Posts
Rep Power: 0
fourmat
Default Re: UPS XML Ready to Ship/Dimensional support

Hi Bk,

I just installed the res/comm contrib and ran across the section that you had a problem with. You didn't find the exact code segment because it was changed in the original. The code that replaced the segment you were looking for was

$order_query = tep_db_query("select * from " . TABLE_ORDERS . " where orders_id = '" . (int)$order_id . "'");

The function selects fields from database tables, and the old version selected the tables/fields individually. The new version of the code just selects them all using a wildcard, so it is unnecessary to change it, because it has selected all fields. as long as you updated the database with the new fields, you won't have a problem (and you didn't).

Thanks for the suggestion.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 03-21-2007, 06:38 AM
osCMax Testing Team
 
Join Date: Nov 2002
Location: Orlando
Posts: 201
Thanks: 10
Thanked 26 Times in 14 Posts
Rep Power: 7
JohnW will become famous soon enoughJohnW will become famous soon enough
Default Re: UPS XML Ready to Ship/Dimensional support

Sorry I missed your previous posts Blayne, but I haven't been on this board much and I didn't get a notification email until Fourmat posted.

Anyway, sounds like it's working okay. I guess after you've had it for a while you'll be able to compare your shipping charges to your actual UPS charges and see how well it works out.
__________________
John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 03-24-2007, 08:49 AM
osCMax Testing Team
 
Join Date: Sep 2004
Posts: 293
Thanks: 23
Thanked 34 Times in 33 Posts
Rep Power: 5
bkpie has a spectacular aura aboutbkpie has a spectacular aura about
Default Re: UPS XML Ready to Ship/Dimensional support

Fourmat Sorry for taking long to get back. I figured that out and it actually makes it Easier. John so far pretty much right on to my UPS xml rates.
I changed the code as you stated to handle the COD option.

I am done and will be adding a shipping tracking contribution so customers can track there orders online and shop owners in admin orders section. I just have to finish packaging it. It works great for UPS,USPS and Fedex and is a great addition.
Also I just added a new CC module that is cool but need a bit of help with.
Have a great day.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 03-24-2007, 10:34 AM
osCMax Testing Team
 
Join Date: Nov 2002
Location: Orlando
Posts: 201
Thanks: 10
Thanked 26 Times in 14 Posts
Rep Power: 7
JohnW will become famous soon enoughJohnW will become famous soon enough
Default Re: UPS XML Ready to Ship/Dimensional support

I use the Authorize.net Consolidated v1.7 by Austin519 CC module and it works very well. I used the AIM system since 2002 with OSC and it's been a great system the whole time. Except for a week a few years ago with Authorize.net had probelms with DDOS attacks it's been completely problem free. That's the only CC module I know but let me know how your other one works out.

The Batch Print tool you might want to look into also. It is basically installed in Max but needs tweaking to work is a great contribution. You can make a custom invoice that it generates with a PDF and you can email. If you are shipping a lot you can update a batch of orders at one time and it sends a different order update email than the regular order update.
__________________
John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16  
Old 04-26-2007, 08:05 AM
osCMax Testing Team
 
Join Date: May 2006
Posts: 34
Thanks: 0
Thanked 3 Times in 3 Posts
Rep Power: 0
fourmat
Default Re: UPS XML Ready to Ship/Dimensional support

John/BKPie and anyone else,

I have the standard options working OK, but I'm needing to use the Ready To Ship option and I'm having a problem. For some reason when the RTS option is enabled, the product weight is not being delivered to the UPS XML module. Everything else is fine, including the price, quantity, address info, etc. But it is missing the weight. As a matter of fact, the total weight is being passed to the module, but the individual weight that it uses to calculate the separate package shipping is not.

I've done some looking and have identified some changes to the /classes/shopping_cart.php that have to do with the SPPC contrib where it involved the weight and I was wondering if anyone else could enable the UPSXML RTS function to see it it was working on their end.

Thanks for the help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17  
Old 04-26-2007, 09:07 AM
osCMax Testing Team
 
Join Date: May 2006
Posts: 34
Thanks: 0
Thanked 3 Times in 3 Posts
Rep Power: 0
fourmat
Default Re: UPS XML Ready to Ship/Dimensional support

Aw crap. Disregard the last question. I found that I borked the instllation of the dimensional features and had wiped out the weight SQL call during the modification. Figures...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18  
Old 08-07-2007, 12:05 PM
osCMax Testing Team
 
Join Date: May 2006
Posts: 34
Thanks: 0
Thanked 3 Times in 3 Posts
Rep Power: 0
fourmat
Default Re: UPS XML Ready to Ship/Dimensional support

OK, I've run into another problem concerning the residential./commercial add on. Inside of OSCMax RC3, one things that the contribution doesn't take into account is the usage of the Purchase Without Account feature, which I use.

I haven't been able to figure it out quite yet because I can't get it to set the entry_residence_id toggle inside of the database. it appears that everything is identical to the changes that needed to be made in the core files, but for some reason it's not working.

I'm still plugging away. if anyone else has modded this contrib to use with the PWA package, let me know. I'll post the solution once I get it figured out.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19  
Old 07-15-2008, 08:52 PM
New Member
 
Join Date: Jul 2008
Location: The Radioactive Desert
Posts: 11
Thanks: 2
Thanked 1 Time in 1 Post
Rep Power: 0
mithereal is on a distinguished road
Default Re: UPS XML Ready to Ship/Dimensional support

Quote:
Originally Posted by JohnW View Post
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.
im looking for the modifications on the project page can you send a link??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20  
Old 07-16-2008, 05:09 AM
osCMax Testing Team
 
Join Date: Nov 2002
Location: Orlando
Posts: 201
Thanks: 10
Thanked 26 Times in 14 Posts
Rep Power: 7
JohnW will become famous soon enoughJohnW will become famous soon enough
Default Re: UPS XML Ready to Ship/Dimensional support

Sure, it's
Quick price updates for sppc with product dimension - osCMax - osCommerce Maximized

Also, after you have this working you can search "quick updates" on the main OSC site contributions section and you will see a newer version of "quick updates for sppc" by Jan Z that doesn't rely on register_globals. It doesn't have the dimensional support but you can use it to update your file pretty easily.
__________________
John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
I need to view the ship zones. AngelG osCMax v2 Features Discussion 1 02-11-2007 07:19 AM
No ship method and ship address on invoice and packing slip GeorgeW osCMax v2 Installation issues 0 08-20-2005 11:20 AM
The ship to address is missing for the customer shawnfunn osCommerce 2.2 Installation Help 0 02-08-2005 02:32 PM
Ship In Cart Module? Got it half working Anonymous osCMax v1.7 Discussion 4 03-01-2004 04:08 PM
Ship free to US, charge Worldwide RickChase osCommerce 2.2 Modification Help 0 10-08-2002 08:03 AM


All times are GMT -8. The time now is 02:16 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax