{* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *} Gift Registry - Shopping List for {$ufullname} {include file='navbar.tpl' isadmin=$isadmin}
{if isset($message)}
{$message|escape:'htmlall'}
{/if}

Shopping List for {$ufullname|escape:'htmlall'}

{if $opt.show_helptext}
  • If you intend to purchase a gift for this person, click the icon. If you end up actually purchasing it, come back and click the icon. If you change your mind and don't want to buy it, come back and click the icon.
  • If you return something you've purchased, come back and click the icon. It will remain reserved for you.
  • Just because an item has a URL listed doesn't mean you have to buy it from there (unless the comment says so).
  • You can click the column headers to sort by that attribute.
  • If you see something you'd like for yourself, click the icon to copy it to your own list.
{/if}
Reserve = Reserve, Release = Release, Purchase = Purchase, Return = Return, I Want This Too = I Want This Too
{foreach from=$shoprows item=row} {if $row.quantity > 1} *} {else} {if $row.rfullname == '' && $row.bfullname == ''} *} {elseif $row.rfullname != ''} {if $row.reservedid == $userid} *} {else} *} {/if} {elseif $row.bfullname != ''} {if $row.boughtid == $userid} *} {else} {if $opt.anonymous_purchasing} *} {else} *} {/if} {/if} {/if} {/if} {* {/foreach}
Rank Description Category Price Store/Location Status  
{$row.rendered} {$row.description|escape:'htmlall'} {if $row.comment != ''} ... {/if} {if $row.url != ''} URL {/if} {if $row.image_filename != '' && $opt.allow_images} Image {/if} {$row.category|default:" "} {$row.price} {$row.source|escape:'htmlall'} {foreach from=$row.allocs item=alloc} {$alloc}
{/foreach} {$row.avail} remaining.
{if $row.avail > 0 || $row.ireserved > 0 || $row.ibought > 0} {if $row.ireserved > 0} {assign var="reservetext" value="Reserve Another"} {else} {assign var="reservetext" value="Reserve Item"} {/if} {if $row.ibought > 0} {assign var="purchasetext" value="Purchase Another"} {elseif $row.ireserved > 0} {assign var="purchasetext" value="Convert Reserve to Purchase"} {else} {assign var="purchasetext" value="Purchase Item"} {/if} {if $row.avail > 0} {$reservetext|escape:'htmlall'} {/if} {if $row.avail > 0 || $row.ireserved > 0} {$purchasetext|escape:'htmlall'} {/if} {/if} {if $row.ireserved > 0} Release Item {/if} {if $row.ibought > 0} Return Item {/if} {* Available. Reserve Item Purchase Item {* Reserved by you. Release Item Purchase Item {* {if $opt.anonymous_purchasing} Reserved. {else} Reserved by {$row.rfullname|escape:'htmlall'}. {/if} {* Bought by you. Return Item {* Bought. {* Bought by {$row.bfullname|escape:'htmlall'}. {* *} I Want This Too