Teamjr Posted November 30, 2012 Posted November 30, 2012 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.