- Posts: 220
- Thank you received: 0
Pay2go payment doesn't make order "confirmed"
- clairewang
-
Topic Author
- Offline
Less
More
11 years 3 days ago #214969
by clairewang
Pay2go payment doesn't make order "confirmed" was created by clairewang
-- 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.
-- 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.
11 years 3 days ago #214987
by Jerome
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.
Replied by Jerome on topic Pay2go payment doesn't make order "confirmed"
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,
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.
- clairewang
-
Topic Author
- Offline
Less
More
- Posts: 220
- Thank you received: 0
11 years 2 days ago #215033
by clairewang
Replied by clairewang on topic Pay2go payment doesn't make order "confirmed"
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.
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.
11 years 2 days ago #215071
by nicolas
Replied by nicolas on topic Pay2go payment doesn't make order "confirmed"
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:
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.
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:
Code:
http://mywebsite.com/index.php?option=com_hikashop&ctrl=checkout&task=notify¬if_payment=XXX&tmpl=component&lang=en
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.
- clairewang
-
Topic Author
- Offline
Less
More
- Posts: 220
- Thank you received: 0
11 years 2 days ago #215133
by clairewang
Replied by clairewang on topic Pay2go payment doesn't make order "confirmed"
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
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.
11 years 2 days ago #215134
by Jerome
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.
Replied by Jerome on topic Pay2go payment doesn't make order "confirmed"
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,
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.238 seconds