Skip to content

magento man

Staying or moving?

A few days ago one of my hosts announced an “emergency server migration”….not unusual in the hosting world, and everything… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1933977&goto=newpost

In Magento 2, I used the code below, but when I enabled the FPC the custom price for the product was not updated before adding it to the cart product

<?php /** * @package Bliss_PricePerCustomer * @author Bliss Web Solution Pvt. Ltd * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * @copyright Copyright (c) 2025 Bliss Web Solution Pvt.Ltd (https://www.blisswebsolution.com/) */ namespace BlissPricePerCustomerPluginModel; use MagentoCustomerModelSession; use BlissPricePerCustomerModelCustomerPriceProdcut; use MagentoFrameworkAppConfigScopeConfigInterface; use… Read More »In Magento 2, I used the code below, but when I enabled the FPC the custom price for the product was not updated before adding it to the cart product