{if $prods}
{if $order_id} {/if}
{if $errors} {/if}
{include file="orderform_checkoutItems.html"}
{include file="orderform_errors.html"}
{include file="orderform_billingInfo.html"} {include file="loadPlugins.html" pos="appendFormLeft"}
Payment Options

{if $config.merchant.use_authnet} Credit Card
{/if} {if $config.merchant.use_paypal} PayPal
{/if} {include file="loadPlugins.html" pos="paymentOption"}
{if $config.merchant.use_authnet}
{include file="orderform_creditCard.html"}
{/if} {if $config.merchant.use_paypal}
{include file="orderform_paypal_ipn.html"}
{/if} {include file="loadPlugins.html" pos="paymentOptionData"} {include file="loadPlugins.html" pos="appendFormRight"}

{else}
No products in your order manifest
Visit our shopping cart!

{/if}