Home Forums WoodMart support forum Product Price

Product Price

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #570192

    hardik119955
    Participant

    On product page I want to show final price after applying variation the final price to be shown below it rather than fluctuating above…..

    how to achieve that

    Thank you

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

    Hung Pham
    Keymaster

    Hi hardik119955,

    Thanks for reaching to us.

    Unfortunately, there is no such an option right now.

    You can create a ticket here: https://woodmart.canny.io/feature-requests so our developers will consider such a feature.

    Regards,

    #571812

    hardik119955
    Participant

    Dear theme has this functionality do check by your side…..my theme is Jewellery

    Do check this sample product from Jewellery theme – https://woodmart.xtemos.com/shop/clocks/best-clock-parallels/demo/jewellery/

    (When you choose different colors option you will get to know what I have asking for)

    Thank You

    #572005

    Hung Pham
    Keymaster

    Hi hardik119955,

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

    .wd-price-outside div.woocommerce-variation-price {
    	display: block;
    }

    Regards,

    #572032

    hardik119955
    Participant

    how to control its size for different screens i.e. laptop, mobile, tablet….etc with above code

    #572196

    Hung Pham
    Keymaster

    Hi hardik119955,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS or Desktop / Mobile / Tablet sections:

    .wd-price-outside div.woocommerce-variation-price .price{
    	font-size: 20px;
    }

    Regards,

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