{** * 2010-2020 Webkul. * * NOTICE OF LICENSE * * All right is reserved, * Please go through this link for complete license : https://store.webkul.com/license.html * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade this module to newer * versions in the future. If you wish to customize this module for your * needs please refer to https://store.webkul.com/customisation-guidelines/ for more information. * * @author Webkul IN * @copyright 2010-2020 Webkul IN * @license https://store.webkul.com/license.html *} {extends file='checkout/checkout.tpl'} {block name='content'}
{php} $user_group = Customer::getDefaultGroupId( Context::getContext() -> customer -> id ); if ( $user_group >= 4 ) { echo '

B2B

'; } {/php}
{block name='wk-customer-info'} {include file="module:wkonepagecheckout/views/templates/front/content/wk_customer_info.tpl"} {/block}
{block name='wk_order_summary'} {include file="module:wkonepagecheckout/views/templates/front/content/wkordersummary.tpl"} {/block}
{block name='wk_order_shipping'}
{include file="module:wkonepagecheckout/views/templates/front/content/wkshippingmethod.tpl"}
{/block} {block name='wk_order_payment'}
{include file="module:wkonepagecheckout/views/templates/front/content/wkpaymentmethod.tpl"}
{/block}
{block name='wk_payment_condition'} {include file="module:wkonepagecheckout/views/templates/front/content/wkcondition.tpl"} {/block}
{if Configuration::get('WK_CHECKOUT_CART_ALSO_BOUGHT')} {hook h="displayWhoBoughtAlsoBought"} {/if}
{/block}