Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hey guys,

I've read through the list view documentation and such, but I haven't figured out how to be able to arrange products based on the price (from high to low, and vice-versa).

Was there a topic where this was solved in detail or can someone help me out with this? Thanks
Could be as simple as this -
Code: Select all
<cms:pages orderby='pp_price' order='asc'>
    <cms:show k_page_name /> - <cms:show pp_price /><br/>
</cms:pages>
Thank you so much @trendoman - it does the trick!

for anyone else struggling with this in the future, I guess the rest is just setting up javascript to show this div on click.

Thanks!
3 posts Page 1 of 1
cron