Package DE_EPAGES::ProductRecommendation::API::Inquiry
Functions
- SendProductInquiryMail
SendProductInquiryMail
Sends a product.inquiry e-mail to the shop merchant
on behalf of $Sender .
Syntax |
SendProductInquiryMail( $Product, {
'Sender' => $Sender,
'SenderEmail' => $SenderEmail,
'Inquiry' => $Inquiry,
'Phone' => $Phone,
'CurrencyID' => $CurrencyID,
'LocaleID' => $LocaleID,
'Copy' => $Copy,
});
|
Input |
- $Product (object)
- product object
- $Sender (string)
- sender name
- $SenderEmail (string)
- sender email
- $Inquiry (string)
- inquiry text
- $Phone (string)
- (optional) phone numer
- $CurrencyID (string)
- (optional, default: shop currency) currency id, e.g. 'EUR'
- $LocaleID (string)
- (optional, default: shop locale) locale id, e.g. 'de_DE'
- $Copy (boolean)
- (optional) send a copy to the sender
|