• Hello,

    Is it possible by using shortcode [alg_wc_gsd_products] and displaying all discounted products on a page also include pagination (when the are are a lot of products the loading speed is very slow) and add filtering by categories for example?

    We have a PRO version

    • This topic was modified 7 months, 3 weeks ago by jonuxketux.
Viewing 1 replies (of 1 total)
  • Plugin Author Algoritmika

    (@algoritmika)

    Hi, @jonuxketux,

    Sorry for not getting back to you sooner.

    Our [alg_wc_gsd_products] shortcode uses WooCommerce [products] shortcode, so you should be able to use the same attributes, i.e., category for the category filtering, paginate and limit for the pagination.

    As for making it faster – please try using our use_transient attribute.

    The final shortcode could look like this:

    [alg_wc_gsd_products use_transient="yes" paginate="true" limit="20" category="hats"]

    Please give it a try and let me know what you think.

Viewing 1 replies (of 1 total)
  • The topic ‘Pagination and filtering’ is closed to new replies.