All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Does Low Reorder work with the channel entries "dynamic_parameters" parameter?

thatdeadpixel 19 Jun 2018 20:47 question, complete

I have a form that uses Ajax to display a filtered listing of products based on a category selection. Within the ajax template I had a channel entries tag to display the entries based on the category selected...

{exp:channel:entries channel="products" disable="member_data|pagination" dynamic_parameters="category" sort="asc"}

I'm trying to replace it with...

{exp:low_reorder:entries set="products" disable="member_data|pagination" dynamic_parameters="category" dynamic="no" sort="asc"}

This is filtering the product entries, but not displaying them in the correct order. In the Low Reorder set settings under Categories I have "Show entries per single category from group(s)" selected. is there any other information from me that would be helpful? Thanks for any help.

Replies

  1. Low 20 Jun 2018 06:23

    Not at the moment. But if you're using Mo' Variables, you could pass the posted category ID to the low_reorder:entries tag, eg: category="{post:category}"

  2. thatdeadpixel 20 Jun 2018 13:58

    You da man! I had to use {get_post:category}, but you set me in the right direction. Thanks!