Home Forums WoodMart support forum Displaying the price of a variable product

Displaying the price of a variable product

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #348747

    MasterBlaster44
    Participant

    Good afternoon.
    How can I change the display of the price of a variable product in the product grid? For example, I want the minimum price to be displayed.

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

    Hello,

    You can find this option in the Theme Settings > Shop, scroll a bit down and you will see Hide “to” price

    If you have any questions please feel free to contact us.

    Best Regards

    #378427

    lexx_lm
    Participant

    Hi dear, and how to add to price for variable product phrase “From”?
    “from 199.99$”

    #378549

    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 4 posts - 1 through 4 (of 4 total)