eurobeauty logo2

Cart empty

A selection of professional eFile machines to use in an assortment of spa services.

Results 1 - 4 of 4

eFiles

c?php /** * sublayout products * * @package VirtueMart * @author Max Milbers * @link http://www.virtuemart.net * @copyright Copyright (c) 2014 VirtueMart Team. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL2, see LICENSE.php * @version $Id: cart.php 7682 2014-02-26 17:07:20Z Milbo $ */ defined('_JEXEC') or die('Restricted access'); $products_per_row = $viewData['products_per_row']; $currency = $viewData['currency']; $showRating = $viewData['showRating']; $verticalseparator = " vertical-separator"; echo shopFunctionsF::renderVmSubLayout('askrecomjs'); $ItemidStr = ''; $Itemid = shopFunctionsF::getLastVisitedItemId(); if(!empty($Itemid)){ $ItemidStr = '&Itemid='.$Itemid; } $document = JFactory::getDocument(); $app = JFactory::getApplication(); $template = $app->getTemplate(true); $temp_name = $template->template; $params = $template->params; $show_wishlist=$params->get('show_wishlist'); $show_compare=$params->get('show_compare'); ?>