Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PayPal Express Checkout With OSC 2.31


Teamjr

Recommended Posts

Posted

Hello,

 

Paypal Express v1.2 seems to be working correctly except for one issue. It is not loading the shipping module, but choosing the cheapest shipping method automatically. So customer is not getting a choice for shipping. I checked the Paypal file, and code seems to be correct, not like version 1.0 which had the code to choose cheapest shipping method.

 

Current code in file:

// load the selected shipping module

require(DIR_WS_CLASSES . 'shipping.php');

$shipping_modules = new shipping($shipping);

 

require(DIR_WS_CLASSES . 'order_total.php');

$order_total_modules = new order_total;

 

Thanks DB

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...