{if version_compare(_SYSTEM_VERSION, '6.1.0', '>=') && version_compare(_SYSTEM_VERSION, '6.3.2', '<')} {* *}
{$message} {if $page_action == confirmation} {include file="xtCore/pages/checkout/subpage_confirmation.html" type="tpl_include"} {elseif $page_action == success} {include file="xtCore/pages/checkout/subpage_success.html" type="tpl_include"} {/if}
{else} {* *}
{txt key=TEXT_SELECT_SHIPPING}
{txt key=TEXT_SELECT_PAYMENT}
{txt key=TEXT_CONFIRMATION}
{txt key=TEXT_SUCCESS}
{$message} {if version_compare(_SYSTEM_VERSION, '5.0.0', '>=')} {if $page_action == shipping} {include file="$selected_template/xtCore/pages/checkout/subpage_shipping.html" type="tpl_include"} {/if} {if $page_action == payment} {include file="$selected_template/xtCore/pages/checkout/subpage_payment.html" type="tpl_include"} {/if} {if $page_action == confirmation} {include file="$selected_template/xtCore/pages/checkout/subpage_confirmation.html" type="tpl_include"} {/if} {if $page_action == pay} {include file="$selected_template/xtCore/pages/checkout/subpage_pay.html" type="tpl_include"} {/if} {if $page_action == pay_frame} {include file="$selected_template/xtCore/pages/checkout/subpage_pay_iframe.html" type="tpl_include"} {/if} {if $page_action == success} {include file="$selected_template/xtCore/pages/checkout/subpage_success.html" type="tpl_include"} {/if} {else} {if $page_action == shipping} {include file="/xtCore/pages/checkout/subpage_shipping.html" type="tpl_include"} {/if} {if $page_action == payment} {include file="/xtCore/pages/checkout/subpage_payment.html" type="tpl_include"} {/if} {if $page_action == confirmation} {include file="/xtCore/pages/checkout/subpage_confirmation.html" type="tpl_include"} {/if} {if $page_action == pay} {include file="/xtCore/pages/checkout/subpage_pay.html" type="tpl_include"} {/if} {if $page_action == pay_frame} {include file="/xtCore/pages/checkout/subpage_pay_iframe.html" type="tpl_include"} {/if} {if $page_action == success} {include file="/xtCore/pages/checkout/subpage_success.html" type="tpl_include"} {/if} {/if}
{/if}