ePages 7.47.0 - DE_EPAGES/ProductRecommendation/API/Inquiry.pm

Package DE_EPAGES::ProductRecommendation::API::Inquiry

Sends the product inquiry e-mail.

@EXPORT_OK
SendProductInquiryMail

Functions

SendProductInquiryMail

SendProductInquiryMail

Sends a product.inquiry e-mail to the shop merchant on behalf of $Sender .

Syntax
SendProductInquiryMail( $Product, $hParams );
Example
SendProductInquiryMail( $Product, {
    'Sender'            => $Sender,
    'SenderEmail'       => $SenderEmail,
    'Inquiry'           => $Inquiry,
    'Phone'             => $Phone,
    'CurrencyID'        => $CurrencyID,
    'LocaleID'          => $LocaleID,
    'Copy'              => $Copy,
});
Input
$Product (object)
product object
$hParams (ref.hash)
options

  • Sender - (optional) sender name - string
  • SenderEmail - sender email - string
  • Inquiry - inquiry text - string
  • Phone - (optional) phone numer - string
  • CurrencyID - (optional, default: shop currency) currency id, e.g. 'EUR' - string
  • LocaleID - (optional, default: shop locale) locale id, e.g. 'de_DE' - string
  • Copy - (optional) send a copy to the sender - boolean