Magento 2.4.6
Is there a way to read the value of a custom text field attribute value stored in the “All Store Views” scope? Currently I am using $product->getMyAttribute();
which returns me the value for the product from the store view I am in on frontend.
But in my case I need the value from “All store views” … possible?
Thanks