{assign var="title" value=$smarty.const._TPL_SKYPAY_PAY_TITLE} {include file="header.html"} {include file="error.inc.html"} {if $display_receipt }

#_TPL_SKYPAY_PRODUCT_BILLING#

{include file="receipt.inc.html"}
{/if} {if $display_address }

#_TPL_SKYPAY_ADDRESS_BILLING#

{include file="../plugins/payment/skypay/templates/display_address.html"}
{/if} {if $result}

Pay with Skypay

{if $testmode} Skypay payment module running in Test mode.
{/if}
{else}

There was an error registering your transaction with Skypay.
Error {$errNum}: {$errStr}.
Please refresh to try again and contact us if it keeps happenning.
Sorry for any inconvenience caused.

{/if} {$successForm} {include file="footer.html"}