Viewing 2 replies - 1 through 2 (of 2 total)
  • tmckee

    (@tmckee)

    I’m also interested in this issue.

    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;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘All expired events still visable on the shop page.’ is closed to new replies.