eurobeauty logo2

Cart empty

A variety of tools and implements for the spa professional to preform pedicures 

 

Results 1 - 1 of 1

Foot Files

  • Double-Sided Fine & CoarseDouble-Sided Fine & Coarse

    Professional Steel File

    Made with high-quality stainless steel, this uniquely designed, double-sided file can be used multi-directionally and will not shred the skin.

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