flistefliste
Forum Replies Created
-
Forum: Plugins
In reply to: [Woocommerce PayBox Payment Gateway] modify the URL retourn Paybox (IPN)Hi,
You can change this url only by editing code of the main plugin file (woocommerce_paybox_gateway_class.php) on line 25
The $_GET bank response is catch whatever the page (init hook), so you can edit this param with no worries.Forum: Plugins
In reply to: [Woocommerce PayBox Payment Gateway] return link not fuctionningEdit to previous post :
You may need to remove the slash at the beginning of links to avoid errors :Successful Return Link : checkout/order-pbx-received/
Failed Return Link : checkout/order-pbx-refused/
Cancel Return Link : checkout/order-pbx-canceled/Will be updated in 1.0.6
Forum: Plugins
In reply to: [Woocommerce PayBox Payment Gateway] return link not fuctionningHi Iyan,
The 3 pages should be created automatically by the plugin.
The page /order-received/ is generated of WooCommerce (= thank you page).
You just have to check that these urls are correctly set :Successful Return Link : /checkout/order-pbx-received/
Failed Return Link : /checkout/order-pbx-refused/
Cancel Return Link : /checkout/order-pbx-canceled/Forum: Plugins
In reply to: [Woocommerce PayBox Payment Gateway] return link not fuctionningHi,
Sorry for the late answer,Check in your Paybox settings if the following fields are set as required :
Successful Return Link :
/checkout/order-pbx-received/
Failed Return Link :/checkout/order-pbx-refused/
Cancel Return Link :/checkout/order-pbx-canceled/
The main IPN link (Instant Payment Notification : URL used by Paybox to notify the site of the success/failure of the order) is set automatically and correspond to
get_bloginfo('url')
So this url (also called return url) is not dependent of the 3 previous urls that you can edit…Let me know if it helps you
Solved here ??
Forum: Plugins
In reply to: [Woocommerce PayBox Payment Gateway] Problem solvedOk super ??
Forum: Plugins
In reply to: [Woocommerce PayBox Payment Gateway] Paybox issue after update of woocommerceHi guys,
The plugin is now officially published on www.ads-software.com hereForum: Plugins
In reply to: [Woocommerce PayBox Payment Gateway] Paybox issue after update of woocommerceHi Silcar,
Great !
I publish the release on www.ads-software.com today,Forum: Plugins
In reply to: [Woocommerce PayBox Payment Gateway] Paybox issue after update of woocommerceHi Silcar,
This is because you use cgi method.
With this method the final form is generated by executing the cgi file, so the “action” of the form seems to be by default the paybox production url.
I just published a new release with a javascript hack to make possible preprod testing with cgi mode.
However it is recommended to use HMAC mode !The today’s release fixes also a couple things related do IPN (successful payment = processing status)
PLEASE UPGRADE WITH THIS VERSION
Forum: Plugins
In reply to: [Woocommerce PayBox Payment Gateway] Paybox issue after update of woocommerceOk please let me know if everything works fine
Forum: Plugins
In reply to: [Woocommerce PayBox Payment Gateway] Paybox issue after update of woocommerceHi, the release correcting autoresponse issue is now available on github
Actually it removes the “return_url” setting.
Now the return url is default home url, so no “autoresponse” page required.
Hope it helps,
Let me know if it’s ok…Forum: Plugins
In reply to: [Woocommerce PayBox Payment Gateway] Paybox issue after update of woocommerceHi,
I will push a new release on github in a few hours to correct that.Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] probleme with last versionSorry issue was related to another plugin
Forum: Plugins
In reply to: [Woocommerce PayBox Payment Gateway] Paybox issue after update of woocommerceGreat, I will publish it in a few days on wordpress.og
Forum: Plugins
In reply to: [Woocommerce PayBox Payment Gateway] Paybox issue after update of woocommerce@offpix do you use HMAC or CGI mode ?