MisterR
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Affirm Gateway] A ton of deprecated notes in php error logYes simplevendor,
The solution is quite simple. But when you start a topic here, they say to repeat it at woo.com. And then they turn on the bureaucracy (by asking about your site system report, license etc.)
Unfortunately, the bigger a company becomes, the more stupid rules they create ??
Forum: Plugins
In reply to: [Germanized for WooCommerce] Not at home? Choose a pickup locationIs there a way to change the text without LocoTranslate or any other third-party plugin?
It’s quite expensive to install a plugin for changing a single line of text.
Forum: Reviews
In reply to: [SVG Support] Изменения не вносятся в постыNobody speaks russian here!
For those who need a quick fix:
function stv_wc_gateway_affirm_supported_product_types($types){
global $product;
if ($product->is_type('variable-subscription'))
$types = array_diff($types, array('variable'));
return $types;
}
add_filter('wc_gateway_affirm_supported_product_types', 'stv_wc_gateway_affirm_supported_product_types', 20);- This reply was modified 6 months, 3 weeks ago by MisterR.
In other words,
$product->is_type('variable')
is also true for variable subscriptions.Thanks, it works!
Forum: Plugins
In reply to: [Country Code Selector] Gravity Forms Multi-step FormDon’t bring the PRO version here, because even if a multi-step Gravity Forms has one field, it doesn’t work correctly.
Forum: Plugins
In reply to: [Country Code Selector] Gravity Forms Multi-step FormWe already know that your plugin doesn’t work with Ajax Multi-step Gravity Forms. We ended up with our own solution, which also works for more than one phone field.
Forum: Plugins
In reply to: [WooCommerce] Critical error with Woocommerce 6.2While they look for the perfect answer, you can do the following:
1. Open
woocommerce/includes/admin/class-wc-admin-dashboard-setup.php
, scroll to the bottom, find the function “should_display_widget”.2. Change it to:
public function should_display_widget() { return false; }
Thanks!
Forum: Plugins
In reply to: [WordPress Book List] AddThis on the back-endThank you, Sensei!
Forum: Plugins
In reply to: [WordPress Book List] AddThis on the back-endAre you his wife?
Forum: Plugins
In reply to: [WordPress Book List] AddThis on the back-endSWolf, and so?
We have fixed your query in our latest version 2.0.8
It’s a complete lie! Your latest version doesn’t fix this bug!
Forum: Plugins
In reply to: [Product Size Charts Plugin for WooCommerce] Minor Admin CSS bugYes, thank you!