{$product->htmlValue('product_description')}
Categories:
{$product->htmlValue('product_categories')}
Current high bid:
{$product->htmlValue('high_bid_amount')}
{if !$product->val('isOpen')}
Bidding open date
{$product->htmlValue('opening_time')}
{/if}
Bidding close time
{$product->htmlValue('closing_time')}
{if isLoggedIn()} {if $product->val('isOpen') and $product->val('high_bidder') != getUsername()}
Bid on this product
{elseif $product->val('high_bidder') != getUsername()} You cannot bid on this product at this time because bidding is not currently open. Check the open and close times for this product above. {else} You are currently the high bidder on this product. {/if} {else} {assign var="product_id" value=$product->val('product_id')} Log in to bid on this item {/if}