Home Forums WoodMart support forum Price – Old price sort

Price – Old price sort

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

    Pladi1
    Participant

    Hello team,

    Currently when you set a regular price and sales price, the sales price is showing first before the regular price.
    But is it possible to switch them? This makes in my opinion the view much smoother.

    Attached the screenshot current and suggestion.

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

    Hung Pham
    Keymaster

    Hi Pladi1,

    Thanks for reaching to us.

    Please provide URL of the mentioned page, so I can take a closer look.

    Regards,

    #587543

    Pladi1
    Participant

    Have added in the privnote.

    #587745

    Hung Pham
    Keymaster

    Hi Pladi1,

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

    span.woocs_price_code{
    	display: flex;
    }
    
    span.woocs_price_code del{
    	order: 2;
    	margin-left: 5px;
    }

    Regards,

    • This reply was modified 11 months, 4 weeks ago by Hung Pham.
    #587790

    Pladi1
    Participant

    I had to add the following CSS to make the lay-out looking fine:

    .wd-hint::before {
    margin-right: -40px;
    }

    #587836

    Hung Pham
    Keymaster

    Hi Pladi1,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

    #596152

    Pladi1
    Participant

    Hello Hung, hope you are doing fine. Back to this topic, the sort is not working anymore after an update. Can you please check it once again?

    The old price – new price sort should be set for:
    1) the main price on the top
    2) set for “Frequently bought together”
    3) set for bottom price bar

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

    Hung Pham
    Keymaster

    Hi Pladi1,

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

    Please use below code:

    .wd-single-price p.price,
    .wd-sticky-btn span.price,
    .wd-fbt-purchase div.price{
    	display: flex;
    }
    
    .wd-single-price p.price del,
    .wd-sticky-btn span.price del,
    .wd-fbt-purchase div.price del{
    	order: 2;
    	margin-left: 5px;
    }

    Regards,

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