Free Magento 2 Price Slider
Price Slider extension for magento2 allows the customer to filter the products by price range with the slider.
This extension based on the attributes of 'price' type in the layered navigation.
With the help of this extension users can simply set their choice of range by sliding the bar
according to their price range.It Improves user experience through filtering products and its easy to install
and configure.
Indexing through Command line Magento1.x
Reindexing in Magento1.X through Command line:
Sometimes we need to re-index Magento through command line to avoid the broken process from Magento Interface.
On our Magento root folder we have shell directory that contains indexing script
... Read MoreShow error message when adding a product of price 0.
To restrict products having price zero from shopping we need to create a observer on
checkout_cart_product_add_after event such that on every add to cart it will check the
product price and then add to cart.
Admin and Frontend icon fonts missing after installing Magento2.O
Admin and Frontend icon fonts missing after installing Magento2.O
... Read MoreHow to delete a product in Magento2 Programatically
To delete a product from frontend