Home › Forums › WoodMart support forum › Price – Old price sort Price – Old price sort This topic has 7 replies, 2 voices, and was last updated 10 months, 2 weeks ago by Hung Pham. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts August 1, 2024 at 9:16 pm #587459 Pladi1Participant 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. August 2, 2024 at 10:56 am #587540 Hung PhamKeymaster Hi Pladi1, Thanks for reaching to us. Please provide URL of the mentioned page, so I can take a closer look. Regards, August 2, 2024 at 11:01 am #587543 Pladi1Participant Have added in the privnote. August 3, 2024 at 12:51 pm #587745 Hung PhamKeymaster 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. August 3, 2024 at 6:04 pm #587790 Pladi1Participant I had to add the following CSS to make the lay-out looking fine: .wd-hint::before { margin-right: -40px; } August 4, 2024 at 9:52 am #587836 Hung PhamKeymaster 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, September 9, 2024 at 1:12 pm #596152 Pladi1Participant 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. September 11, 2024 at 7:39 am #596577 Hung PhamKeymaster 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, Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register