- This topic has 3 replies, 3 voices, and was last updated 10 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › How to exclude a product from the show all product display
Tagged: products exclude
I want to:
1) List all the products I have
2) Exclude the membership display when I use [wp_eStore_show_all_products style=2 order=2 type=1]
my site:http://ingeniousmarketer.com/products
what can I do to remove the free and premium membership option when I display all the products using the show all short code? I will have a lot more product to be uploaded after this, so showing 1 by 1 for those i want to display is not a good choice. I need to show all products and just exclude this 2 membership option.
Categorize your products. Then use the show products from a particular category shortcode to display products. This way you can apply a different category for your membership products than your other products.
For example, You can have a category called “My Display Products” and put all the products excluding the membership ones in that category. Now use the category display shortcode to display products from this “My Display Products” category only:
[wp_eStore_category_products_fancy id=1 style=2]
We are assuming the “My Display Products” category has a category ID of 1.
More details here:
I have products in a category. I use the [wp_eStore_category_products:category_id:70:end] code to display those products on my page. I MUST use this list code because it is the only list that displays well on an iphone. I do NOT want the list to include products that are currently displaying with a “sold out” graphic. I don’t find modifiers for this code. Is there a way to do that?
When a product is sold out, you can take it out of the normal category and apply a different category to it. That will take the product out of that list.