In Magento 2.4.7, retrieving customer session data using the getCustomerData method is not Working
In Magento 2.4.7, the following code attempts to retrieve customer session data using the getCustomerData method, but it does not return any data <?php … use MagentoCustomerModelSession; use BlissPricePerCustomerModelCustomerPriceProdcut; use MagentoFrameworkAppConfigScopeConfigInterface; use MagentoStoreModelScopeInterface; use MagentoCatalogModelProduct as MainProduct; class Product {… Read More »In Magento 2.4.7, retrieving customer session data using the getCustomerData method is not Working