Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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 begin

with  " 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. :'(

Posted

you need an SSL certificate on your system. then you can change the configure.php files to reflect this.

Posted
you need an SSL certificate on your system.  then you can change the configure.php files to reflect this.

 

 

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.

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

 

 

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 need

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

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

 

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

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.

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