[ad_1]
Hi,
I have a woocommerce-based store where we keep launching seasonal products. These products we keep live only for a specific time and after that move them to draft so those will be completely hidden from the front-end.
We have invoices and shipping integrations in place so we can create both online and offline orders for every product. However, when we try to generate offline orders from the admin dashboard, it doesn’t show products in drafts. To avoid this, we made those products published and disabled in the front-end via PHP code.
Now, we can create orders for those products but those products are still visible on the website/search engines as the code is only hiding those on the shop page (I believe).
What can be the best way to overcome this?
The page I need help with: [log in to see the link]
