Current Path :
/
home
/
zrcdevco
/
www
/
zrcprod
/
modules
/
mod_hikashop_cart
/
tmpl
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/zrcdevco/www/zrcprod/modules/mod_hikashop_cart/tmpl/default.php
<?php /** * @package HikaShop for Joomla! * @version 4.2.1 * @author hikashop.com * @copyright (C) 2010-2019 HIKARI SOFTWARE. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die('Restricted access'); ?><?php if(!empty($html)){ ?> <div class="hikashop_cart_module" id="hikashop_cart_module"> <?php echo $html; ?> </div> <?php }