Would like the products to be sorted by minimum_bid instead of by Product_id, anyone can help.
Thanks
http://www.auctions4you.co.uk/catalogue/index.php?-action=list&-table=products
here our current product_public_list.html
{foreach from=$products item=product name=product}
getURL('-action=view')}">
{$product->display('product_name')}
display('product_image')}" width="75"/>
{$product->preview('product_description')}
- Lot# {$product->display('product_lot')}
- Minimum Bid
- {$product->display('minimum_bid')}
- Current Bid
- {$product->display('current_high_bid')}
{/foreach}
{result_controller}