Dropdown box in e-commerce product listing page

Permalink 2 users found helpful
Howdy C5
I want to put a dropdown box in the e-commerce product listing page. By this dropdown user can choose how many products to show in that page like 24, 48, All etc. Is it possible in Concrete 5 e-commerce.

Please help me to sort this out.

Rony

ronyDdeveloper
 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
No answer for this? Isn't it possible?

Rony
ronyDdeveloper replied on at Permalink Best Answer Reply
ronyDdeveloper
I've solved this problem by adding the below code.
<span class="pageRight show_all"><a href="<?php echo $this->url($c->getCollectionPath());?>?search=1&product-list-search-core-commerce-products=Search&numResults=20000">View All</a></span>