Jump to content

mailer where defined


SentiJB

Recommended Posts

anyone can point out where this is defined ? 

 case self::ORDER_FAILED:
                    // Email the customer to explain their order failed fraud review
                    $content = $mailer->loadContent('cart.payment_fraud', $order_summary['lang'], $this->_order_summary);
                break;

                case self::ORDER_CANCELLED:
                    // Cancelled
                    $content = $mailer->loadContent('cart.order_cancelled', $order_summary['lang'], $this->_order_summary);
                break;

 

Link to comment
Share on other sites

During installation, CubeCart copies the contents of /language/email_en-GB.xml into the database. For each additional language pack installed, the contents of email_xx-XX.xml are copied into the database.

To change the contents of any specific email content, in admin, Email Templates, Email Contents tab, click the flag of the template you wish to edit.

Link to comment
Share on other sites

11 hours ago, bsmither said:

During installation, CubeCart copies the contents of /language/email_en-GB.xml into the database. For each additional language pack installed, the contents of email_xx-XX.xml are copied into the database.

To change the contents of any specific email content, in admin, Email Templates, Email Contents tab, click the flag of the template you wish to edit.

thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...