Home Forums WoodMart support forum How to change Price Format

How to change Price Format

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #598416

    sohee7569
    Participant

    Hi, team
    I created one variable product with different variations and prices.
    Now the price shows ‘$699.99 – $1,229.99’

    And I would like to change the price format it to ‘From $699.99’ instead of ‘$699.99 – $1,229.99’.
    Can you please help on this?

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

    Hung Pham
    Keymaster

    Hi sohee7569,

    Thanks for reaching to us.

    First of all, I’m really sorry have taken long time to reply you.

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

    .single-product p.price .amount:first-child:before {
        content: "From";
        margin-right: 5px;
    }

    Best Regards.

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