fred74
Forum Replies Created
-
I also have problems with sessions and cf7 : in the ajax call for sending a message, my WC variables looks empty, woocommerce->cart is empty like if the ajax call was in a different session, while woocommerce variable is initialized with version, and basic attributes.
This result in an error 500 if I try to access method on undefined object.
Theme is naturix https://themeforest.net/item/naturix-organic-store-woocommerce-theme/19952905
If you do not have access to a registered copy please let me know so I can ask to the editor a copy for you.Forum: Plugins
In reply to: [Woo Variations Table] problem with non-latin product attributeSame problem here with release 2.2.0.
Another related charset problem here :
https://github.com/alaarihan/woo-variations-table/issues/22Forum: Plugins
In reply to: [WP Super Cache] Reading main wp_query with dynamic caching with lazy loadingI finally used :
if(empty($GLOBALS['wp']->query_vars)) { $GLOBALS['wp']->parse_request(); }I also recommend to generate all dynamic contents (that require lazy loading) into widgets.