I am focusing on an import module for magento. I have to discover if the attribute goes for an attribute group. I’ve got the attribute loaded, along with the
attribute group. I have attempted the following code:
$attributeCollection = $attributeGroup->getAttributes();
The idea was which I could consider the collection, and see set up attribute continues to be designated towards the attribute group.
Need assistance if anything wrong with my code?
The post How to assign all the attributes to an attribute group? appeared first on .