How can I test to see if a low reorder set defined?
Simple really - I am wondering what is the most efficient way to find out if a Low Reorder set exists for a given set name.
I'm guessing that it is to test with the total entries tagj - but would value confirmation of this.
I'm imagining a test like this...
{if {exp:low_reorder:total_entries set="{segment_2}"} > "0"} ... do something ... {/if}
Replies
Low 20 Jan 2017 07:53
You might need to wrap the tag in quotes in order for that to work.
Alternatively, you could use the Query module as a faux conditional. Something like