Can you please add the ability to access the store group?
With Magento, we are able to access to the store group with $store->getGroup().
I tried $store->group with your module but it seems to not work.
I would like to get the store group code in order to add a condition on a specific store group.
Hello,
Can you please add the ability to access the store group?
With Magento, we are able to access to the store group with
$store->getGroup()
.I tried
$store->group
with your module but it seems to not work. I would like to get the store group code in order to add a condition on a specific store group.Than you