Daily Archives: October 7, 2019
how to programmatically reindex product after update ex. price/stock quantity using Magento ver. 2.3.2 API via Swagger? I do application in C# which sync my system with Magento. I have a lot of article, so I think migrate ex. Pirce using catalogBasePriceStorage. But after that, i must manually reindex from […]
We have magento running on AWS Fargate behind a load balancer. It works great when it is not scaled(i.e only one task is running), however when it scales to 2 or more tasks I am not able to login as a customer or administrator and we aren’t getting any login […]
I am getting an issue on a single page (caught ReferenceError: require is not defined) on the below code. Please help me to resolve this issue. I am not sure where I am getting this issue I inspected some code then I found this one. due to this CSS not […]
I have created a preference to add my custom filter to the collection. di.xml This is my ListProductPot.php file < ?php namespace VendorModuleBlockRewriteProduct; use MagentoCatalogApiCategoryRepositoryInterface; use MagentoCatalogBlockProductContext; use MagentoCatalogModelLayerResolver; use MagentoFrameworkDataHelperPostHelper; use MagentoFrameworkUrlHelperData; class ListProductPot extends MagentoCatalogBlockProductListProduct { public $featuredProduct; public function __construct( Context $context, PostHelper $postDataHelper, MagentoFrameworkStdlibDateTimeDateTime $dateTime, VendorPotHelperData […]