</span> <span class="product_info">
										<?php 
            if ($_smarty_tpl->getVariable('price_tax_country')->value == 110) {
                ?>
										<span class="price">
											<?php 
                echo Product::convertAndShow(array('price' => $_smarty_tpl->tpl_vars['productitem']->value['offer_price_in']), $_smarty_tpl);
                ?>

										</span>
										<?php 
            } else {
                ?>
										<span class="price">
											<?php 
                echo Product::convertAndShow(array('price' => $_smarty_tpl->tpl_vars['productitem']->value['offer_price']), $_smarty_tpl);
                ?>

										</span>
										<?php 
            }
            ?>
									</span>
								</a>
							</div>
						</li> <?php 
            if ($_smarty_tpl->getVariable('smarty')->value['foreach']['recentProducts']['index'] % 5 == 4 || $_smarty_tpl->getVariable('smarty')->value['foreach']['recentProducts']['last'] == true) {
                ?>
					</ul>
				</div>
				<?php 
% Off)</span>
                <?php 
    }
    ?>
            <?php 
} else {
    ?>
                <span class="price"><?php 
    echo Product::convertAndShow(array('price' => $_smarty_tpl->getVariable('productitem')->value['offer_price']), $_smarty_tpl);
    ?>
</span>
                <?php 
    if ($_smarty_tpl->getVariable('productitem')->value['discount'] > 0) {
        ?>
                    <span class="strike_price"><?php 
        echo Product::convertAndShow(array('price' => $_smarty_tpl->getVariable('productitem')->value['mrp']), $_smarty_tpl);
        ?>
</span>
                    <span class="clear" style="display:block;color:#DA0F00;">(<?php 
        echo $_smarty_tpl->getVariable('productitem')->value['discount'];
        ?>
% Off)</span>
                <?php 
    }
    ?>
            <?php 
}
?>
        </span>
        <?php 
$_template = new Smarty_Internal_Template($_smarty_tpl->getVariable('tpl_dir')->value . "./product_shipping_sla.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
                <?php 
        }
        ?>
                <?php 
        if ($_smarty_tpl->getVariable('product')->value->is_customizable) {
            ?>
                    <div class="custom_group" style="border-top:1px dashed #cacaca;border-bottom:1px dashed #cacaca;">
                        <p style="font-size:14px;margin:0;">Make it your own</p>
                        <p style="margin-bottom:3px;">
                            <input type="radio" name="skd-customization-option" id="skd-fabric" value="1" checked/>
                            <label for="skd-fabric">Pick just the fabric</label>
                        </p>
                        <p style="margin-bottom:3px;">
                            <input type="radio" name="skd-customization-option" id="sc-pre-stitched-skd" value="2" />
                            <label for="sc-pre-stitched-skd">Customize to your size <span style="padding:0 15px;color:#E08323">+ <?php 
            echo Product::convertAndShow(array('price' => 9), $_smarty_tpl);
            ?>
</span></label>
                        </p>
                        <div id="skd-customizations" style="margin-bottom:10px;padding-bottom:10px;display:none">
                            <div id="kurta-measure-select" style="padding: 5px 20px 5px 20px;width:450px;display:inline-block;">
                                <span style="font-family:Abel;font-size:15px;display:inline-block;width:150px;vertical-align:top;padding:0px 0px;">1. Kurta Measurement:</span>
                                <div style="width:165px;display:inline-block">
                                    <select id="kurta_measurement_id" name="k_measurement_id" style="<?php 
            if (!isset($_smarty_tpl->getVariable('kurta_measurement_info', null, true, false)->value)) {
                ?>
display:none<?php 
            } else {
                ?>
display:inline<?php 
            }
% Off)</span>
						<?php 
                }
                ?>
                       	<?php 
            } else {
                ?>
                       		<span class="price"><?php 
                echo Product::convertAndShow(array('price' => $_smarty_tpl->tpl_vars['product']->value['offer_price']), $_smarty_tpl);
                ?>
</span>
                       		<?php 
                if ($_smarty_tpl->tpl_vars['product']->value['discount'] > 0) {
                    ?>
	                       	<span class="strike_price"><?php 
                    echo Product::convertAndShow(array('price' => $_smarty_tpl->tpl_vars['product']->value['mrp']), $_smarty_tpl);
                    ?>
</span>
	                       	<span class="clear" style="display:block;color:#DA0F00;">(<?php 
                    echo $_smarty_tpl->tpl_vars['product']->value['discount'];
                    ?>
% Off)</span>
							<?php 
                }
                ?>
						<?php 
            }
            ?>
					</span>
				</a>
			</div>