Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

fang

Pioneers
  • Posts

    50
  • Joined

  • Last visited

Profile Information

fang's Achievements

  1. That is interesting that you bring this up - I pinpointed this line of code as a possible issue myself. The problem is that while replacing it with "All" does now allow for First Class Envelopes, it still doesn't return the Flat Rate Envelopes for International Priority or Express Mail. I am wondering if it has to do with dimensions or the terms that are requested to and sent from the USPS. I noticed that if you changed the wording in any of the descriptions for the package types, that type was no longer returned. i.e. If I changed wording from "Priority Mail" to "Priority Mail Box", it no longer returned Priority Mail as an option. The question then becomes as to whether or not the wording for International Flat Rate Envelopes is correct (as a possible reason). When you changed MailType to "All", did it now allow for International Flat Rate Envelopes?
  2. I can't imagine what.....it is rather specific to just the International Flat Rate envelopes and First Class International Large Envelope. Domestic is fine, all other choices work well. And I am not the first person to note that they are missing - there was a post on January 26th in this thread that reported the same issue. I am using OSC 2.2.
  3. Anyone come up with a solution to get International Priority Mail Flate Rate Envelopes and International First Class Envelopes to come up?
  4. I have a client who wants the product listings to reflect the current quantities in the shopping cart. Their idea being that if someone has already added something to the cart, but wants to change it, they can change it right inside the product listing of a particular category instead of needing to go to the shopping cart. Is there a contrib or add-on that allows this? Thanks for any comments or help!
  5. Sure, but is that going to actually show the current cart's contents in the product listing? Let's say I have a category called "colors." I pick four different colors to add to my cart (and it does). If I want to change which colors I want (or remove one of them), I need to use the cart. What I want to see happen is the number of each color I have ordered is in the product listing itself (and therefore changeable) inside a particular category. Thanks!
  6. I have a client who wants the product listings to reflect the current quantities in the shopping cart. Their idea being that if someone has already added something to the cart, but wants to change it, they can change it right inside the product listing of a particular category instead of needing to go to the shopping cart. Is there a contrib or add-on that allows this? Thanks for any comments or help!
  7. I have installed the QPBPP before, successfully, but am running into an error with adding to another site running OSC 2.2 MS2. The version I am trying to install is 1.3.6. Everything in the admin seems to be fine. I installed all of the SQL, and all of the code as per instructions (well, I think I did, right?), went back over things, but could not find a solution to this PHP error popping up: Parse error: syntax error, unexpected ';', expecting T_FUNCTION in includes/classes/shopping_cart.php (line 501) Now, of course, the error is taking place much earlier, as line 501 is the end of the file for me. Any suggestions or help would be greatly appreciated. ;)
  8. Just as a follow-up: another bizarre feature is this: when ordering 5 of a 30lb item, it says/figures I am shipping 2 packages of 150lbs EACH. Which, of course, is not true. It is either 3 packages of 50lbs each or 1 package of 150lbs. More interesting is the fact that the 150lbs figure in the message doesn't change, even if I set the "Maximum Package Weight you will ship" setting in configuration to something different (i.e. 50lbs). Thanks.
  9. I have had a problem with shipping weights and errors received (the infamous "111035: The maximum per package weight for the selected service from the selected country is 150 pounds.") - I researched this a bit both on the forums and google, and both seem to lead to dead-ends where people reported the problem, but no solution was available. At first, I didn't have UPSXML, and thought it would figure out this issue for me. I would enter 149lbs as the maximum weight (UPS' max is 150lbs), but the standard MS2.2 wasn't splitting the packages apparently. After installing UPSXML, it still isn't splitting them. Example: I have a product that weighs 30lbs. When ordering over 149lbs (5 or more of that product), the error about max weight from UPS pops up. I do not have dimensional support installed, as I am not so sure I can actually go with that (unless it is the only solution, which would be pretty poor indeed). Anyone know of a solution to this bug? Thanks for any/all input.
  10. Has this issue ever been fixed? Using MS2.2, and the basic entering of 150 (or lower) doesn't do anything to change the error received. Based on searching the forums, it almost seems like this is just a bug that has never been fixed...... :(
  11. I'm really only interested in the weight aspect, not the dimensional aspect. So I'll give it a go with your suggestion. Thanks!
  12. I have an odd situation that I need some advice on (perhaps it isn't as odd as I think). :blush: Normally, I thought the UPS XML module would break an order up into packages based on the maximum weight that UPS allows. i.e. If an order weighs 230 pounds, then the order would be broken into 2 boxes and appropriate charges would return based on the two boxes and their presumed weight (150 lbs for the first, the UPS maximum for weight, and 80 pounds for the second). Am I wrong in believing this is the way it should be? Or do I need to install the extra dimensional support? Or merely the package splitting part? If I need to install the dimensional support, then can I do dimensional support without actually getting into the size of items (only the weight)? Thanks for any advice!
  13. I had the same issue for the emailing of clients their point totals when they are confirmed out of the "pending" points table. What I did was to change the SQL call on line 41 of customers_pending_points.php to include pulling the customers email from customers table. I'm not sure why the creator of this wants to rely (apparently) on POST data to send out the email. You are pulling from the customers table other information anyway..... That being said, I have been pretty busy and haven't had time to evaluate where the issue in the script is. The points seem to transfer just fine from pending to the points available table for me. If you need more information on how to do this change, let me know and I will post a step-by-step guide for you.
  14. You know, I can't get any quotes through for Priority Mail International for any sort of Flat Rate Box. It would be helpful to have those show up.... In fact, for 16 pounds, under International shipping addresses, the Express Mail Envelope option appears - and quite cheaply I might add.... I installed the 4.3.1 version, too...... Any ideas?
  15. Thank you very much - that hit the spot! Still, I wouldn't mind knowing the root cause of this. Unless it is something completely unavoidable with the contrib.
×
×
  • Create New...