inveritas Posted November 9, 2008 Share Posted November 9, 2008 Hi, We encounter a problem with use of MSP and the delivery address, which remains empty. One of our add-ons is the splitting of number and street, for which we added these lines in the script checkout_process.php, as well as in modules/payment/multisafepay.php: lines ~96-98 'delivery_street_only' => $order->delivery['street_only'], 'delivery_street_no' => $order->delivery['street_no'], 'delivery_street_no_add' => $order->delivery['street_no_add'], I also read you could add this $order->delivery['format_id']=1; // set this hardcoded om fouten in afleveradres bij verschillende payment processors above these lines $sql_data_array = array('customers_id' => $customer_id,... in checkout_process.php Done that, no dice. Anybody any tips/tricks? Quote Link to comment Share on other sites More sharing options...
Guest Posted November 9, 2008 Share Posted November 9, 2008 $order->delivery['street_only'], $order->delivery['street_no'], $order->delivery['street_no_add'], These elements do not exist in osC - you must make sure the code in the module is correctly creating them Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.