Why is a piece of code closed but still processed by Google?
When I close this code, why does it still load the code and cause an error when running?
When I close this code, why does it still load the code and cause an error when running?
I have a smart wave Porto theme, I want to remove the counter (in red) from the mini cart like this if there is no product in the cart If there is a product in the cart, then this will… Read More »Remove counter from mini cart if there is no product in the cart
I have configured the host and port to purge Varnish as it says in the official documentation: bin/magento setup:config:set –http-cache-hosts=varnish_host:varnish_port But when I try to save the modifications of a product for example, I get the following error in logs:… Read More »Magento 2 – Error after setting Varnish host and port in purges when trying to save modifications to a product
How I can check smtp Magento 2.4.6 without extension?
I’m trying to use an extension to manage our hreflang tags, but when it generates the tags, it adds the default store code to the URL. As the default store code was removed from the URL, it creates an error… Read More »Remove Store Code from Header
I have a working extension that show reviews, but sometimes there’s an error in the system.log file, and I don’t know why? var/log/system.log: [2023-10-26T11:20:42.925466+00:00] main.CRITICAL: Class “CompanyAllReviewsBlockAllReviews” does not exist [] [] The extension resides in: appcodeCompanyReviewsBlockAllReviews.php appcodeCompanyReviewsBlockReviews.php The file… Read More »main.CRITICAL: Class block does not exist error in log files but extension works?
I am using this code in the Magento_Catalog (items.phtml. switch ($type = $block->getType()) { case ‘related-rule’: if ($exist = $block->hasItems()) { $type = ‘related’; $class = $type; $image = ‘related_products_list’; $title = __(‘YOU MAY ALSO LIKE’); $items = $block->getAllItems(); $limit… Read More »Show Related Product Price rule Products in the Cart Page
I have tried to create a product grid custom extension but product grid filter is not working and I am not able to save data this is my code: <?php namespace MagebeesArtistsBlockAdminhtmlSlideEdit; class Tabs extends MagentoBackendBlockWidgetTabs { protected function _construct()… Read More »how we can get custom product grid in magento 2
I want to add an input text field to each product in the cart and save the value in the quote item and sales order tables. Can anyone explain how to do this in Magento 2.4
Why do I still get an error message when I run these js files at the correct path?