JohanvdMolen
Forum Replies Created
-
Perfect, thanks!
@angelagrey this works, will this be released soon? Thanks a lot!
@angelagrey no, is that feature in the premium plugin?
Forum: Plugins
In reply to: [HTML Forms - Simple WordPress Forms Plugin] Forms not submitting in 1.5.4@bjplink thanks a lot for the fast response and help.
The problem was indeed caused by a third-party package, the newly introduced nonce field was missing there.
For reference:
https://github.com/Log1x/sage-html-forms/pull/23/filesCould you maybe apply a filter to the create_link function? So we can change the URL ourself?
Forum: Plugins
In reply to: [WooCommerce] REST Order API line totals@shameemreza thanks a ton! I think I managed to get the same values in both my application as WooCommerce.
Forum: Plugins
In reply to: [WooCommerce] REST Order API line totals@shameemreza thanks for your quick response.
Im doing that right now but sometimes I get a cent difference between my calculation and the WooCommerce calculation. Im now sending the price with multiple (4) decimals, hope that helps.
Im using the old shortcode way of creating a checkout in WooCommerce.
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Fatal error on version 7.5.2@femiyb when is this release scheduled? Is that known yet?
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Wrap psr/log in namespace@femiyb any idea when this will be released? Thanks in advance!
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Wrap psr/log in namespaceThanks for the update 👍
Also getting the following error on the same line:
null is not an object (evaluating 'dom_productdata.getAttribute')The same file now also gives me this error:
“invalid regexp group”
@endercenter did you find a fix?
I got the same issue in 5.7.2.
To disable the trash feature place this in your wp-config:
define( 'EMPTY_TRASH_DAYS', 0 );