Issue with prices showing

Hello.. We have a big issues with prices showing. They overlap. What is the best fix for this? It would be absolutely amazing if there's a way not to show variation prices on the display. So it shows the different prices when they pick the different variations. Is there a way to only show 1 price (the cheapest) or something like this?

Comments

  • Hi,

    your prices are definitely too long and that's why they overlap. The best way to display prices is to break them into new line what you can do with the following css:
    .woocommerce ul.products li.product .price { word-wrap: break-word !important; }
  • Wow, that was such a fast and professional response. We absolutely love BeTheme.

    I was wondering and this would be the absolutely most ideal for us (we'd really love if there's a fix, but understand if it's too difficult) is to hide the variation price. Is there a way to only display the cheapest price? I see a lot of other sites do this. Then if you go onto the product and pick the others it'll adjust the price.

    So all we want to do is just hide the price range/variation range before you click onto the product. :) So in the display field with all products.
  • The only possible thing is to remove "crossed" prices but css does not have such power to recognize if there is more variations and to remove the first one. This is just simply not possible.
Sign In or Register to comment.