Editing within rules - nested structure - transport - DELIVERY

If you need to insert nested elements, you must choose Content Type - Nested Structure.

And choose - The element can be repeated. The above rule will be written in XML:

<g:shipping>

<g:country>DE</g:country>

<g:service>Hauslieferung</g:service>

<g:price>0 EUR</g:price>

</g:shipping>

Last updated