kilbot / WooCommerce-POS

:bangbang: All development now at https://github.com/wcpos.
http://wcpos.com
GNU General Public License v3.0
353 stars 125 forks source link

Product only for POS is displayed in product category archive page #179

Open bmen opened 6 years ago

bmen commented 6 years ago

If a product is set so that it is only visible in the POS, it will continue to be displayed on the product category archive page. The link to the product detail page goes to a Error 404 Page.

kilbot commented 6 years ago

Hi @bmen, please check out the documentation for the correct settings.

I understand that this is a little confusing. The problem is WooCommerce already has logic to hide products from the archives. I am reluctant to reproduce code that already exists in WooCommerce and I'm also reluctant to programmatically force a setting in case there are cases where users want products to appear in the archive for some reason.

In the next version of WooCommerce POS I will add a pop-up that alerts the user to the Catalog Visibility setting.

Nodws commented 6 years ago

In the "publish" metabox select visibility to "hidden" or "search" https://docs.woocommerce.com/wp-content/uploads/2014/12/forcesells1.png Can also be se in the "quick edit" mode.

I'm sure this is not the solution you want but it's one that works ;)