Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

opus_uno2001

Pioneers
  • Posts

    63
  • Joined

  • Last visited

3 Followers

Profile Information

  • Real Name
    Steve
  • Gender
    Male
  • Location
    Colorado, USA
  • Interests
    Curious about lot's of things..

opus_uno2001's Achievements

  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 :)
×
×
  • Create New...