product_detail attribute
-
Hi,
I tried to include the product_detail attribute, but it didn’t work.
The product_detail attribute is an repeatable attribute, but I only can add it once. Therefore I tried to make a comma-separated list and prepare it by filter/action correctly. That doesn’t work either.
The expected output should be:<g:product_detail> <g:section_name>General</g:section_name> <g:attribute_name>Inngredients</g:attribute_name> <g:attribute_value>Aqua (Water)</g:attribute_value> </g:product_detail>
But the output was:
<g:product_detail> Array </g:product_detail>
I suppose that the product_detail attribute is not supported as an repeatable field with child elements. Can you give me any workaround or fix for this?
Best regards
Stephan
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘product_detail attribute’ is closed to new replies.