Product Listing Page (Number of Items Per Page)

Hey guys,

So I am redoing our ‘Product Listing’ page. I have my html laid out, and have removed your guy’s code from the template. But when I use:

{ifThereAre products}
    {foreach product}
        // This guy here only outputs 18 items, not the 50 or so that should be displaying
    {endForEach}
    {ifNone}
    {endIfNone}
{endIfThereAre}

I only get 18 of the products (out of ~50). I’d use some of the scripts on code you guys had, but it does not work when you want to use sorting AND filtered search simultaneously.

I even tried removing the

SO, how can a guy get the foreach loop to spit out ALL of the results (and not just 18)? This way, I can just create my own pagination/sorting mechanism…

P.S. I need to be able to create my own loops for situations like this. How much will it cost us to gain the ability to create new and modify existing Nitro Script functions?