Envox d.o.o.
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Download Monitor] The download counter is not updatedNo, I have about two dozens of download files. Please note that I didn’t assign that huge number to ID: it seems that is assigned automatically when new item is created and I have no means how to change it (it’s read only) or I missed something.
Forum: Plugins
In reply to: [Simple Download Monitor] The download counter is not updatedYes, the ID number is correct otherwise the download would not work at all.
- This reply was modified 1 year, 2 months ago by Envox d.o.o..
Yes, that’s fair enough.
Hm, I got the point: made refactoring in free plugin to push users to continue paying subscription for premium plugin. Anyway, it’s your product and you can do whatever you want: more or LESS transparently. I generally hate the artificial obsolescence of any product, software included.
Probably this could help you to find out what’s happened:
Current plugin: ATUM Product Levels (version 1.6.3) PHP version 7.4.25 Error Details ============= An error of type E_ERROR was caused in line 609 of the file /srv/www.envox.eu/wp-content/plugins/atum-product-levels/classes/Inc/Hooks.php. Error message: Uncaught Error: Call to undefined method Atum\Inc\Helpers::is_using_new_wc_tables() in /srv/www.envox.eu/wp-content/plugins/atum-product-levels/classes/Inc/Hooks.php:609 Stack trace: #0 /srv/www.envox.eu/wp-includes/class-wp-hook.php(308): AtumLevels\Inc\Hooks->add_data_stores() #1 /srv/www.envox.eu/wp-includes/plugin.php(205): WP_Hook->apply_filters() #2 /srv/www.envox.eu/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(82): apply_filters() #3 /srv/www.envox.eu/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(139): WC_Data_Store->__construct() #4 /srv/www.envox.eu/wp-content/plugins/woocommerce/includes/class-wc-customer.php(108): WC_Data_Store::load() #5 /srv/www.envox.eu/wp-content/plugins/woocommerce/includes/class-woocommerce.php(840): WC_Customer->__construct() #6 /srv/www.envox.eu/wp-content/plugins/woocommerce/includes/wc-core-functions.php(2550): WooCommerce->initialize_cart() #7 /srv/www.envox.eu/wp-content/plugins/woocommerce/includes/class-woocommerce.php(659): wc_loa
Ok, it seems that problem is in “ATUM product levels” 1.6.3. not the “ATUM WooCommerce Inventory Management and Stock Tracking” since I got email from WordPress which says:
Howdy!
Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
In this case, WordPress caught an error with one of your plugins, ATUM Product Levels.
First, visit your website…Yes, it seems that additional CSS fixed the problem.
Forum: Reviews
In reply to: [Falang for Divi Lite] Very promisingContinued testing with WooCommerce shop. It works like a charm!
I think that I found where is the problem: Fee type should be “Percent” instead of “Fixed”. Sorry for bothering.
Forum: Plugins
In reply to: [WooCommerce] How to get rid of -0% for product which is not on sale anymore?Thanks a lot. I’ll contact theme author. You can close this issue.
Forum: Plugins
In reply to: [WooCommerce] How to get rid of -0% for product which is not on sale anymore?Right, I temporarily added code as custom CSS to disable all badges to get rid off annoying -0%. I can give you access to our staging site to see how it looks there. That added codes is:
.woocommerce span.onsale {
display: none;
}The list of plugins are extensive (43 active). I don’t want to disclose it here.
I can do the exercise on a staging site, which will take quite some time.Tried to change Authenticate filter to “authenticate” filter and Email sending trigger to On “user register” but that didn’t help.
Block auth cookies is enabled.
Prevent login after register is currently also enabled.
It is already enabled, but that didn’t help:
Thanks for your assistance.
This message comes from WooCommerce plugin when your plugin is active on an attempt to make registration during checkout (i.e. buyer in that moment is not registered on our website).