- This topic has 2 replies, 3 voices, and was last updated 10 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › eStore Product Page Pagination
Tagged: format, pagination
Hello,
The pagination works okay when I use a shortcode such as
[wp_eStore_category_products_fancy id=1 style=2 order=1 type=1]
But when I use a short code such as
[wp_eStore_fancy_display id=1 type=1 style=1] which requires
a shortcode for each product, the pagination does not work.
Is there a way to paginate the page when using the second
form of shortcode, perhaps by inserting a piece of code
between the shortcodes to break the pages.
Thanks,
Lee.
Use the <!–nextpage–> tag?
eStore will add pagination when you are showing a group of items/products on a page using a shortcode that outputs a collection of items. If you have a lot of items that you want to show with pagination, then use the category shortcode. You can create as many categories as you want and assign them to the products.
Alternatively, use the technique @wzp shared.