We’re trying to just display the text in the code below if the page is the cart page so that visitors are aware that they can add a gift message to their order. Code works fine by displaying the text in the page when it is run in the Chrome […]
Magento
I’ve set tax 23% for taxable class. Then I set option “I’ve enter prices in catalog Magento with tax”. Then I set for every place display price with tax. 59,99 zł is correct product price in catalog backend and in frontend. when I add product to the basket, then I […]
I’m facing the following error when I try to change category name : Something went wrong while saving the category. Notice: getimagesize(): read of 8192 bytes failed with errno=21 Is a directory in /home/nectarksa/public_html/vendor/magento/framework/Filesystem/Driver/File/Mime.php on line 115 I’ve tried to increase php memory limit it’s didn’t fixed.
When I try enable pagespeed everytime I get: {"0":"Warning: file_exists(): open_basedir restriction in effect. File(//assets.pinterest.com/images/pidgets/pin_it_button.png) is not within the allowed path(s): (/home/user/:/tmp:/var/tmp:/opt/alt/php74/usr/share/pear/:/dev/urandom:/usr/local/lib/php/:/usr/local/php74/lib/php/) in /home/user/domains/myweb.com/public_html/vendor/swissup/module-image/Helper/Dimensions.php on line 137","1":"#1 file_exists() called at [vendor/swissup/module-image/Helper/Dimensions.php:137]n#2 Swissup\Image\Helper\Dimensions->getImageDimensions() called at [vendor/swissup/module-image/Helper/Dimensions.php:109]n#3 Swissup\Image\Helper\Dimensions->getDimensions() called at [vendor/swissup/module-pagespeed/Model/Optimiser/Image/SpecifyDimension.php:49]n#4 Swissup\Pagespeed\Model\Optimiser\Image\SpecifyDimension->getDimensions() called at [vendor/swissup/module-pagespeed/Model/Optimiser/Image/SpecifyDimension.php:100]n#5 Swissup\Pagespeed\Model\Optimiser\Image\SpecifyDimension->process() called at [vendor/swissup/module-pagespeed/Plugin/Controller/Result/AfterRenderResultPlugin.php:52]n#6 Swissup\Pagespeed\Plugin\Controller\Result\AfterRenderResultPlugin->afterRenderResult() called at […]
I am trying to create a configurable product. My requirement is I want to assign more than 200 simple products to a configurable product. But when I added the 60 products the product got very slow and not able to edit and open that product again. When I click on […]
Can anyone recommend a good free or paid module which will fit the following scenario please? A customer has created an account but has never placed an order, so this account must be removed after 5 years of inactivity. The only modules I know of, only allow the customer to […]
I have a before Plugin that runs when a customer data is updated thru the admin. When “save customer” is clicked I need to update the values of some of the fields (like customerID) the form before it gets saved in the database.
Magento 2 uses XML-based configuration files A LOT. When studying Magento or preparing for an exam, it is useful to have a list of all config files used in Magento 2. How can such a list be generated? What are all configuration files used in the latest version 2.4.4?