There is a javascript error in submit attempt when expiration date is in the past:
“Uncaught TypeError: $ is not a function”.
You have buggy javascript minificator, it should replace all “$” instances with “e” in resulting “cardknox.min.js”, but somehow it left one of them unchanged.
we tried we have tried removing from cardknox.js file woo-cardknox-gateway/assets/js/cardknox.js and and woo-cardknox-gateway/inlcudes/class-wc-gateway-cardknox.php but can see there is osme server side validations , how we can mark cvv as not mandatory as ojc cards dont require cvv
]]>we tried we have tried removing from cardknox.js file woo-cardknox-gateway/assets/js/cardknox.js and and woo-cardknox-gateway/inlcudes/class-wc-gateway-cardknox.php but can see there is osme server side validations , how we can mark expiry as not mandatory as ojc cards dont reuire expiry dates
]]>I have a client who uses your plugin. With PHP8, your plugin has a warning:
Warning: The magic method WC_Cardknox::__wakeup() must have public visibility in woocommerce-gateway-cardknox.php on line 86
The __wakeup() method is empty anyway.
https://www.php.net/manual/en/language.oop5.magic.php#object.wakeup
]]>Currently, when the customer’s payment fails, the order is created and then set with a status of Pending Payment.
We would like that ideally, an order should not be created and if it must be created then the status should be set to Failed and not Pending Payment
Is this possible?
Hello,
Is there any chance you can fix these errors?
They get called every time a purchase is made.
Thank you!
PHP message: PHP Warning: filemtime(): stat failed for fake in /wp-content/plugins/woo-cardknox-gateway/includes/class-wc-gateway-cardknox.php on line 129" while reading response header from upstream, client: x.x.x.x, server: domain.com, request: "POST /?wc-ajax=update_order_review&wfacp_id=28381792&wfacp_is_checkout_override=yes HTTP/2.0", upstream: "fastcgi://unix:/var/....sock:", host: "domain.com", referrer: "https://domain.com/checkout/"
PHP message: woocommerce_add_order_item_meta is deprecated since version 3.0.0! Use woocommerce_new_order_item instead.PHP message: woocommerce_add_order_item_meta is deprecated since version 3.0.0! Use woocommerce_new_order_item instead.PHP message: woocommerce_add_order_item_meta is deprecated since version 3.0.0! Use woocommerce_new_order_item instead.PHP message: woocommerce_add_order_item_meta is deprecated since version 3.0.0! Use woocommerce_new_order_item instead.PHP message: The get_used_coupons function is deprecated since version 3.7. Replace with WC_Abstract_Order::get_coupon_codes.PHP message: The get_used_coupons function is deprecated since version 3.7. Replace with WC_Abstract_Order::get_coupon_codes.PHP message: The get_used_coupons function is deprecated since version 3.7. Replace with WC_Abstract_Order::get_coupon_codes.PHP message: The get_used_coupons function is deprecated since version 3.7. Replace with WC_Abstract_Order::get_coupon_codes.PHP message: The get_used_coupons function is deprecated since version 3.7. Replace with WC_Abstract_Order::get_coupon_codes.PHP message: The get_used_coupons function is deprecated since version 3.7. Replace with WC_Abstract_Order::get_coupon_codes.PHP message: The get_used_coupons function is deprecated since version 3.7. Replace with WC_Abstract_Order::get_coupon_codes.PHP message: The get_used_coupons function is deprecated since version 3.7. Replace with WC_Abstract_Order::get_coupon_codes.PHP message: The get_used_coupons function is deprecated since version 3.7. Replace with WC_Abstract_Order::get_coupon_codes.PHP message: The get_used_coupons function is deprecated since version 3.7. Replace with WC_Abstract_Order::get_coupon_codes.PHP message: The get_used_coupons function is deprecated since version 3.7. Replace with WC_Abstract_Order::get_coupon_codes.PHP message: The get_used_coupons function is deprecated since version 3.7. Replace with WC_Abstract_Order::get_coupon_cod
]]>
Hi!
Is there any chance you can add a changelog to this plugin?
It would be nice to know what exactly changed in between versions, so we know what to expect in terms of compatibility and bug fixes.
Pretty much every other plugin does this.
Thank you!
]]>Hello,
Can you please add proper design to credit card form,
It is from iFrame, so, we are not able to add CSS,
Current design looks messy, https://tinyurl.com/y6tx25ee
hi i have many cardknox accounts and i need to be able to chosse in the checkout page for woocommerce multiple different cardknox options to pay with so i can send the money to different cardknox accounts.
i already tryed downloading the plugin and renaming the plugion directory (zip folder) and also changing the name and version in woocommerce-gateway-cardknox.php so wordpress will install the plugin as a different plugin
but in the ecommerce settings i only see 1 cardknox payment method
i cant find how to do this
any help is apreciated
Hi,
Would it be possible for you to add a changelog with all the changes made in the plugin update?
Thank you!
]]>Hello.
I use gift cart plugin and Payment by Cardknox (your plugin).
Gift card created code on
add_action( ‘woocommerce_payment_complete’, …, 10 );
add_action( ‘woocommerce_order_status_completed’, …, 10, 2 );
BUT your plugin not use $order->payment_complete($result[‘xRefNum’]); for catch do_action( ‘woocommerce_payment_complete’, $transaction_id );
I changed line 390 (from $order->set_transaction_id($result[‘xRefNum’]); to $order->payment_complete($result[‘xRefNum’]); ) of woocommerce-gateway-cardknox.php file for mi site.
Please do this changes in you new release.