Tom Cafferkey
Tom Cafferkey
I am wondering if we are able to detect within the block itself if it is being rendered in a "Preview" pane and if so, render it with some dummy...
@Aljullu This looks useful thank you! Only problem is that we would need to know the `attribute_id` we are using as an example actually exists somehow.
I've been looking into this from the perspective of Woo and merchants needing to add WooCommerce specific templates. Aside from the issues already discussed in this thread regarding creating specific...
>There is the same issue when the plugin is updated clicking on the yellow box update now button: Just to clarify when you say same issue do you mean the...
It seems like an edge case if the user only encounters this problem after closing the browser immediately after performing the action. Do you have a fix in mind? Just...
I am wondering what happens when the user has automatic updates enabled? Or when the host manages the upgrade e.g. WooExpress.
So if the users site automatically upgrades WooCommerce, and then they login. Do the migrations run? If not, I would probably not consider this an edge case? Would you agree?
OK thanks Luigi! Let's work on a fix for this now given the new concerns around automatic upgrades 💪🏻
**Just an update:** I have been looking at moving the migrations from `woocommerce-gutenberg-products-block.php` but we cannot do this, because when included in WooCommerce core then this file will not run....
> Personally, I support this: I think removing code bloat is a good practice. This code doesn't seem crucial and can only be confusing for our future selves and colleagues....