Hello,
In my Google Analytics, i have all my payments in Unassigned in the last 3 month and the last update of the plugin is 3 month ago.
I don’t know if something change with the plugin but i can’t use my data if all my payement is in Unassigned in my Google Analytics ..
Thanks in advance
]]>Hi,
Please in case of a 3times payment, would you have a screen capture of woocomerce order backend to see how are marked the order ? and the next payment date.
thanks
Hi,
Do you allow automatic renewals (credit card capture) with WooCommerce Subscriptions. like STripe does ?
Thanks
Bonjour,
Je ne comprends pas j’ai un message après la page commande Paybox not available… try later qu’est ce que cela veut dire ?
Merci à vous
Cordialement.
was working with php7.0, but then we upgrade to php7.3
and processing a woocommerce order, when we land on paybox page it says ” Error while proceeding authentication with HMAC key “
Hi,
Using last version of WooCommerce and Paybox-woocommerce-gateway.
Thanks for your plugin, Paybox connection works fine but when i hit Cancel button, i return to site page and cart is empty.
I can see that your gateway (paybox_std) redirect to /order-received before payment.
In WooCommerce, ‘order-received’ empty cart and there is no way to stop that.
So, when i came back to site page after a cancel, cart is empty.
Is there a way to have another behavior ?
I looked into WooCommerce Paypal gateway, redirecting to ‘order-received’ is done after payment if payment is successfull so if there is a cancel, cart is not empty
Thanks in advance for your answer.
Laurent
]]>Hi,
I just would like to know if your plugin is compatible with PHP7 and the last version of WooCommerce ?
Thanks in advance,
Best regards
]]>Bonjour ,
J’ai un problème avec Paybox , j’arrive pas à valider le payement sur mon site ce message s’affiche
Fatal error: Uncaught exception ‘Exception’ with message ‘Paybox n’est pas disponible. Merci d’essayer plus tard.’ in /home/mq3261n6/public_html/wp-content/plugins/wp-e-commerce/wpsc-merchants/paybox/wpsc-paybox.php:523 Stack trace: #0 /home/mq3261n6/public_html/wp-content/plugins/wp-e-commerce/wpsc-merchants/paybox/wpsc-paybox-abstract-gateway.php(187): WPSC_Paybox->getSystemUrl() #1 /home/mq3261n6/public_html/wp-content/plugins/wp-e-commerce/wpsc-merchants/paybox.php(80): WPSC_Paybox_Abstract_Gateway->process_payment(‘?’, ‘1311548233756’) #2 /home/mq3261n6/public_html/wp-content/plugins/wp-e-commerce/wpsc-components/merchant-core-v2/helpers/checkout.php(299): nzshpcrt_gateway_paybox_std(‘?’, ‘1311548233756’) #3 [internal function]: _wpsc_action_merchant_v2_submit_checkout(‘paybox_std’, Object(WPSC_Purchase_Log)) #4 /home/mq3261n6/public_html/wp-includes/plugin.php(496): call_user_func_array(‘_wpsc_action_me…’, Array) #5 /home/mq3261n6/public_html/wp-content/plugins/wp-e-commerce/wpsc-components/theme-engine-v1/helpers in /home/mq3261n6/public_html/wp-content/plugins/wp-e-commerce/wpsc-merchants/paybox/wpsc-paybox.php on line 523
Hi,
My WP is updated to 5.2, Woocommerce is 3.5.3. I’ve just setup Paybox Plugin but nothing appears in payment methods.
I’ve got a WP multisite, as this post suggested, I’ve activated the plugin on the network but nothing has changed.
Any Idea ?
thanks
]]>Hi there,
It looks like your plugin WooCommerce Paybox Payment plugin have pathway/code errors in the encrypt.php files.
That make it not usable on wordpres.com website…
Error:PHP Warning: file_put_contents(/opt/sites/1157101/htdocs/__wp__//kek.php): failed to open stream: Permission denied in /opt/sites/1157101/wpcom-151862641/wp-content/plugins/paybox-woocommerce-gateway/class/wc-paybox-encrypt.php on line 49
Are you able to you fix the code ?
?
]]>mcrypt library is required by this plugin, but, as explained in PHP documentation: This function has been DEPRECATED as of PHP 7.1.0. Relying on this function is highly discouraged.
Is there any chance for this plugin to move to another library?
]]>Hi,
I could not figure why the Paybox gateway disappeared and I finally found why.
The very beginning of the plugin checks if WooCommerce is network active in multisite context.
function isWoocommerceActive(){
$wooCommerceActive = (in_array('woocommerce/woocommerce.php',apply_filters('active_plugins', get_option('active_plugins'))));
if(is_multisite()){
//Si multisite
$wooCommerceActive = (array_key_exists('woocommerce/woocommerce.php',
apply_filters('active_plugins', get_site_option('active_sitewide_plugins'))));
}
return $wooCommerceActive;
}
// Ensure WooCommerce is active
if (!isWoocommerceActive()) {
return;
}
That’s it. If WooCommerce and PayBoxGateway are activated on only one single site in a multisite installation, Paybox silently shutdown itself.
I suggest to test the existence of the main WooCommerce class (much be set after all plugins are loaded) instead of testing the plugin activation.
In facts, there is no reason to force WooCommerce activation on the whole network, non shop sites do not have to get all menu items, supplemental tables etc…
]]>Hi,
I would like to know if your plugin is working well with woocommerce 3.4.3 ?
Thanks in advance,
Best regards,
Sandra
]]>Hi ! This call is deprecated and show warning :
id est appelée de la mauvaise manière. Order properties should not be accessed directly. Backtrace: include(‘wp-admin/edit-form-advanced.php’), do_meta_boxes, WC_Meta_Box_Order_Data::output, do_action(‘woocommerce_admin_order_data_after_billing_address’), WP_Hook->do_action, WP_Hook->apply_filters, woocommerce_paybox_show_details, WC_Paybox_Standard_Gateway->showDetails, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong Veuillez lire Débogage dans WordPress (en) pour plus d’informations. (Ce message a été ajouté à la version 3.0.)
For fix :
/plugins/paybox-woocommerce-gateway/class/wc-paybox-standard-gateway.php in showDetails at line 23
Replace
$orderId = $order->id;
by
$orderId = $order->get_id();
Hello,
When we cancel a payment, cart becomes empty.
How can we keep products in cart after cancelling payment ?
Thank you in advance
]]>Hi,
We’ve been using your plugin for ages, but it seems that with the latest update of Woocommerce, Paybox CB just disapeared of the payments methods ! We can’t find anymore the Paybox settings in the Woocommerce settings. However the Plugin is still installed and indicated as active.
Could you help ?
]]>Hello,
We don’t have any success with this module paybox-woocommerce-gateway (Last Version : 0.9.6.9) to use with our wordpress and woocommerce (version 2.5.5)
When we try to display the parameters page of this module, we have this error :
PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/wordpress/wp-content/plugins/paybox-woocommerce-gateway/class/wc-paybox-encrypt.php on line 129, referer: https://test.bidon.fr/wp-admin/admin.php?page=wc-settings&tab=checkout
We have the php-mcrypt library (version 5.4.16).
No more debugs/logs/errors when we activate debug mode.
Thanks for any help.
Vincent.
Hy!
I have a problem with the return payment. I have set automatic return in the Paybox Panel but it’s not working. I have just a button to return on my shop.
Is the return URL (pbx_effectue, pbx_refuse …) are generated automatically? How I can set it?
Thanks!
https://www.ads-software.com/plugins/paybox-woocommerce-gateway/
]]>Hi,
I use your plug-in for this website: https://preprod.pufr-editions.fr/
I have a problem with the saves of parameters(WooCommerce->Settings->[Checkout]->Paybox). When I want to save the HMAC Key, I get an empty white page (not the entire page, just the <input>s area)and the HMAC Key is not registered as it should be.
Despite the fact that my Paybox account is created and available, i can’t save my HMAC key(but for the other settings, like id and rank, I don’t have any problem) in the woocommerce settings, do you have an idea of why this save doesn’t work ?
Thanks in advance.
https://www.ads-software.com/plugins/paybox-woocommerce-gateway/
]]>After updating module and enter the parameters paybox_site, paybox_rang, paybox_id, paybox_HMAC i have error on payment page:
Failed validating transaction parameters : Array
(
[PBX_ANNULE] => Array
(
[stringLengthTooLong] => ‘https://www.xxx.fr/commande/reception-commande/4400/?key=wc_order_566ac94243c08&order-pay=4400&status=cancel&wc-api=WC_Paybox_Standard_Gateway’ is more than 150 characters long
)[PBX_EFFECTUE] => Array
(
[stringLengthTooLong] => ‘https://www.xxx.fr/commande/reception-commande/4400/?key=wc_order_566ac94243c08&order-pay=4400&status=success&wc-api=WC_Paybox_Standard_Gateway’ is more than 150 characters long
)[PBX_REFUSE] => Array
(
[stringLengthTooLong] => ‘https://www.xxx.fr/commande/reception-commande/4400/?key=wc_order_566ac94243c08&order-pay=4400&status=failed&wc-api=WC_Paybox_Standard_Gateway’ is more than 150 characters long
))
Can u help me please.
https://www.ads-software.com/plugins/paybox-woocommerce-gateway/
]]>