Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rsthornton

Pioneers
  • Posts

    22
  • Joined

  • Last visited

Everything posted by rsthornton

  1. I reinstalled the module and finally resolved the issue, I had to add the Country of Origin option in admin -> Configuration -> Shipping/Packaging Thank you very much for your help
  2. Are the current USPS & UPS shipping apps not compatible with Phoenix? I follow the install instructions and nothing happens.
  3. Thanks for all the help, I have removed the module, I have spent too much time trying to get it working. I will try another one.
  4. I don't understand this, I made all of those changes and none of it worked. I didn't even get any feedback from the print_r statements. It's like the module just doesn't work at all.
  5. The documentation does state to ensure it's set, however, it did not resolve the issue. I'm still not getting USPS shipping options in the cart.
  6. There is no longer an option in admin -> Configuration -> Shipping/Packaging to input a postal code, could this be causing my issue? If so, what happen to the field in Phoenix and how can it be placed back in the settings?
  7. This is all I see in the Shipping Options of the cart, no shipping options. Delivery To You Delivery Method This is currently the only shipping method available to use on this order. In my settings I have selected the domestic services to be offered as Priority Mail & USPS Retail Ground, neither of these show up and when I click "Continue to Checkout" it stays on the shipping page.
  8. I have also noticed that the options I have selected are unchecked and did not save, also the size and fee fields are now empty and some say "Array" in them: Resolved settings not saving, had code in the Admin/module.php file in the wrong location. Now Saving, but not showing up as an option in the cart. Any ideas for this issue?
  9. Shipping is currently not available for the selected shipping address. Please select or create a new shipping address to use with your purchase.: RESOLVED, had to switch "Allow Orders Not Matching Defined Shipping Zones" to "True" in Configuration - Shipping/Packaging I have also noticed that the options I have selected are unchecked and did not save, also the size and fee fields are now empty and some say "Array" in them: Still Not Saving
  10. Thank you very much, require_once('includes/classes/xml.php'); is the one that fixed that issue. Now I'm receiving this error, any thoughts about why it will not acknowledge the address? Shipping is currently not available for the selected shipping address. Please select or create a new shipping address to use with your purchase. I have also noticed that the options I have selected are unchecked and did not save, also the size and fee fields are now empty and some say "Array" in them
  11. Issued resolved by updating to Stripe SCA Also, when testing the module you must use the Test Card numbers provided by Stripe on their website.
  12. Sorry ecartz: I receive basically the exact same error. Warning: require_once(/includes/classes/xml.php): failed to open stream: No such file or directory in /catalog/includes/modules/shipping/usps.php on line 11 Fatal error: require_once(): Failed opening required '/includes/classes/xml.php' (include_path='.:/usr/local/php5_6/lib/php') in /catalog/includes/modules/shipping/usps.php on line 11 Artcolnc: Thank you, but, That didn't change anything either.
  13. Thank you, that doesn't seem to be working, I also added the following (in blue) to the Admin/module.php if (tep_not_null($action)) { switch ($action) { case 'save': foreach ($_POST['configuration'] as $key => $value) { tep_db_query("update " . TABLE_CONFIGURATION . " set configuration_value = '" . $value . "' where configuration_key = '" . $key . "'"); } if( is_array( $value ) ){ $value = implode( ", ", $value); $value = preg_replace ("/, --none--/", "", $value); } tep_redirect(tep_href_link('modules.php', 'set=' . $set . '&module=' . $_GET['module'])); break; case 'install': case 'remove':
  14. I've installed USPS with Dimensions Support v 6.54.1 and I'm receiving the following error in the Admin section when I go to the "Install Module" page. The file is there, any ideas? Warning: require_once(DIR_WS_CLASSESxml.php): failed to open stream: No such file or directory in /catalog/includes/modules/shipping/usps.php on line 11 Fatal error: require_once(): Failed opening required 'DIR_WS_CLASSESxml.php' (include_path='.:/usr/local/php5_6/lib/php') in /catalog/includes/modules/shipping/usps.php on line 11
  15. I installed the Stripe payment module from the list of options, however, I'm in "Test" mode and continue to get the following error. There has been an error processing your credit card Please try again and if problems persist, please try another payment method. Any Ideas on what would be causing this error?
×
×
  • Create New...