|
Hi,
Using your suggested code
{exp:channel:entries channel="products" category="60" dynamic="no" orderby="product_order" sort="asc" limit="10"} {sn_product_summary_simple} {/exp:channel:entries}
Displayed is the correct entries in the correct order but the title for each entry is not correct and i get the entries duplicated with each duplicated set of entries showing a different incorrect title. 2 of the incorrect titles are from a different category.
This is the result:
Category 2 title
Entry 1 - incorrect title
Entry 2 - incorrect title
Entry 3 - incorrect title
Entry 4 - incorrect title
Entry 5 - incorrect title
Entry 1 - different incorrect title
Entry 2 - different incorrect title
Entry 3 - different incorrect title
Entry 4 - different incorrect title
Entry 5 - different incorrect title
Category 3 title
Entry 1 - another different incorrect title
Entry 2 - another different incorrect title
Entry 3 - another different incorrect title
Entry 4 - another different incorrect title
Entry 5 - another different incorrect title
——————————————————————————————————————-
My categories are set like this:
Category 1 ——-Category 2 - Parent with ID 21 ————-Category 3 - Child with ID 60
The results should show
Title Category 2
Title category 3
Entry 1
Entry 2
Entry 3
Entry 4
Entry 5
With entries ordered by low reorder field.
Any other ideas?
cheers,
Ben.
|