AAAAcontinue_link . '" >' . JText::_('COM_VIRTUEMART_CONTINUE_SHOPPING') . '';
echo '' . JText::_('COM_VIRTUEMART_CART_SHOW') . '';
if($this->products){
foreach($this->products as $product){
echo '
'.JText::sprintf('COM_VIRTUEMART_CART_PRODUCT_ADDED',$product->product_name,$product->quantity).'
';
}
}
if ($this->errorMsg) echo ''.$this->errorMsg.'
';
if(VmConfig::get('popup_rel',1)){
if($this->products and !empty($this->products[0]->customfieldsRelatedProducts)){
?>