• Resolved edge24ema

    (@edge24ema)


    Hello, I’m using ShopEngine to customize my product page.

    I added the widget “Order by filter”.

    Is there a way to remove “Sort by popularity” and some others options?

    Also is it possible to customize the text?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @edge24ema ,
    Thanks for reaching out to us.

    Currently, the only way to remove the Options available inside the Order By Filter is by applying CSS codes. We haven’t added any controller yet to remove the options as per needs and for that reason, what you’re looking for is not possible at this moment.

    You can customize the Style of the Text as you want. We have included the Style Controller to adjust the Text Style. Please check this screenshot for a better understanding.

    If you want to remove the options as per your needs, then you can use the CSS code mentioned below.

    .shopengine-filter-orderby-dropdown .orderby option:nth-child(1) {
        display: none !important;
    }

    Instead of 1, Enter the number of the option that you want to hide inside the :nth-child() selector.

    Let me know if that helps or if you need any further assistance. We are always here to assist you.

    Best Regards,
    Prosenjit

    Hello @edge24ema ,
    I hope you’re doing fine.

    We haven’t received any update from you till the last response sent from us and we’re assuming that the issue is resolved now. For that reason, this thread has been marked as resolved.

    But, if you ever need any assistance from us, feel free to create a new support thread. We will be happy to assist you.

    Best Regards,
    Prosenjit

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Filter’ is closed to new replies.