2017-01-07, 00:24:06
I really begin to love your plug in! Things can be done so easily with a bit of PHP knowledge and following this thread.
One question though...
For example
Category 1
Item 1
Item 2
Category 2
Item 1
Item 2
...
How can I show the Items of Category 2 only?
It's probably in this line:
// initialise all items of the category 'Kategorie'
$itemClass->init($kategorie->get('id'));
But I don't know how to change it.
Thank you for your help. :-)
One question though...
For example
Category 1
Item 1
Item 2
Category 2
Item 1
Item 2
...
How can I show the Items of Category 2 only?
It's probably in this line:
// initialise all items of the category 'Kategorie'
$itemClass->init($kategorie->get('id'));
But I don't know how to change it.
Thank you for your help. :-)