I need custom attributes as exemplified below and need to appear in the “Excel-Like Product Manager Wooc”
– Bookstore used books, Sebo, how to add fields: Publisher, Year, Used, Portuguese, Author.
When I use the field attributes in Woocommerce the same does not appear in the “Bulk Edit Excel-like”
Attribute fields used: attribute_values and sequential … acropolelivros.com.br/produto/nacao-e-id...-critica-cultural-2/
there are tow types of attributes.
Defined attributes are one that you can find listed under Products->Attributes. You can disable/enable columns for them under settings of our plugin (left panel)
And on-fly attributes you enter into product details giving them name on spot. To get column for such attribute you set custom column in one of 20 available slots like this:
Source type = meta filed
Source type value = _product_attributes!attributename!value
Edit formater = simple
Target(db postmeta field) serialization = PHP Array
example:
The following user(s) said Thank You: Sergio Lemos
there are tow types of attributes.
Defined attributes are one that you can find listed under Products->Attributes. You can disable/enable columns for them under settings of our plugin (left panel)
And on-fly attributes you enter into product details giving them name on spot. To get column for such attribute you set custom column in one of 20 available slots like this:
Source type = meta filed
Source type value = _product_attributes!attributename!value
Edit formater = simple
Target(db postmeta field) serialization = PHP Array
example:
I've created a real test product on this link
I created the following post, but it does not appear in the product in the Woocommerce tab, nor in the book for acquisition.
End product link how I need it to appear!
Look at the attachment as it was made and generated codes.