Display custom field in Low Reorder set list
How do I write an extension that will display a custom field (in this case a product code) before the title in Low Reorder set lists? I've looked at the extension hooks in the docs but I'm not sure how to get started.
Essentially I just want to see
1. CODE TITLE
2. CODE TITLE
... is that as straightforward as it sounds?
Replies
Low 11 Oct 2018 09:36
Take a look at this (old) example.
It uses the low_reorder_show_entries hook to manipulate the entries array.
paul.bellamy 11 Oct 2018 09:41
Thanks very much Low, I'll take a look now :)
Low 11 Oct 2018 09:43
Just be warned, it's an old example. It might throw errors on php 7 or the newest EE versions. The principle should still work, tho.