{** * 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=$layout} {block name='content'}
{if isset($smarty.get.success)}

{l s='Deleted Successfully' mod='wkonepagecheckout'}

{/if}
{if isset($savedCart)} {foreach $savedCart as $key => $cart} {/foreach} {/if}
{l s='Product Name' mod='wkonepagecheckout'} {l s='Product Attribute' mod='wkonepagecheckout'} {l s='Unit price' mod='wkonepagecheckout'}
{if isset($showTax)} {l s='(tax incl.)' mod='wkonepagecheckout'} {else} {l s='(tax excl.)' mod='wkonepagecheckout'} {/if}
{l s='Qty' mod='wkonepagecheckout'} {l s='In Stock' mod='wkonepagecheckout'} {l s='Date' mod='wkonepagecheckout'} {l s='Action' mod='wkonepagecheckout'}
{$cart.product_name} {if isset($cart.attribute_name)}{$cart.attribute_name}{else}{l s='Default' mod='wkonepagecheckout'}{/if} {if $cart.product_price}{$cart.product_price}{else}--{/if} {$cart.quantity} {$cart.available_qty} {$cart.date_add|date_format:"%A, %e %B, %Y"} {* *} {if $cart.available_for_order > 0} {/if}
{if !isset($savedCart)}

{l s='No product found!' mod='wkonepagecheckout'}

{/if}
{/block}