{* This page is displayed before the final order form *} {if $prods && !$smarty.request.verified} {literal} {/literal}
{if $smarty.get.order_id} {/if}
{foreach from=$prods item=prod} {/foreach}
ORDER LISTING QUANTITY PRICE CYCLE INVENTORY
{$prod.title} {include file="mod_forms.html"} {$prod.price} {$prod.is_recurring} {if $prod.stock > 0}{$prod.stock}{elseif $prod.stock == -1}IN STOCK{else}SOLD OUT{/if}
Grand Total: {$smarty.session.total_items} ${$grand_total}
{if !$config.company.nocart}

{/if}
{if $order_id} {/if}

{else} {if $smarty.request.verified}
{else}

No items in cart

{/if} {/if}