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

New products and featured procucts do not work anymore #21

Closed timit13 closed 10 years ago

timit13 commented 10 years ago

Hi,

Please have a look here: www.justbottle.com

If I activate the POS Plugin the new products are not displays anymore and instead of the featured products the plugin shows the newest products.

homepage_justbottle1 homepage_justbottle2

I have hidden products. By default this products have now the value "POS & Online". The hidden products are now displayed on the frontend. The POS value is stronger than the wordpress value.

The wordpress value "hidden" should get the POS value "only POS". How can I hide a product Online and in POS?

Thanks Serge

timit13 commented 10 years ago

by the way... I'm running the website with the theme Superstore from WooThemes. If you need access to my website please let me know.

timit13 commented 10 years ago

Well done - with version 0.3.2 the problem is solved!! And my emails are also working again!

kilbot commented 10 years ago

Hi @timit13, thanks for the bug report and I'm glad the fix has worked for you.

Note that WooCommerce 'hidden' and 'POS Only' work in slightly different ways. WooCommerce 'hidden' just hides a product from the search and catalog but you can still access the product by a direct link. For WooCommerce POS Only products I have gone one step further and removed the product from direct access also (it will return a 404). .. unfortunately I made a slight error in this code which resulted in the bug you posted :disappointed:

In answer to your question: How can I hide a product Online and in POS? .. you could change the status to Draft, or set it to Private .. or put it in the Trash?

timit13 commented 10 years ago

Ok, important information - thanks a lot. I will go on with testing. If I have questions or ideas, where should I place these?

kilbot commented 10 years ago

If you have technical questions or bug reports then here on GitHub is good. But if you have general feature requests it's best to keep them on woopos.com.au .. either on the roadmap or docs or blog, wherever you think it's most relevant. Thanks!