It worked perfectly, until the hosting company decided to upgrade the PHP version from the deprecated 7.4 to a minimum of 8.0.
After checkout, when the redirect to payment company website should happen, it throws the following error:
Fatal error: Uncaught ArgumentCountError: openssl_seal() expects at least 5 arguments, 4 given in…. … /wp-content/plugins/mobcard-woo-payment-gateway/includes/request/class-mobilpay-abstract.php on line 221
If there any chance we get un update to this beautiful plugin? Thank you
]]>WooCommerce plugin fails to load jQuery Cookie JavaScript due to current Mod_Security ruleset on your web server. Files: jquery.cookie.js and jquery.cookie.min.js, located inside folder /plugins/woocommerce/assets/js/jquery-cookie/ may cause some issues with “Order” button and other minor template issues if not loaded properly.
To fix this small issue folow these steps:
Step 1: Login to FTP then rename files inside folder /plugins/woocommerce/assets/js/jquery-cookie/:
jquery.cookie.js into jquery_cookie.js
jquery.cookie.min.js into query_cookie.min.js
Step 2: Inside folder /wp-content/themes/ find theme which is in use, for example, twentyfourteen then add following lines into functions.php:
add_action( 'wp_enqueue_scripts', 'custom_woo_cookie_frontend' );
function custom_woo_cookie_frontend() {
global $post, $woocommerce;
$suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
wp_deregister_script( 'jquery-cookie' );
wp_register_script( 'jquery-cookie', $woocommerce->plugin_url() . '/assets/js/jquery-cookie/jquery_cookie' . $suffix . '.js', array( 'jquery' ), '', true );
}
Now the JavaScript files jquery_cookie.js and jquery_cookie.min.js won’t produce 404 errors due to Mod_Security module interference.
]]>Hi. I need a little help. I just updated my site to last woocommerce 3.26. My payments are not working anymore because is not redirect after click Pay at Mobilpay.
I tried the trick with the rename from.to_ and add the lines in the function php but without succes.
Can you please let me know how to fix this?
Thank you
Hy there! The guys at MobilPay are saying that a return URL is required, otherwise we get the error “Invalid Scheme” after the order.
In the return URL we have to put the shortcode [snwcstatus] to displayed status of the transaction.
Is there something we can do about it?
]]>It is compatible with WordPress version 4.5.3 and Woocommerce 2.6.1 ? Can add option for pay with card + sms?
https://www.ads-software.com/plugins/mobcard-woo-payment-gateway/
]]>