- This topic has 4 replies, 3 voices, and was last updated 14 years, 3 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 differentiate between subscription and general products of a category.
Tagged: show all products, subscription products, WP eStore
hi,
I have a category of products which contains both subscription type products and of other types( Downloadable/pay per view). How do i show these products on a single page with buying option[ show subscription button for subscription type products and normal Add to cart button for normal products].
Same problem with showing all products on a single page.
FYI:
i am using <?php echo show_products_from_category(5); ?> for showing all products in a category.
And <?php echo eStore_print_all_products_stylish(); ?> to show all products
Please use the shortcode (not the php function reference) for showing the products from a specific category on that page and let me know how it goes.
In eStore you don’t actually mark a product as “Buy Now” or “Subscription” or “Add to Cart”. The same product can be used as a buy now or subscription or add to cart depending on the shortcode that you use. This offers greater flexibility in design.
eStore is a shopping cart so by default all the buttons when displaying with the category shortcodes are shown using “Add to Cart” type buttons as that’s the main functionality of a shopping cart.
So do i have write the short code every single product with the whichever option[ Add to cart/ Subscription] i want to show??
Yes