{** * 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 *}

{php} global $cookie; $iso_code = Language::getIsoById( (int)$cookie->id_lang ); if ( $iso_code == 'pl' ) echo 'Podsumowanie zamowienia'; else echo 'Client detail'; {/php}

  • {l s='Description' mod='wkonepagecheckout'}
    {l s='Quantity' mod='wkonepagecheckout'}
    {*
    {l s='Unit price' mod='wkonepagecheckout'}
    {if $group == 1} {l s='(tax excl.)' mod='wkonepagecheckout'} {else if $group == 0} {l s='(tax incl.)' mod='wkonepagecheckout'} {/if}
    *}
    {l s='Total' mod='wkonepagecheckout'}
    {l s='Action' mod='wkonepagecheckout'}
  • {if isset($cart.products)} {foreach $cart.products as $product}
  • {if isset($product.cover) && $product.cover}
    {else} {/if}
    {if isset($product.attributes)} {foreach $product.attributes as $key => $value}
    {$key}: {$value}
    {/foreach} {/if} {include file='module:wkonepagecheckout/views/templates/front/content/_partials/wk_cart_product_customization.tpl'}
    {*
    {if isset($product.price)} {$product.price} {/if}
    *}
    {if isset($product.total)} {$product.total} {/if}
    delete {if Configuration::get('WK_CHECKOUT_CART_SAVE_LATER') && $customer.is_logged} {/if}
    {block name='product_images_modal'} {include file='module:wkonepagecheckout/views/templates/front/content/_partials/wk-product-image-modal.tpl'} {/block}
  • {/foreach} {/if}

{block name='wk-order-total'} {include file='module:wkonepagecheckout/views/templates/front/content/_partials/wk_order_total.tpl'} {/block}