Replies: 0
I would like to use defined groups within Attribute Groups plugin “Attribute Groups” instead of sets of them like this sample
<product>
<title>Wagyu Tenderloin Steak</title>
<price>55</price>
<weight>6 oz</weight>
……..
<qty />
<description />
</product>
How can I do this?
something like this
<product>
<title>Wagyu Tenderloin Steak</title>
<attgroups>Defined Attribute Group NAME</attgroups>
<qty />
<description />
</product>