AAAAhome/academiac/www/components/com_virtuemart/views/invoice/tmpl/mail_html_vendor.php 0000604 00000002624 15146636636 0025255 0 ustar 00
|
vendor->vendor_name.' '; echo JText::sprintf('COM_VIRTUEMART_MAIL_VENDOR_CONTENT',$this->vendor->vendor_store_name,$this->shopperName,$this->currency->priceDisplay($this->orderDetails['details']['BT']->order_total,$this->currency),$this->orderDetails['details']['BT']->order_number); if(!empty($this->orderDetails['details']['BT']->customer_note)){ echo ' '.JText::sprintf('COM_VIRTUEMART_CART_MAIL_VENDOR_SHOPPER_QUESTION',$this->orderDetails['details']['BT']->customer_note).' '; } ?> |