samwebdev
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] Cache Groups for Woocommerce cartIs it possible to define the object that do not want Redis to cache?
such as WC_Cart
WP_REDIS_IGNORED_OBJECTS([WC_Cart]);
that might solve the issue
Forum: Plugins
In reply to: [Wallet for WooCommerce] Wallet top up enter amount bugThanks subrata;
walked through the frontend.php; it seems the item is added to cart fine, and the add to top up value is passed, but somehow the value entered does not reload to cart, it always displays as 0.
checked how you implemented the product, it gets defined as ” for all prices and setup the price entered from add to top up menu runtime. So the issue is there, changing the value on the cart.
any ideas where to check? there most likely is a quick fix to increasing the compatibility of the plugin with all other cart plugins.
thanks
Forum: Plugins
In reply to: [Wallet for WooCommerce] Wallet top up enter amount bugHello,
Installed the latest version 1.2.4, the issue is still there:
You can NOT enter any value in my-account/woo-wallet/add/ screen, and when you click add these errors show up:
Warning: A non-numeric value encountered in /var/www/html/wp-content/plugins/woocommerce/includes/class-wc-cart-totals.php on line 234
Warning: A non-numeric value encountered in /var/www/html/wp-content/plugins/woocommerce/includes/class-wc-discounts.php on line 85
Warning: A non-numeric value encountered in /var/www/html/wp-content/plugins/woocommerce/includes/class-wc-cart.php on line 1888
Regards
- This reply was modified 7 years, 8 months ago by samwebdev.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Wallet top up enter amount bugHave a look at:
Warning: non-numeric value encountered in
/woocommerce/includes/class-wc-cart-totals.php 234
/woocommerce/includes/class-wc-discounts.php 85most likely two issues above are related.
Regards
Thanks,
Custom login is most likely the issue. Will try to double check.Any snippets (plugin/woocommerce) to put on the login form/page for testing?
Thanks
Hello,
It says false, but somehow login notices are disabled. All others are working fine.
Is there a general database value and/or possible snippet to check and/or enable login notices?
Thanks
it looks like a javascript issue, not related to plugin
regards
a similar implementation of
kbx-fes-widget-wrapper.visible
seems to solve the issue.
Regards