I found an inconsistency with WooCommerce variable products.
-
Using the Dynamic Data tag
{woo_product_sku}inside a regular text element always returns the parent product SKU, even when a variation is selected. -
Using
{woo_product_sku}inside the Product Meta element correctly returns the selected variation SKU.
I would expect both to behave consistently. The Dynamic Data tag should return the currently selected variation SKU when a variation is active, just like the Product Meta element does.
Is this a bug or intended behavior?