continue_link . '" >' . vmText::_('COM_VIRTUEMART_CONTINUE_SHOPPING') . ''; echo '' . vmText::_('COM_VIRTUEMART_CART_SHOW') . ''; if($this->products){ foreach($this->products as $product){ if($product->quantity>0){ echo '

'.vmText::sprintf('COM_VIRTUEMART_CART_PRODUCT_ADDED',$product->product_name,$product->quantity).'

'; } else { if(!empty($product->errorMsg)){ echo '
'.$product->errorMsg.'
'; } } } } if(VmConfig::get('popup_rel',1)){ //VmConfig::$echoDebug=true; if ($this->products and is_array($this->products) and count($this->products)>0 ) { $product = reset($this->products); $customFieldsModel = VmModel::getModel('customfields'); $product->customfields = $customFieldsModel->getCustomEmbeddedProductCustomFields($product->allIds,'R'); $customFieldsModel->displayProductCustomfieldFE($product,$product->customfields); if(!empty($product->customfields)){ ?>