X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Sorting Array in Smarty Alphabetically (https://forum.x-cart.com/showthread.php?t=61208)

fwm 10-13-2011 05:09 AM

Sorting Array in Smarty Alphabetically
 
Hi All,

I was wondering, is there some way of using a foreach loop in smarty and sorting alphabetically. I am retrieving a list of Newlists from the DB on the register screen, so in register.tpl I am stepping through. Similar to:

Code:

{foreach from $newslists item=z}
{assign var="id" value=$z.listid}
{if $z.listid lt 5}
HTML HERE including {$z.name}
{/if}
{/foreach}


I would like to build the list of checkboxes ordered by name. Does anyone know how to do this?

Thanks,
FWM.

cflsystems 10-13-2011 05:40 AM

Re: Sorting Array in Smarty Alphabetically
 
Thsi may help
http://www.smarty.net/forums/viewtopic.php?t=1079

fwm 10-19-2011 04:58 AM

Re: Sorting Array in Smarty Alphabetically
 
Thanks Steve,

That worked.


All times are GMT -8. The time now is 10:45 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.