Missing sub-attribute
-
Hello,
I defined some Product_detail, and everything worked fine but the problem is, when a Product hasn’t one of the defined Product_detail, I will get Missing sub-attribute error on the google shopping panel and that product is disapproved!
https://s8.uupload.ir/files/product_details_ga65.jpg
Please update your plugin and check if the sub-attribute value (Attribute value) was empty, product_details won’t generate.
Now your plugin output is such as below:
<g:product_detail>
<g:section_name>General</g:section_name>
<g:attribute_name>Style</g:attribute_name>
<g:attribute_value>Vintage</g:attribute_value>
</g:product_detail> <g:product_detail>
<g:section_name>General</g:section_name>
<g:attribute_name>Shape</g:attribute_name>
<g:attribute_value>Round</g:attribute_value>
</g:product_detail> <g:product_detail>
<g:section_name>General</g:section_name>
<g:attribute_name>Form</g:attribute_name>
<g:attribute_value></g:attribute_value>
</g:product_detail>But The Output for this product should be as below to prevent disapproving the product:
<g:product_detail>
<g:section_name>General</g:section_name>
<g:attribute_name>Style</g:attribute_name>
<g:attribute_value>Vintage</g:attribute_value>
</g:product_detail> <g:product_detail>
<g:section_name>General</g:section_name>
<g:attribute_name>Shape</g:attribute_name>
<g:attribute_value>Round</g:attribute_value>
</g:product_detail>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Missing sub-attribute’ is closed to new replies.