Saw the plugin is closed, what can I do to work with WooCommerce 4.2.0?
]]>the following short code does not work
[product_category category=”toldos” paginate=”true” ]
but this shortcode is working
[products per_page=”12″ columns=”5″ pagination=”true” orderby=”date”]
Why?
]]>Pagination show but it is not working
]]>My shortcode is like that. but i can’t see pagination.
[product_category category=”precise-surgery” per_page=”3″ paginate=true columns=”3″ orderby=”menu-order” order=”asc” ]
]]>Hello
Just to let you know your plugin is messing with the Woocommerce REST API. When active it make the pagination for the products API method not working (it always returns the page 1 products and ignore the page parameter).
I had to change the line 37 of inc/class-pagination.php from this :
if ( is_archive() || is_post_type_archive() || ! $is_product_query ) {
To this :
if ( is_archive() || is_post_type_archive() || ! $is_product_query || ( defined( 'REST_REQUEST' ) && REST_REQUEST ) ) {
With this the plugin doesn’t interfere with the REST API anymore.
If you could add this to the next release it would be nice.
Thanks
]]><?php echo do_shortcode('[products per_page="3" paginate="true"]'); ?>
Links exist “1 2 3”, clicking to next link(2,3), open url such as “example.com/product-category/stroymaterial/?product-page=2”, but products are the same as on the first page. Why?
Hello,
sadly my page doesn’t show all the products with the shortcode. I think it’s the cache of the pagination. Can I have some code to not cache the pagination?
Best regards
Stefan
Code I use is: [products category=”Serenata” per_page=”12″ columns=”4″ pagination=”true”] sadly it doesn’t show all 63 products only 48. Any solution?
Best regards,
Stefan
Hi there,
I only want to show 100 products so I’m using limit attribute. Here’s my shortcode:
[products limit=”100″ columns=”4″ orderby=”id” order=”DESC” visibility=”visible” pagination=”true” per_page=”12″]
But it seems that all products are showing. I should have 9 pages only, but I see thousands of pages.
Can you please suggest a solution? Thank you!
]]>Can you possibly add this feature when displaying product categories, I see that I am not the only person requesting this. That would be awesome, thanks!
]]>Hello,
my Shortcode looks like this: [product_category category=”Stretchy” per_page=”12″ columns=”4″ pagination=”true”]. For all my products I would need 4 Pages to do this. Sadly the pagination shows only 3 Pages. (the 4th Page is loadable when you change the Page from 3 to 4 but you can not see it in the navigation. Any solutions?
Best regards,
Stefan
Hi i really love this app we updated to WooCommerce V 3.4.3 and its no longer working ??
]]>I was hoping that the pagination plugin would solve my problem with the results of the code on this page
https://floorex.com.au/product/satellite-480-g3-concrete-grinder-and-polisher/#tab-tooling
[products columns="5" limit="10" pagination="true" attribute="suits-machine" terms="satellite-480" terms_operator="AND" category="tooling-and-diamonds" orderby="title"]
by providing Pagination to the results so we don’t have 100s of resultant products on one page.
the code works well in placing the pagination links but as it is inside the tab tooling, the link does not work.
Works fine with my theme here https://floorex.com.au/test-category-attribute-page/
which proves the plugin works ok with the theme but does not allow for the tabs.
Can there be anything done to fix this?
]]>hello I am using the plugin Shortcode Pagination for WooCommerce and shortcode
[product_categories per_page=”4″ columns=”4″ orderby=”date” order=”desc” pagination=”true”]
to display the list of categories in pagination but pagination is not appearing …
Please help me ..
]]>the (order=”asc”) parameter now sorts products alphabetically rather than by menu order. any ideas? thanks!
edit – added orderby=”menu order” order=”asc” – fixed
]]>Hi, is there any way to load the “next content” in the same page using AJAX to allow a streamlined experience, and not generating numbered sub-pages.
In the same idea I am looking for an AJAX “load more” function.
+ Ultimately it should be possible to add slider style arrows to navigate through results with navigation dots instead of page numbers…
Any suggestions ?
]]>I used sale products and i just want to show 4 products on my main page. how can i disable pagination from there. i have attached the page link also. plz help
]]>Hello, when enabling pagination=”true”, pagination links are shown in the bottom left corner as list elements. I’m using The7 theme.
Some tip about why pagination links are shown this way?.
Thanks and regards.
]]>Hi.
I have noticed that the text “- Part 1” is being added at the end of the title in the pages of the products.
<title> Red Bag | Namaste Shop – Part 1 </ title>
When I deactivate this plugin, “- Part 1” disappears.
It seems to be related to https://www.ads-software.com/support/topic/breadcrumbs-display-page-1/
]]>Hello,
Work great, but we need the pagination link to be also displayed above the product list, not only below. How to do it ?
Also where did we need to hack if we ant to add “First / Previous / Next Last” words ?
Thanks
]]>Pagination is not working after last wordpress update.
Code that i have inserted:
[product_category category=”kuhinjske-pipe” pagination=”true”]
]]>Hi,
I have the following short-code for products.
[products per_page=”12″ columns=”3″ pagination=”true” attribute=”beds” terms=”single” orderby=”date”]
So I grab all the products with terms “single”. The pagination doesn’t seem to work with this. Is that normal?
Thanks
Chris
Hello,
Thank you for making this plugin. Once we had a lot of products on sale and it helped us organize the products neatly into pages.
However, later the need for pagination disappeared and we disabled and uninstalled the plugin.
Nevertheless, the pagination still appears, for example, on categories: https://bit.ly/2FnWBoE
Probably it is because of the following: “… For older versions of WooCommerce it is activated on all valid shortcodes.”
Can you please tell how we can disable the pagination on our webshop which was introduced by the “Shortcode Pagination for WooCommerce” plugin and persists even after removing it?
Thank you very much in advance for your support.
]]>I have added the following shortcode onto a Page:
[products per_page="12" columns="2" category="learning-store" pagination="true"]
It works wonderfully and displays the pagination at the bottom of the page. However, when I click a link, the site 404’s and can’t find page 2 at this URL:
/learning-store/page/2/
Do I need to pass paged
into the query somehow? Shouldn’t the plugin do this? I have reset permalinks.
The plugin works but it only show 1 and 2 pages when it should show 4 pages.
Please help, and thanks for developing this.
]]>It was working like charm before the latest update with my code.
[sale_products per_page=”9″ columns=”3″ orderby=”date” order=”desc”]
now it’s not working, as the changelog says pagination should be set to true. So I type in the new shortcode.
[sale_products per_page=”9″ columns=”3″ orderby=”date” order=”desc” pagination=”true”]
but still not working.
i remember it was an option to change the page number to load more button and i don’t know how i can get the option or where the plugin setting ?
plz reply to my Q asap
thanks
Hi this is the short code I’m using and the pagination is not showing up:
[products pagination=”true” columns=”4″ category=”out-of-stock” cat_operator=”NOT IN”]
This is the page:
https://cosmobarbaro.com/wp/currently-for-sale-items/
and there are over 50 items.
Thanks for you help!
]]>I have latest woocommerce installed, using divi theme, I activated the pluginn and used short code, But pagination not working.
]]>I have this code
[sale_products per_page="12"]
and it do not work for me.