• Resolved s00001000

    (@s00001000)


    Hi,

    I ended up disabling the price filter because my client would like to go live soon and we don’t have enough time to work through it. However, they want to keep the ON SALE filters. The issue is that when I click on sale and filter, the results show every product that is on sale instead of picking from the manual selection of woocommerce products I have set in that section. How do I fix it so that it is only pulling from the selected products?

    I cannot share the link publicly but if you provide an email I can email the link to you. This is extremely urgent and I would really appreciate any help I can get on this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RealMag777

    (@realmag777)

    Hello

    You can send your request here: https://pluginus.net/contact-us/

    Thread Starter s00001000

    (@s00001000)

    For anyone that is having this issue, I hid the results I did not want via CSS. I used the class categories and followed this structure:

    .class
    {
    display: none !important;
    }

    This doesn’t fix the logic behind it but it at least prevents the results not in the query from showing up. Sadly, I couldn’t get proper support for this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘On Sale – Issue’ is closed to new replies.