Home Forums WoodMart support forum Price appearance

Price appearance

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #299756

    CRR
    Participant

    Hello everyone,

    How can I put my price in a “starting from” way ? Instead of the smallest one only and the two different prizes ( the smallest and biggest one for the same product) on my category page please ?

    #299804

    Hello,

    You need to disable hiding Hide “to” price in the Theme Settings > Shop page: https://gyazo.com/a3f43dc7f35eec1a1680a2fc6b3dcf99

    Best Regards

    #299826

    CRR
    Participant

    Thank you for the response.
    I only see the smallest price, I can’t see the “starting from” sentence. πŸ™

    #299949

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .product-type-variable .price:before {
    content:"from "
    }
    body .single_variation_wrap .single_variation .price:before {
    content:" "
    }

    If you have the single language site, translate β€œfrom” in CSS code,

    Best Regards

    #300210

    CRR
    Participant

    Hi,
    It doesn’t work.
    Maybe it is because there’s already another piece of code, as you can see on the screenshot.

    Attachments:
    You must be logged in to view attached files.
    #300270

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #300457

    CRR
    Participant

    here it is πŸ™‚

    #300517

    Hello,

    Please add this code instead to the Theme Settings > Custom CSS

    .product-type-variable .summary-inner > .price span.amount:before {
    content:"from ";
    }
    body .product-type-variable .price span.amount:before {
    content:"from ";
    }

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)