arcynet
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] plugin multiplys it by 100Hello,
the problem has been solved with a custom woocommerce extension.
Thanks for allBest regards,
Forum: Plugins
In reply to: [WooCommerce] plugin multiplys it by 100Hi,
the product is set at $ 450 and not at $ 4.50.
But when the amount is sent to the API, the API divides it by 100 instead of keeping the original amount.
I will want to multiply the amount by 100 when sending to receive the same amount in the API.
I want to modify the woocommerce code in order to multiply the price by 100 when we click on the button to validate the order.Like this ticket : https://ww.wp.xz.cn/support/topic/charge-amount-off-by-100/
I am using the woocommerce plugin
Best regards,
Forum: Plugins
In reply to: [WooCommerce] plugin multiplys it by 100Hi,
https://snipboard.io/e7JUs0.jpg
https://snipboard.io/vnsz9y.jpgthe amount displayed is $ 450. But when I validate the order I get $ 4.50. I want to keep the same initial amount $ 450
The woocommerce plugin must multiply by 100 before sending to the API.Best regards,
Hi leahkoerper,
thank you for your quick response because I know that you answer in this forum once a week. Thank you again you worry about this bug.
Ok, but you can help me solve this problem once I have bought Purchase a Pro license?
because I am determined to solve this problem.
Besides me other people will encounter this problem the day they will decide protect their wp-admin directory so you also have interest to solve this bug. This is not really a custom ’cause this is for all wordpress users who use also events-calendar and who want protect their backoffice.I’ll do my best to buy the license as soon as possible to solve this problem quickly and move on to other things.
but I must be assured that the problem will be solved with a pro license.thank you for your precious help leahkoerper
Regards
Hi leahkoerper,
I tried to deprotect this file in my htaccess file as follows:
AuthUserFile “path to my password file”
AuthType Basic
AuthName “secure space”
Require valid-user
<Files admin-ajax.php>
Allow from All
Satisfy any
</Files>
but the problem persists.
I do not think it is linked to the admin-ajax.php file..
Do you have any other leads?Regards