Magento2 remove dupliacte URL of products
Actual URL https://xyz.com/a5-stapled-brochures.html Duplicate URL: https://xyz.com/catalog/product/view/id/484/s/a6-stapled-brochures-1/category/35/ How to remove Duplicate URLs?
Actual URL https://xyz.com/a5-stapled-brochures.html Duplicate URL: https://xyz.com/catalog/product/view/id/484/s/a6-stapled-brochures-1/category/35/ How to remove Duplicate URLs?
When I try to save a category I am getting cloudflare timeout error and the category is not getting saved. When I checked the exception log I found this error : SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try… Read More »Error while saving Category in Magento 2.4.6-p1
need help regarding the issue, All of the sudden our production environment we are getting issue during upgrade command SQLSTATE[42000]: Syntax error or access violation: 1235 This version of MySQL doesn’t yet support ‘existing primary key drop without adding a… Read More »Mysql error MySQL doesn’t yet support drop existing primary key without adding a new primary key
I have applied custom filter on product collection to hide certain products from listing page. I have used below event for same <event name=”catalog_product_collection_load_after”> <observer name=”abc_productrestriction_collectionfilter” instance=”AbcProductRestrictionObserverFrontendCatalogCollectionFilter” /> </event> and in the observer, I am removing the product from collection… Read More »Product Filter Count Showing Wrong Count After Custom Product Collection – Magento Layered Navigation
I’ve made a patch and this is the code for creating my customer custom attribute: public function apply() { $this->moduleDataSetup->getConnection()->startSetup(); /** @var CustomerSetup $customerSetup */ $customerSetup = $this->customerSetupFactory->create([‘setup’ => $this->moduleDataSetup]); $customerEntity = $customerSetup->getEavConfig()->getEntityType(Customer::ENTITY); $attributeSetId = $customerEntity->getDefaultAttributeSetId(); $attributeSet = $this->attributeSetFactory->create(); $attributeGroupId… Read More »How to make custom customer attribute filterable in the customer grid?
I have an attribute “brand” with type Swatch. I have created many brands as an option in this attribute. I want to filter brands label which are starts with a particular letter (ex. A or B or C).
We have a indexer in Magento 2.3.3 that is giving us a difficult time. We tried many times reset and reindex that indexer but does not help. | Bol.com Offer Export | Ready | Schedule | idle (11619 in backlog)… Read More »Index – ready but 11619 in backlog
There is a section in the Magento 2.3 documentation that is titled EAV indexer optimization. It says that you should basically disable the EAV indexer, if you are not using a MySQL based search function. In our case we use… Read More »EAV indexer optimization: cannot find option
I have custom menu item created in “Content” named AskQuestion. Apparently, there is controller and routing for it. All left to do is to make jslayout output some simple text. How do I do this?
I want to filter Product List Page and I’m using a plugin to filter the collection using the layer class MagentoCatalogModelLayer::prepareProductCollection() The products are removed but the toolbar is showing a wrong count and the layered navigations has the gap… Read More »Layered Navigation with custom filter