Pay2go payment doesn't make order "confirmed"

  • Posts: 220
  • Thank you received: 0
9 years 2 months ago #214969

-- Joomla version -- : 3.3.6
-- PHP version -- : 5.3.29
-- Browser(s) name and version -- : Chrome

Dear all,

I changed my payment method from Paypal to Pay2go, but this plug-in doesn't change Hikashop order status from "created" to" confirmed". Where can I change or which page to nofity the credit card pays already? Thanks a lot.

Please Log in or Create an account to join the conversation.

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
9 years 2 months ago #214987

Hi,

The plugin pay2go has been developed by pay2go itself.
www.pay2go.com/info/site_description/api_description
Best will be to contact their support for more details.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 220
  • Thank you received: 0
9 years 2 months ago #215033

Hi,

Yes, that's acutally the one I use and this problem happens. Pay2go says we need to ask you which link to notify back or where to fix up.

Please Log in or Create an account to join the conversation.

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
9 years 2 months ago #215071

Hi,

Normally, when you develop a payment plugin, you implement the onPaymentNotification function in your plugin which handles the confirmation of orders when the payment is made.
The plugin usually gives the payment notification URL to the payment gateway automatically when it redirects the customer to the payment gateway. The payment notification URL will depend on the way the payment plugin is developed but usually it's this:

http://mywebsite.com/index.php?option=com_hikashop&ctrl=checkout&task=notify&notif_payment=XXX&tmpl=component&lang=en
where XXX is the name of the payment plugin.
Then, after the payment is made by the customer, the payment gateway calls this URL with the necessary information that the code in the onPaymentNotification function of the plugin will use to confirm the order.
All that is explained in the example payment plugin that we provide in our developer documentation:
www.hikashop.com/support/support/documen...r-documentation.html

HikaShop itself doesn't play much role in that. All it does is to call the onPaymentNotification function of the payment plugin when the payment notification URL is called by the payment gateway.
So the issue is to be handled by the developer of the payment plugin, not us.

Please Log in or Create an account to join the conversation.

  • Posts: 220
  • Thank you received: 0
9 years 2 months ago #215133

Thank you for you reply. This link is invaid, can you give me the correct one?
www.hikashop.com/support/support/documen...r-documentation.html


And we are in Chinese website, are you sure we need to put "en" in the end?

mywebsite.com/index.php?option=com_hikas...pl=component&lang=en

Please Log in or Create an account to join the conversation.

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
9 years 2 months ago #215134

Hi,

Please click on the link here in the forum and not in the email.
Because the link is working perfectly.

The link that Nicolas gave you was just an example ; adding the parameter "lang" is highly recommanded by you can put the value that you want.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

Time to create page: 0.067 seconds
Powered by Kunena Forum