I was wondering if anybody could help. I’ve found similar question with earlier versions of Magento, but not 2.3.2. Essentially, I want to change the ‘Category’ section of the layered navigation to not filter the products, but to be a link to that actual category. For example: SOFT FRUIT > […]
Magento2
I have created a dictionary with this command: php bin/magento --output="lang.csv" i18n:collect-phrases app/code/NewModule This extension has files also into the app/design directory, does I need to create a dictionary from this directory?
I got this error when try to reindex catalog_product_price php bin/magento indexer:reindex catalog_product_price Notice: Undefined index: default in /public_html/vendor/magento/module-catalog/Model/ResourceModel/Product/Indexer/Price/BatchSizeCalculator.php on line 55 BatchSizeCalculator.php as below ( unmodified) < ?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace MagentoCatalogModelResourceModelProductIndexerPrice; /** * Ensure […]
When I update the product qty in the cart page I want to have the shipping rates estimated again via AJAX, how could I call this JS method in order to do that?
I have a problem with this module: https://marketplace.magento.com/mageplaza-module-smtp.html Everytime I click on Test Now (send a test email), it throws me the following error I have read tons of problems and all of them says that you need to download the latest core module, I did that and did not […]
I am trying to set a product filter on the custom cms page. for that, I have created a 1 cms page name test with two-column with left bar. and inside it, I have called one template file {{block class=”MagentoFrameworkViewElementTemplate” template=”Magento_Theme::html/test.phtml”}} in the layout update, I have placed this code […]
So it looks like one of our sites is targeted by card skimming when you select a payment method a new iframe is loaded which asks the users for their card details. It quite clever in the fact if you try to load the console it disappears. Has anyone come […]
If I cancel order from admin the status change to rejected and the item status change to cancel as I expected. Is it possible if I could move the reject status to cancel too? If there is anything I can follow please guide or and tips
If products in a group need an additional option, how would I create that option? For example; if they’re ordering ceiling lights, the grouped products are the different sizes, but afterwards they need to select either a handheld remote or a wall switch.