to get the list of $oneitem variables use:
{foreach from=$cartitems item='oneitem'}
{$oneitem|print_r}
{/foreach}
hope this helps
Search found 4 matches
- Fri Jun 01, 2012 4:08 pm
- Forum: Modules/Add-Ons
- Topic: Cart - Show thumbnail & detail link in View Cart?
- Replies: 2
- Views: 1374
- Fri Jun 01, 2012 4:02 pm
- Forum: Modules/Add-Ons
- Topic: Cart - Show thumbnail & detail link in View Cart?
- Replies: 2
- Views: 1374
Re: Cart - Show thumbnail & detail link in View Cart?
to get the list of $oneitem variables use: {$oneitem|print_r}
but for the image location you want:
{$oneitem->file_location}/{$oneitem->thumbnail}
hope this helps
but for the image location you want:
{$oneitem->file_location}/{$oneitem->thumbnail}
hope this helps
- Sat Nov 19, 2011 2:09 pm
- Forum: Modules/Add-Ons
- Topic: TinyMCE problems in 1.10.1 navigating upload folders
- Replies: 19
- Views: 5553
Re: TinyMCE problems in 1.10.1 navigating upload folders
ticked static worked for me - thanks
- Fri Sep 02, 2011 9:35 pm
- Forum: Developers Discussion
- Topic: need help displaying the next level down from menu root
- Replies: 1
- Views: 1389
need help displaying the next level down from menu root
Hi All i know that {$cgsimple->get_root_alias()} will display the alias of the menu root. but what i am after is displaying the alias of the next level down. 1 - root use code {$cgsimple->get_root_alias()} 1.1 - how do i display this alias? I have many menu levels but need a way of always been able ...