Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Secure ePayments Gateway HSBC Argentina


juanmasi1

Recommended Posts

Hi Everyone, I'm from Argentina, and I hired the service of Secure e-payments HSBC Argentina, the issue is as follows:

I have some problems with this contribution: http://www.oscommerc...y/contributions, 7021/category, 1/search, hsbc, and is working now in my room with some problems:

not charge the customer data to my oscommerce page of the bank and the customer has to reload all your data

Apparently there is a problem in the following lines:

 

$process_button_string = tep_draw_hidden_field('Currency', 'ARS') .

tep_draw_hidden_field('OrderAmount', $precio) .

tep_draw_hidden_field('UserFirstName', $order->customer['firstname']) . /*this line dont work*/

tep_draw_hidden_field('UserLastName', $order->customer['lastname']) . /*this line dont work*/

tep_draw_hidden_field('UserEmail', $order->customer['email_address']) . /*this line dont work*/

tep_draw_hidden_field('ShopCode', MODULE_PAYMENT_EPAYMENTS_ID) .

tep_draw_hidden_field('OrderCode', $ordercode );

 

$update_ordercode_query = "INSERT INTO orders_gateway (orders_id, gateway_id, session_id) VALUES ('', '" . $ordercode . "', '" . tep_session_id() . "');";

$update_ordercode = tep_db_query($update_ordercode_query);

 

 

return $process_button_string;

}

 

would be of great help to all who use this system in South America, greetings and thanks to all

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...