Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

buckeyecomputers

Archived
  • Posts

    35
  • Joined

  • Last visited

Profile Information

  • Real Name
    Dan Linehan

buckeyecomputers's Achievements

  1. Zone 2 = $89.50 Zone 3 = $100.60 Zone 4 = $126.80 Zone 5 = $154.20 Zone 6 = $179.00 Zone 7 = $205.00 Zone 8 = $230.80 If you have any additional Questions Please Contact Quality GearBox at 216-502-4345 or [email protected] Destination ZIP code [first 3 digits listed] Shipping zone 004-005 4 006-007 4 008 1 009 4, 5 010-041 4 042-049 5 050-089 4 090-099 - 100-129 4 130-132 3 133-139 4 140-146 3 140-146 3 147 2 148-149 3 150-158 2 159 3 160-165 2 160-165 2 166 3 167 2 168-179 3 180-181 4 182 3 183 4 184-188 3 189-199 4 200-213 3 214 4 215 3 216 4 217 3 218-219 4 220-229 4 230-239 4 240-259 3 260-261 2 262 3 263-265 2 266-268 3 270-298 4 299 5 300-312 4 313-329 5 330-333 6 334-339 5 340 - 341-349 5 350-353 4 354 5 355-359 4 360-361 5 362 4 363-367 5 368 4 369 5 370-386 4 387 5 388 4 389-398 5 399 4 400-406 3 407-409 4 410-418 3 420-424 4 425-427 3 430-449 2 450-452 3 453-458 2 459-474 3 475-478 4 479 3 480-487 2 488-491 3 492 2 493-496 3 497-499 4 500-503 5 504 4 505 5 506-507 4 508-516 5 520-539 4 540 5 541-549 4 550-558 5 559 4 560-576 5 577 6 580-585 5 586-593 6 594-599 7 600-601 3 602 4 603-609 3 610-639 4 640-649 5 650-652 4 653 5 654-655 4 656-676 5 677 6 678 5 679 6 680-692 5 693 6 700-722 5 723-724 4 725-732 5 733 6 734-738 5 739 6 740-759 5 760-761 6 762 5 763-797 6 798-799 7 800-814 6 815 7 816-820 6 821 7 822-828 6 829-853 7 854 8 855-865 7 870-872 6 873-874 7 875-877 6 878-880 7 881-884 6 885 7 889-892 8 893 7 894-897 8 898 7 900-961 8 962-966 - 967-968 2 969 - 970-978 8 979 7 980-989 8 990-992 7 993 8 994 7
  2. We need to ship items using UPS - all the same weight - to 7 of UPS shipping zones OR buy zip code. Any idea on what contributions might be best for this? Thanks in advance all, Dan
  3. We need to ship items using UPS - all the same weight - to 7 of UPS shipping zones. Any idea on what contributions might be best for this? Thanks in advance all, Dan
  4. Fatal error: Cannot redeclare class xmldocument in /home/gearbox/public_html/admin/includes/classes/xmldocument.php on line 19 I have already set dimension support to 0 and ensured that xmldocument.php is in the right two folders. These are the only two fixes I have found? Dan
  5. Fatal error: Cannot redeclare class xmldocument in /home/gearbox/public_html/admin/includes/classes/xmldocument.php on line 19 I have already set dimension support to 0 and ensured that xmldocument.php is in the right two folders. These are the only two fixes I have found? Dan
  6. JanZ, Thank you very much - the checkout process works perfectly now. I should have figured out this fix quicker, it was just that basic option, you nailed it. I do have another issue that may be more of a challange for you, if you are game. Since this site is selling remanufactured transmissions the packaging will be bulk "hundredweight" from UPS. From what I have read so far I think I know the following: a. No one has contributed a module for hundredweight packaging, although a couple people have asked about it b. The UPS xml contrib basically connects to the UPS SSL server and gets the current shipping rates. It seems like we should be able to add a hunderedweight option pretty easily, by duplicating the handshake that takes place with the SSL server with the current packaging options but by changing one of the codes from, for example, "UPS Pak 04" to "Hundredweight 05" (or whatever the code is - the UPS helpdesk hasn't replied back yet =/ But I may be wrong, adding a new package type may be way harder than I think. I really just need to see if I am thinking along the right lines. The code below is from upsxml.php... // Available package types $this->package_types = array( 'Unknown' => '00', 'UPS Letter' => '01', 'Customer Package' => '02', 'UPS Tube' => '03', 'UPS Pak' => '04', 'UPS Express Box' => '21', 'UPS 25kg Box' => '24', 'UPS 10kg Box' => '25' ); And before I jump into trying to change (break) anything I had a few questions about this process to make sure I start off in the right direction: 1. Is it possible to add some code to upsxml.php that will interact with UPS secure server that will get the hundredweight info in basically the same way that it gets the info for the other package types? I am not so much a programmer but can grab some help if the hundredweight info would interact in the same manner as the other packaging options.. 2. I understand there is a packaging contrib but Janz, I know you were saying there were a lot of problems with it, so I didn't install it.. do you know if hundredweight shipping is an option on there? Does the packaging contrib just attempt to offer every type of shipping option possible or is it more about trying to automatically calculate volume and then picking the best package based on that? It doesn't seem like the packaging contrib has much documentation about what it is useful for so i am not sure whether to go that route. 3. How many documents would need to be modified to make the changes to add hundredweight shipping? Is it just upsxml.php or are there many documents that would need modified? Thanks a lot for all the help so far, and in advance for any help on this step, Thank you, Dan Linehan.
  7. We are looking into this now but within the upsxml 1.1.5 module, since it *should* be a little easier. Has anyone else done hundredweight service?
×
×
  • Create New...