Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

opus_uno2001

Pioneers
  • Posts

    63
  • Joined

  • Last visited

Everything posted by opus_uno2001

  1. This line above replaces: foreach ($Package['ExtraServices']['ExtraService'] as $key => $val) { Correct?
  2. Anyone clue me in as to why a loaded template goes out of order when the browser reloads???
  3. @@surfalot might help me if I just looked up the list eh? Thanks!
  4. Anybody tell me.. Where exactly do the "templates" get stored?
  5. Thanks for the reply Jim.. I have it working by bringing over a config table where it was already installed without changing varchar(255) to text. I'll keep a watch on your new replacement mod.
  6. Howdy, I'm getting this error (have not encountered before) : 1406 - Data too long for column 'configuration_description' at row 1 New install (Bootstrap 2.3.4 Edge ) PHP 5.4.16 / mysql Ver 14.14 Distrib 5.6.23 I saw it in this thread above but didn't find a solution. I followed the suggestion to change the table 'configuration_description' type to text, which does work for me, but I'd rather fix the root cause than change the structure of the database. Any suggestions?
  7. Find This code ***************************************** if (tep_not_null($action)) { switch ($action) { case 'save': reset($HTTP_POST_VARS['configuration']); while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) { *********************************************** INSERT THE FOLLOWING CODE AFTER THE ABOVE LINE: *********************************************** if (is_array($value) ) { $value = implode( ", ", $value); $value = preg_replace ("/, --none--/", "", $value); }
  8. Hey Jim, That's where I get the sort error above which I only gave half-hearted attempt towards debugging with the new module inside MVS.. Call to undefined method upsxml::sort_order() But you answered my concerns anyway, and if it's working I'll stick with the old one for now.. thanks
  9. The old one returns rates that is.. But the options are different than the newest version of UPSXML..
  10. Hey Jim.. I got it working.. sort of.. Question: is there a method for upgrading the UPSXML to the latest? Can't seem to get past this error.. PHP Fatal error: Call to undefined method upsxml::sort_order() in /var/www/vhosts/osc-mvs/public_html/admin/vendor_modules.php on line 122, referer: http://osc-mvs.dev/admin/vendors.php?page=1&vendors_id=3 It still returns rates the options are different on the admin side..
  11. Scoured these threads without finding my answer so I'm asking... Is there a reason (hopefully simple) that the Order By Vendor list is not populating?
  12. I have both USP and USPS installed. Have a product USPS won't ship. How can I flag this product to show only UPS for the one product?
  13. Does this Mod work? I put in both "ground" and "Ground" for UPS, then added 1 in the product field I want restricted, but USPS is showing its options as well..
  14. Thanks Jim.. maybe one day the add-ons section will also get scrubbed :)
  15. @@kymation Hey Jim, can the 3-21-2012 MVS v1 work with 2.3x OSC? Or is there another version I'm not finding in the add-ons...?
  16. @@kymation I changed the product weight and it's showing the First-Class Package International Service. rates now .. It was set to 8 lbs. Found my answer in 2 clicks.. Note: Send anything up to 4 lbs https://www.usps.com/business/first-class-package-international-service.htm Many Thanks Jim!
  17. @@kymation Progress!! No errors in logs. Must give you kudos for a simple elegant fix too. However, it's just grabbing rates for Priority Mail International® but nothing showing First-Class Package International Service? Am I missing something in setup?
  18. Not to send you down a rabbit trail.. But could it be something with the <Prohibitions> breaking the XML string? I have those turned to off but they still wind up in the debug email.. I did notice there was still a lot of USPS data in the DB even after uninstalling.. So I thought perhaps it was old cruft causing some conflict. After clearing everything out and reinstalling got the same - nothing. I then enabled strict error reporting and this popped up in the logs.. Not clear if it's related as it is only a notice, but it does not appear for domestic addresses so I'm passing it along: PHP Notice: Undefined property: usps::$quotes in /var/www/vhosts/osc-2.3.3.4/www/catalog/includes/classes/shipping.php on line 97, referer: https://osc-2.dev/catalog/checkout_shipping_address.php
  19. @@kymation I installed the package on a vanilla osc and have same International nothingness.. Get this in my logs.. maybe it will turn a light on? I hope so anyway.. [Wed Sep 10 23:00:31 2014] [error] [client 192.168.0.12] PHP Warning: simplexml_load_string(): Time>2:00 PM</SaturDayCutOffTime></PostOffice><PostOffice><Name>HERITAGE CARDS & in /var/www/vhosts/osc-2.3.3.4/www/catalog/includes/modules/shipping/usps.php on line 603, referer: https://osc-2.dev/catalog/checkout_payment.php [Wed Sep 10 23:00:31 2014] [error] [client 192.168.0.12] PHP Warning: simplexml_load_string(): ^ in /var/www/vhosts/osc-2.3.3.4/www/catalog/includes/modules/shipping/usps.php on line 603, referer: https://osc-2.dev/catalog/checkout_payment.php
  20. @@kymation, yeah.. that's was the second thing I did.. It's usually a last resort for me to ask for help but I'm stumped.. It's just too weird. Like you said the XML shows what looks to be all the right stuff but don't show at checkout as an option while the domestic rates get returned instantly.
  21. @@kymation That's the first thing I did.. But I'm not seeing any errors. Attached are the emails for Intl orders to Canada & Suisse
  22. S/P >> Allow Orders Not Matching Defined Shipping Zones Ours is set to "False".. Set to "True" returns no options at all.
  23. @@kymation forgive my ignorance.. and thanks for your support. I'm using this mod on a 2.3.4 shop.. Made the changes in files to modify for 2.3x. Yes, they are selected. The weight is set between 0-70.. All weights in the shop are well within this range. Enter the Maximum Package Weight you will ship is set to 70 with 0 (zero) Tar weight
×
×
  • Create New...