pagination on Cross Sell Products Display (instead of Slider)
-
Hi, I have a question about your former Woocommerce Cross Sell Products Display (shortcode [wcsp_cross_sell]): when I want to use this display instead of slider, how do I get pagination?
echo do_shortcode(‘[wcsp_cross_sell orderby=”date” order=”ASC” columns=”3″ limit=”6″ paginate=”true”]’); works fine but does not paginate
echo do_shortcode(‘[products paginate=”true” orderby=”date” order=”ASC” columns=”3″ limit=”6″]’); works with pagination but has all products
whatever I try without shortcode (like woocommerce_pagination() with array etcetera) won’t work with cross sells.. Struggled for 2 nights ?? I hope you can help me!
- The topic ‘pagination on Cross Sell Products Display (instead of Slider)’ is closed to new replies.