{capture name="mainbox"} {include file="profiles_pages/profiles_info.tpl" user_data=$cart.user_data shipping_method=$cart.shipping mode="order_management"}
{if $payment_method.template} {$lang.payment_details}
{/if}
{* Payment methods form *} {if $payment_method.template}
{include file="payments/`$payment_method.template`" payment_id=$payment_method.payment_id skin_area="customer"}
{else} {/if}

{$lang.text_customer_notes}:


{include file="buttons/button.tpl" but_text=$lang.save but_onclick="javascript: if (fn_can_place_order()) `$ldelim` document.om_summary.`$action_name`.value='save'; document.om_summary.submit(); `$rdelim`"}
{include file="buttons/button.tpl" but_text=$lang.process but_onclick="javascript: if (fn_can_place_order()) document.om_summary.submit();" action_but="action_"}
{/capture} {include file="common_templates/mainbox.tpl" title=$lang.summary content=$smarty.capture.mainbox}