Configurable Product Price Range
Configurable Product Price Range for Magento 2 displays the configurable product price as price intervals between the lowest price and the highest price of the children. Price ranges are displayed on listing pages and product page.
- On all listing pages the configurable product price is displayed as an interval between the lowest and highest price
- On configurable product pages, the price is displayed as an interval between the lowest and highest price
- You can Enable/Disable the extension functionality from the admin area
- You can select whether to display the "From" - "To" labels when rendering the configurable product price
- Automatically update price ranges when filtering the options
- Include Tier Prices in Price Range
- Display old price for both min and max price
- Select on which page to show the price as a range between the lowest and highest price
- 30 daysmoney back
- FREElifetime updates
- 90 daysfree support
The power of configurable products really shines on product listing pages, where a single configurable product may act as a doorway to literally hundreds of simple product variations. While configurable products offer a better shopping experience, they do have one notable drawback: their price variations don’t translate well to listing pages(also on the configurable product page). Magento only shows the lowest price of all the child products. This doesn't present any problem if all the children have the same price, but if they have different prices, showing only the lowest price can be misleading.
Our solution is to display both the lowest and highest price of all child products on both listing pages and the configurable product page.
How It Works
- It gets the lowest price/special price from the child products and displays it as the "From" value
- It gets the highest price/special price from the child products and displays it as the "To" value
Features
- On all listing pages the configurable product price is displayed as an interval between the lowest and highest price
- On configurable product pages, the price is displayed as an interval between the lowest and highest price
- You can Enable/Disable the extension functionality from the admin area
- You can select whether to display the "From" - "To" labels when rendering the configurable product price
- Automatically update price ranges when filtering the options
Release Notes
- 1.0.0: First release
- 1.0.1: Fix typing error in the system config
- 1.0.2: Automatically update price ranges when filtering the options
- 1.0.3: Fix small bug in template file
- 1.0.4: Price range is displayed on search pages
- 1.0.5: Add Tier Prices to Price Range
- 1.0.6: Display old price for both min and max price
- 1.0.7: Allow the admin to select the pages on which to show the price range
- 1.0.8: Display price range also on homepage