• Hi how do you remove expired events? This q has been asked previously but I can’t see any reply has been made yet. Many thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I finally found a fix for this! It’s not the nicest way, but it works
    If you put the code below in your custom css it should work (this plugin makes the expired events non-purchasable if you have the option: “Can User book Passed Events” turned off)

    .products li:not(.purchasable) {
    display: none;
    }

    the only thing that is not that great is that you can still see the product counter on your shopping page. But this is easily hideable with this:

    .woocommerce-result-count{
    display: none;
    }

    Thread Starter Kir 2012

    (@kir-2012)

    Hi thanks that’s useful, I appreciate it

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