Using lowreorder with single category filtering not working when changing an entries category
Changing an entries category will not show up in the low reorder set unless i go to the set choose the category and re save the order. Tag I use:
{exp:low_reorder:entries set="product_order" category="{last_segment_category_id}" dynamic="no" limit="100" disable="pagination"}
Is there a better tag to use for the single category filtering
Replies
Low 24 Nov 2014 08:50
Can't seem to replicate this. What are your EE, LR and PHP versions?
Ryan 26 Nov 2014 17:43
ee: 2.9.2
lr. 2.30
php 5.3.29
So basically the client changes a product entry to blackfriday category ... the product will not show in the low reorder set until I go into re-order and resave the order.. here is another example of code:
{exp:low_reorder:entries set="product_order" {if last_segment_category_id}category="{last_segment_category_id}" dynamic="no"{/if} limit="500" {if logged_in_group_id == '1' OR logged_in_group_id == '6'} show_future_entries="yes"{if:else} show_future_entries="no"{/if} disable="pagination" cache="yes" refresh="10"}
{exp:store:product entry_id="{entry_id}" disable_form="yes"}
Low 26 Nov 2014 19:04
I'll need to take a look myself. Please send SuperAdmin login credentials to hi at gotolow dot com if you can.
Ryan 1 Dec 2014 18:30
Hey sorry for the delay I have emailed the creds
Low 1 Dec 2014 19:17
I noticed you're using a custom Category field instead of the native Category listing. Apparently this is what's causing this behaviour. When I change the category both on the custom field and native field (when I change the field layout to show them), the order is updated as expected.
So, Low Reorder is working as expected, but the Category field is somehow throwing a spanner in the works. I would ask that developer about this.