Viewing 3 reply threads
You must be logged in to reply to this topic.
How do you set set the price range from minimum – maximum when using variable products? R100 – R500 reads better than R500 – R100 for example.
Hello,
Sorry for the late reply. I see the price range is indeed from min to max in your site. I checked this page: https://www.thecapeartcompany.co.za/products/wood-art-prints/white-wood-art/landscapes-white-wood-art/
Is this not what you were referring too? Let me know.
Best regards!
Hi, it definitely is not the first product clearly shows R3500 – R695, it should be R695 – R3500
Simply add this css line:
.cl-price-rating span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol){
flex-direction: row !important;
justify-content: flex-start !important;
}
You must be logged in to reply to this topic.