codeagency
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Suddenly prices disappeared on some variable productsI have exactly the same issue. Any update so far how you got it solved?
Forum: Plugins
In reply to: [WooCommerce] Problem with variable products and MariaDBCan you check if the problem is coming from amx_input_vars variable?
You can try increasing that value and see if that resolves the issue.Documentation: https://undsgn.com/uncode/documentation/max-input-vars/
Forum: Plugins
In reply to: [WooCommerce] Variable product prices not showing after product csv importHi @brightestspark,
I have EXACTLY the same issue as you have.
I have imported a few thousand variable products a few months ago with WP All Import. So far everything good.
Now, from time to time when we have a new product, we create it manually. We don’t use the importing feature anymore.
But after saving the new products, some prices from those older products are just gone from front-end.
When I go to product editor in backend, the price is there and visible. Just not at front-end.
And it all just happens randomly.When I hit the update button for that product, then the price is visible again on front-end.
But as soon as we add a new product, some older, totally random, other product the price just disappear.I’m pulling my hair out because of this issue.
Anybody here who found the culprit? How did you solve this issue?
This is not normal that prices at front-end just disappear randomly.Forum: Plugins
In reply to: [MailerLite - Signup forms (official)] Error when activating pluginOK, I found a solution thanks to MailerLite support.
The problem is indeed double identical class names.Follow these steps:
1. Open class-integration-advance-newsletter.php in WAN plugin
2. Try to comment out lines 38 and 42 (see below) where MailerLite classes are included:
include_once( ‘api/class-mailerlite-list.php’ );
include_once( ‘api/class-mailerlite-subscribe.php’ );OK, I found a solution thanks to MailerLite support.
The problem is indeed double identical class names.Follow these steps:
1. Open class-integration-advance-newsletter.php in WAN plugin
2. Try to comment out lines 38 and 42 (see below) where MailerLite classes are included:
include_once( ‘api/class-mailerlite-list.php’ );
include_once( ‘api/class-mailerlite-subscribe.php’ );Forum: Plugins
In reply to: [MailerLite - Signup forms (official)] Error when activating pluginAre you also using the WooCommerce Advanced Newsletter (WAN) plugin?
I’m having this issue too, and it’s because both plugins call/declare the same class.Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Error 500 after updating@mschouten, un-install v 2.4.0 and install v 2.3.1 back until this bug is resolved.
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Error 500 after updating@freshmedia: thanks man!
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Error 500 after updating@argosmedia, where did you download the previous version?
I’m looking for that one too until this bug is resolved in 2.4.0Thanks!
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Error 500 after updating@lvangunst, no I don’t have any other related Mollie plugins running.
This issue is purely from Mollie plugin only.I have just tested on a new clean staging environment with only WooCommerce and Mollie 2.4.0 and it happens too.
I see other people have same issues too.
I have stopped upgrading websites until this bug is resolved.Please check again from your side.
THe error states very clearly that the error is coming from “Class ‘Mollie_WC_Gateway_Kbc’ not found ”
This has nothing to do with other (related) plugins.Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Error 500 after updatingThis is the error log:
Fatal error: Uncaught Error: Class ‘Mollie_WC_Gateway_Kbc’ not found in /var/www/clients/client20/web72/web/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php:105 Stack trace: #0 /var/www/clients/client20/web72/web/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(67): WC_Payment_Gateways->init() #1 /var/www/clients/client20/web72/web/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(40): WC_Payment_Gateways->__construct() #2 /var/www/clients/client20/web72/web/wp-content/plugins/woocommerce/woocommerce.php(502): WC_Payment_Gateways::instance() #3 /var/www/clients/client20/web72/web/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-menus.php(89): WooCommerce->payment_gateways() #4 /var/www/clients/client20/web72/web/wp-includes/plugin.php(524): WC_Admin_Menus->settings_page_init(”) #5 /var/www/clients/client20/web72/web/wp-admin/admin.php(212): do_action(‘load-woocommerc…’) #6 {main} thrown in /var/www/clients/client20/web72/web/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php on line 105
Forum: Plugins
In reply to: [Mailgun for WordPress] http and smtp both failAny update about this? I have same issue.
SMTP and API are working in Outlook and manual PHP test, but plugin always returns test failure :/Forum: Plugins
In reply to: [Invoices for WooCommerce] insert custom fields into templateYou have to make sure you are placing your code between <?php and ?> tags.
The template is just for the layout. Any dynamic part you want to insert, you can to embed/include with the opening and closing PHP tags.Forum: Plugins
In reply to: [Admin Branding and Tweaks] error with cookiesHello Nivijah,
Thanks for your respons.
I can assure you that the bug is coming from your plugin.
As soon as I de-activate your plugin, everything is turning back to normal and no more error about cookies.Forum: Plugins
In reply to: [Remote Dashboard Notifications] Explaining Step 4Hi Julien,
Can I also use this as a “standalone” solution just to show messages to my client dashboard to notice them about upcoming scheduled updates by which will be performed on dd/mm/yyyy between hh::mm – hh:mm?
I’m not using “my” own plugin.
Any documentation how to proceed with that?Thanks!