very tiny shopping cart images
I don’t think I’ve touched this part but the cart images are showing extremely tiny images This is the one where you click on the shopping cart. I’m extending form the Luma theme
I don’t think I’ve touched this part but the cart images are showing extremely tiny images This is the one where you click on the shopping cart. I’m extending form the Luma theme
I need the magento search engine to only take into account the “name” attribute to perform the search, could someone help me please? I found a way to modify the search parameters with the file “vendor/magento/module-catalog-search/etc/search_request.xml”, but I can’t find… Read More »Magento 2.4 catalog search search for products by name attribute only
What has been people’s experience using 3DS option on Payment Gateway? (Moneris or Authorize.net) Is 3DS worth it? Do you get a lot more declines because of it? Anything we should be looking out for? Any experience / knowhow will… Read More »Magento 3DS Credit Card validation
I am using magento2.4.3-p2 and I want to access the controller URL without index/index AND parameter. for example https://example.com/product-info/A123456 I want to access A123456 code from the URL and check the mapping with the product SKU and show the product… Read More »Magento2: How to get controller URL with index/index and parameter?
can I replace the header and footer by using block in this email template file? I want to use something else that I created in (Content->Block) Is it possible?
I’m working on fixing one of the plugins that stopped sending emails. It uses: use MagentoFrameworkMailTemplateTransportBuilder To send email: $transport = $this->transportBuilder->setTemplateIdentifier((int)$template) ->setTemplateOptions([‘area’ => MagentoFrameworkAppArea::AREA_FRONTEND, ‘store’ => $storeId]) ->setTemplateVars($templateVars) ->setFromByScope($sender) ->addTo($toSender) ->getTransport(); For some strange reason, this class is not… Read More »Magento 2.4.5: Abstract class does not see another class?
Facing the issue of during composer update on magento 2.4.2-p1 Uncaught Error: Interface ‘LaminasServiceManagerFactoryFactoryInterface’ not found in /home/moazzam/www/test.local/setup/src/Magento/Setup/Di/MagentoDiFactory.php:17 Stack trace:
I want to override a function inside the model, but it doesn’t work. I just want to make correction on existing function, not adding a new function. I did some google, some suggestion ask to use plugin method. But I… Read More »Override a function inside a model
I am upgrading from 2.4.3 to 2.4.3-p3 and I have a few questions. In composer.json should I only be chnaging these 3 lines? “version”: “2.4.3-p3”, “magento/product-enterprise-edition”: “2.4.3-p3”, “magento/data-migration-tool”: “2.4.3”, (This was 2.3.4 previously) Thank you
I am trying to find code found in a tutorial that would enable me to update all pricing per sku for a specific store id. I am wondering if row 151 the INSERT qyuery shouldn’t that be an update query… Read More »Mass price update vis custom code