Home Forums WoodMart support forum seeing different price

seeing different price

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

    Mert
    Participant

    hello, it seems 2 different price in terms of variations of the product as you see on the screenshot that I sent you. I just want to show the lower price to the customers, so how can I do?
    in addition, when I enter the product page, I see the interval of price in terms of the variations too, I want to only show the price that customer select the variation.
    thanks

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

    Hello,

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

    body .product-grid-item .price,
    body .single-product-page .summary-inner > .price {
            font-size: 0;
    }
    .single-product-page .summary-inner > .price > span:first-child {
       font-size: 22px;
    }
    .single-product-page .summary-inner > .price > small {
        font-size: 18px;
        margin-left: 6px;
    }
    body .product-grid-item .price > ins,
    body .product-grid-item .price > span:first-child {
       font-size: 14px;
    }
    body .product-grid-item .price > del {
        font-size: 12px;
        margin-right: 3px;
    }
    body .product-grid-item > .price > small {
        font-size: 12px;
        margin-left: 4px;
    }
    body .single-product-page .summary-inner > .price > ins,
    body .single-product-page .summary-inner > .price > span:first-child {
       font-size: 22px;
    }
    body .single-product-page .summary-inner > .price del {
        font-size: 22px;
        margin-right: 6px;
    }
    
    @media (max-width: 576px) {
        body .product-grid-item.col-6 .price {
            font-size: 0;
        }
    }

    Best Regards

    #155610

    Mert
    Participant

    thanks, there is one more thing that I want to do, how can I increase the font size of the price that you see on the screen shot which is ” ₺ 320,00 “.

    #155667

    Hello,

    You need to increase this font-size: http://prntscr.com/pu5f4p

    Best Regards

    #155725

    Mert
    Participant

    thanks for everything

    #155745

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘seeing different price’ is closed to new replies.