Hello, I see that the plugin adds custom attributes that are later not visible in the WooCommerce attributes. Adds WooCommerce product attributes that have variants to choose from in Aliexpress. That is, for example, color, model or set. Is it possible to automatically create attributes for Woocommerce for all parameters provided by the seller in Aliexpress?
Hello, if you want attributes to be added as global attributes and you can see them on Woocommerce -> Attributes page, then you have to add the following code line to your wp-config.php:
define(‘A2W_IMPORT_EXTENDED_ATTRIBUTE’, true);
Great, it works!
Is it possible to update already added products?
However, it doesn’t work as it should. The attributes are well transferred to the main attributes. Unfortunately, there are no variants. I have to create them manually 🙁 Can this be improved?
As far I know Woocommercee has global attributes: screenshot
but it looks like you reffer to global variants? Where we can find them in Woocommerce interface?