Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MultiSafePay delivery address issues


inveritas

Recommended Posts

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?

Link to comment
Share on other sites

$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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...