thibal
Forum Replies Created
-
Hello.
Thank you very much !
Indeed when installing a fresh website, Woocommerce automatically set up the CART and CHECKOUT page with their new BLOCK-BASED display.
To solve the problem, EDIT your checkout page and REVERT back to the legacy standard checkout page (without Blocks).
This way it works fine.Thank you
Thanl your for your reply.
That kind kills the purpose of this plugin if only PARTIALLY regenerate lookup tables.
Attribute table is very important because it is the one used for the store FILTERS. So it’s a core feature.
It looks like it could be achieved by using the method descripbed here
use Automattic\WooCommerce\Internal\ProductAttributesLookup\LookupDataStore; $lookupDataStore = new LookupDataStore(); $lookupDataStore->create_data_for_product($product_id);
As of today we have to manunally regenerate this table manually everyday by going to Woocommerce -> Tools -> Manually regenerate attributes lookup table button
I would be soooo glad if you could improve your plugin ??
Currently, the only way I can get this table to be updated is by going into Woocommerce TOOLS and cliciking the regenerate attributes lookup table button.
It triggers this cron event: woocommerce_run_product_attribute_lookup_regeneration_callback
This behaviour is exactly what I was looking for.
I personnaly think that is a behavior you should impklement in the plugin.But still I find it very convenient that we can trigger the messages ourselves using jquery. I was not aware of that before reading this topic. Is it indicated in the documentation ?
Thank you !