Hello
The price filter widget shows the prices like this: 20.00 – 30.00, 30.00 – 40.00 etc.
The client has set the prices in the form of 19.90, 29.90 etc and he would like to have the prices in the widget to appear like this.
Any idea how we can achieve this?
The price filter generates links automatically based on the products displayed on the page. And it may need additional code customization to change their values. You can check it in the file inc/widgets/class-widget-price-filter.php. Method name – generate_price_links.
OK, we made changes in the file basel/inc/widgets/class-widget-price-filter.php and you will need to keep this file untouched on theme update since you don’t have a child theme installed.