eurobeauty logo2

Cart empty

Custom manufactured to meet the high quality standards of the North American School of Podology, these German crafted implements are precision cut from world renowned Solingen Stainless Steel.

Page 3 of 3
Results 33 - 34 of 34

NASP

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'); ?>
Page 3 of 3