Home Forums WoodMart support forum Add From before min price in product variation

Add From before min price in product variation

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

    hey team,

    so currently the variation price displayed in min – max
    but i want to show it like ‘from <min amount>’
    can you please help me with this?

    #495455

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    .product-type-variable .summary-inner > .price span.amount:before {
    content:" from"
    }
    .product-grid-item .price:before {
    	content: " max "
    }

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

    Best Regards

    #495546

    not this,

    like if i have a variation from from 500 to 800.
    i want to only show ‘from 500’ and after a specific variant is selected, the price for that. so i don’t want to show a range.

    #495795

    Hello,

    You can disable the higher price in the Theme Settings > Shop > Variable product, scroll, and find the option “Hide to” option.

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

    Best Regards

    #495895

    that’ll do
    thanks.

    i had one more doubt, like currently the variations are being displayed directly, i want them to be in dropdown, can you please help me with how i can do that without using a plugin.

    #496132

    Hello,

    You need to disable the swatches, please check this manual and make everything vice versa: https://xtemos.com/docs-topic/variable-products-and-swatches/

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

    Best Regards

    #496530

    thanks, that helped

    #496679

    You are welcome!

    Wish you a wonderful day!

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

The topic ‘Add From before min price in product variation’ is closed to new replies.