CCKS Afilador SMITH´S
DESCRIPCIÓN
Description
- Afilador para todo tipo de cuchillos
- Afilador de dos etapas para todo tipo de cuchillos, grano grueso y grano fino
- Ángulo de afilado prediseñado, para garantizar un excelente y constante filo
- Base antideslizante
ManufacturerSMITH´S
JRequest::setVar('virtuemart_manufacturer_id',$this->product->virtuemart_manufacturer_id,'GET');
$model = VmModel::getModel('manufacturer');
if ($this->product->virtuemart_manufacturer_id !=0 ) {
$manufacturer = $model->getManufacturer();
$model->addImages($manufacturer,1);
$this->manufacturerImage = $manufacturer->images[0]->displayMediaThumb('class="manufacturer-image"',false);
}
echo $this->manufacturerImage;
?>