In programming, modules are self-contained units of functionality that can be shared and reused across projects. They make our lives as developers easier, as we can use them to augment our applications with functionality that we haven’t had to write ourselves. They also allow us to organize and decouple our […]
Daily Archives: November 28, 2019
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 […]
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?
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 […]