klmklm Posted November 24, 2004 Posted November 24, 2004 After hours installing the HSBC module, I go to the checkout page, on the checkout_payment.php, I click the >> Credit and Debit Cards - Pay online button. So far so good. It then takes me to the checkout_confirmation.php, when clicking continue the site trys to access the cpi.hsbc site, it goes back to my order confirmation page and confirming the order. When going to the admin section, no order has taken place. On contacting the HSBC tech support, they told me to do the following: The CpiDirectResultUrl and the CpiResultUrl addresses need to beginwith " https:// ". Also please ensure that the PurchaseCurrency is 826 for GBP as 840 is for USD stores. Please change the mentioned and try processing What value should I change. Thanks. :'( Quote
Guest Posted November 24, 2004 Posted November 24, 2004 you need an SSL certificate on your system. then you can change the configure.php files to reflect this. Quote
klmklm Posted November 24, 2004 Author Posted November 24, 2004 you need an SSL certificate on your system. then you can change the configure.php files to reflect this. <{POST_SNAPBACK}> Thank you for the reply. I have an SSL installed correctly and the config file been changed to reflect that. but I dont know what is going wrong. Quote
klmklm Posted November 24, 2004 Author Posted November 24, 2004 Thank you for the reply. I have an SSL installed correctly and the config file been changed to reflect that. but I dont know what is going wrong. <{POST_SNAPBACK}> I just a reply from the HSBC tech team with this answer to my question: The PurchaseCurrency code is still set to Us Dollar "840". this will needto be Sterling "826" for a succesful Post. I have changed the currency code as follows: //Currency code setup $currency_code = $currency; if (!in_array($currency_code, array('EUR', 'GBP', 'HKD', 'JPY', 'USD'))) { $currency_code = 'GBP'; } $curr=array('EUR'=>978,'HKD'=>344,'JPY'=>392,'GBP'=>826,'USD'=>840); $currency_code=$curr[$currency_code]; The same original problem, Any clues ...... Quote
klmklm Posted November 25, 2004 Author Posted November 25, 2004 I just a reply from the HSBC tech team with this answer to my question:I have changed the currency code as follows: The same original problem, Any clues ...... <{POST_SNAPBACK}> Has anyone installed the HSBC module successfuly and willing to install it on our systme for a fee please contact me on [email protected] Thanks Quote
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.
Note: Your post will require moderator approval before it will be visible.