Ken
Ken

Reputation: 3119

Magento List products within a price range

I'm looking to add a few 'quick links' to my store's front page, eg. "Under £10", "Under £20", etc.

Is there any easy way I can do this?

If it's going to involve code, then can anyone give me a few pointers to the best way of doing this?

Upvotes: 0

Views: 1312

Answers (1)

Ken
Ken

Reputation: 3119

In fact what I ended up doing was using a link to the advanced search, i.e.

<a href='catalogsearch/advanced/result/?price[from]=10&price[to]=20'>

then the results get displayed in the advanced search results window.

Upvotes: 1

Related Questions