juanmasi1 0 Posted May 27, 2011 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 Share this post Link to post Share on other sites