When I add products from a grouped product, go to cart and click the clear cart button, The products are removed but the form and minicart count and total are still reading the previous items. I tested this with simple product, did the same process and it successfully rendered the […]
Magento
I want to add custom sort options like ” Best Selling ” and ” Best reviewed “ in Catalog/Category sort order options Below is the picture. and i am trying this approach in below code but its not working. etc/di.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <type name="MagentoVisualMerchandiserModelSorting"> <plugin name="RLTSquare_VisualMerchandiser_Plugin_VisualMerchandiser_Model_SortingPlugin" type="RLTSquareVisualMerchandiserPluginVisualMerchandiserModelSortingPlugin" […]
I have a product attribute inside Magento 2 with over 3.000 different values and, unfortunately, we cannot delete them. Right now they are only in English but they need to be translated in 8 different languages. The translation part is not a problem. Importing the translation it is. All that […]
Magento 2 Extension missing on Admin My Magento 2 shop used to have this extension named FME Price Calculator but for some reason the extension no longer appears on the Admin menu. I noticed that all the extensions folders can be seen on /magento2/app/code , including the FME folder with […]
How can I preselect the configurable option of a configurable product with its price in the product page
How to see error log file for php 7.4 in Magento 2 project which is working ubuntu. or how to set new log file location.
A store is setup with multiple websites, with a single store and store view within each website. magento-vars.php was updated with MAGE_RUN_CODE matching the store code. Base URLs are set. Correct store loads for each configuration. Problem: even though base URL for each store ends in .com/, a redirect is […]
In magento enterprise edition, in admin catalog/category there are sort options which sort products on storefront based on that filter, now i want to add a custom filter like Filter by Product Creation date ascending and descending order and on category page the products should sort by date of creation. […]
We would like to install external php library in Magento 2 https://github.com/php-sepa-xml/php-sepa-xml We installed the package with composer require digitick/sepa-xml:dev-master In our class we have included use DigitickSepaTransferFileFactoryTransferFileFacadeFactory; we ran php bin/magento setup:di:compile and got no errors. When we call up our class we get the error instead Class DigitickSepaTransferFileFactoryTransferFileFacadeFactory […]