{* Smarty *} {* Default template for pt_gsashop "Shopping Cart Form"; Author: Rainer Kuhn , since 2006-03-30 *} {****** DISPLAY NON-EMPTY CART ******} {if $cond_articlesInCart}

{* MESSAGE-BOX (conditional) *} {if $cond_displayMsgBox} {$msgBox}

{/if} {****** CART HEADER ******} {****** ARTICLE ROWS ******} {section name=article loop=$artArr} {/section} {****** FOOTER ******}
{***** 'fake button' to submit update if the enter key is hit with cursor in a text input *****} {$ll_cart_header_artdescr} {$ll_cart_header_action} {$ll_cart_header_artno} {$ll_cart_header_price}* [{$currencyCode}] {$ll_cart_header_sum}* [{$currencyCode}]
{if $artArr[article].cond_linkArticle}{/if} {$artArr[article].artDescription}{if $artArr[article].cond_linkArticle}{/if} {if $artArr[article].cond_fixedCost}
{$artArr[article].artFixedCostTotal} {$currencyCode} {$artArr[article].ll_cart_fixedcost_info} {/if} {if $artArr[article].cond_additionalText}
{$artArr[article].additionalText} {/if}
{$artArr[article].artNo} {$artArr[article].artPrice} {$artArr[article].artSubtotal}
{***** workaround for MSIE: catching form submissions by pressing enter in form element *****}   {if $cond_displayClearCartButton} {/if} {$ll_cart_sum_total} [{$currencyCode}] {$itemsTotal}
* {$ll_price_notice}
{else} {****** EMPTY CART ******}


{$ll_cart_empty}

{/if} {if $cond_displayLastOrderPageLink}

{$ll_cart_return_orderpage}

{/if}