Skip to content

magento man

Fetch the attribute value using attribute code in Model file

In 3rd party Plugin’s Model file, i am trying to fetch attribute code and display the attribute value in Product View Page. But values are not fetching. $valueAddition = $product->getResource()->getAttribute(‘making_charges_value’)->getFrontend()->getValue($product); or $valueAddition = $_product->getData($making_charges_value); Here is Full Function code ,… Read More »Fetch the attribute value using attribute code in Model file

Magento 2, A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later

Hope everyone is good. I saw other threads with similar issues but mine is different. It is happening when I am trying to create or update a coupon with specific customer groups. It gives me an error A technical problem… Read More »Magento 2, A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later

Function mcrypt_module_close() is deprecated in magento 2.3.1

Array ( [type] => 8192 [message] => Function mcrypt_module_close() is deprecated [file] => /vendor/magento/framework/Encryption/Adapter/Mcrypt.php [line] => 94 ) PHP Version 7.1.27 This Issue facing after upgrade Magento 2.1 to Magento2.3.1 with Porto theme version 3.7.1 Anysolution for that?