I want rest api for the layer navigation filter in magento 2?
in rest api i want these functionality help me with this
Auto Added by WPeMatico
in rest api i want these functionality help me with this
I want to add a new search filter in the product admin panel, but I don’t know where to enable this option, if anyone has any idea if this can be enabled per individual user or only the super admin… Read More »Add new filter in the Panel column of the Product Catalogue
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 want to update the Active filter position from left side to right side just above the product listing. Please guide me how can i do that. Current Position: On left side Required Position: I want to display on the… Read More »Change Active filter position Magento 2
I have a Porto theme and I would like to adjust filter a little bit. Is there an easy way with some settings, or I should do it completely bespoke? In following picture you will find what I would like… Read More »Filter adjustment
I am trying to filter the category products collection on the basis of custom product attribute, i used many ways to override the collection but every method is filtering the records per page rather than getting all the matched product… Read More »Wrong pagination size after filtering category product collection with custom condition
Imagine having a category with 10 products, all having the same weight of 2 lbs. Weight filter will still show in layered navigation as: Weight 2 lbs (10) How to remove such attributes from layered navigation?
I have virtual categories with products in them to be able to display them as a productpage with products from the same series/collection. I don’t want these categories to be visible in my filters in the left bar…. I can’t… Read More »How to make a virtual category NOT visible in filters left bar
Is there a way to speed up layered navigation filters on Magento 2.3.4? Filters with a lot of products are taking too long to load. Any help would be appreciated.
I create custom grid that include Website field and customer group fields are multiselect. At Filter apply also need to set as multiselect that not working for me. here I share my listing xml file code <column name=”website” class=”ExtensionModuleUiComponentListingColumnWebsites”> <argument… Read More »Mgento Admin Grid Multi select “,” seperated value filter not working in custom grid Magento 2?