Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

nepm

Pioneers
  • Posts

    38
  • Joined

  • Last visited

Everything posted by nepm

  1. For International buyers will benefit with MVS method utilizing free shipping vendor. Have you a work around for this? Maybe if state not equal to US then redirect to standard shipping?
  2. Thanks for quick reply. I would prefer the checkout shipping mod, but the MVS method will be easier as I am not PHP expert. Works good for now.
  3. Hi Jim, Do you know if MVS will work with Free Shipping per Product - http://addons.oscommerce.com/info/8409 ? It appears that checkout_shipping.php file needs to be modified or vendor_shipping.php to look at $products_ship_free = true Thanks, Craig
  4. Hi Jim, Using your latest update for MVS for the first class mail update fixed my problem. Thanks! Craig
  5. With the new file this message still appears in the error log: [Tue Aug 13 13:25:58 2013] [error] [client 64.222.172.88] PHP Fatal error: Call to undefined method usps::enabled() in /home/httpd/vhosts/neperformancemustang.com/httpdocs/Catalog/includes/classes/vendor_shipping.php on line 111, referer: http://www.neperformancemustang.com/Catalog/shopping_cart.php
  6. Hi Jim, I downloaded the file from the link above and get the same error. Craig
  7. Hi Jim, Yes, I am using the latest usps.php file. I put in the lastest file from yesterday and get an error: PHP Fatal error: Call to undefined method usps::enabled() in /home/httpd/vhosts/neperformancemustang.com/httpdocs/Catalog/includes/classes/vendor_shipping.php on line 111, referer: http://www.neperformancemustang.com/Catalog/shopping_cart.php?osCsid=49musus174ha8h7pf2qacge8f1 In the vendor_shipping line 111 - } elseif ($GLOBALS[$class]->enabled($vendors_id)) { //Module is enabled for this vendor $include_quotes = array(); reset($this->modules[$vendors_id]); foreach ($this->modules[$vendors_id] as $value) { $class = substr($value, 0, strrpos($value, '.')); // $class is the filename without the .php if (tep_not_null($module)) { if ( ($module == $class) && ($GLOBALS[$class]->enabled($vendors_id)) ) { $include_quotes[] = $class; } } elseif ($GLOBALS[$class]->enabled($vendors_id)) { //Module is enabled for this vendor $include_quotes[] = $class; } }
  8. Get no USPS rates or errors - Fedex and UPS work fine for this vendor. Tried several products with same results. Requested a new USPS ID no change in behavior. Any other ideas how I can troubleshoot this issue?
  9. I found this link on the German OSC site (see link below) and implemented code into my site. http://forums.oscommerce.de/index.php?showtopic=80623 Receiving: 1065 - Query was empty - when I attempt to upload a CSV now. Need to determine which YMM SQL statement is causing this error.
  10. Hi, I am in the process of working through the manual install for this contribution, but ideally would like it function properly. This autoinstaller will help us all with future contribution installs and evolve this ideal method for OSC enhancement. Thanks, Craig
  11. Hi, Attempting to utilize the autoinstaller for YMM and hopefully other OSC contributions. Receive blank page from browser and in error log see: PHP Fatal error: Cannot clone object of class DOMDocument due to 'zend.ze1_compatibility_mode' in ...com/httpdocs/catalogdev/ymm_autoinstaller/autoinstaller.php on line 22 Line 22 of autoinstaller.php file is dom = new DomDocument('1.0') Checked the server info in OSC and xmldom is enabled. DOM/XML enabled DOM/XML API Version 20031129 libxml Version 2.6.26 HTML Support enabled XPath Support enabled XPointer Support enabled Schema Support enabled RelaxNG Support enabled Where do I go next?
×
×
  • Create New...