support

Files uploaded in order information not receiving in Email Alerts

Started by netgroup, January 22, 2017, 04:41:31 AM

Previous topic - Next topic

netgroup

Dear Team,

Great application and the option to build free e-commerce website. Thanks for taking such joint efforts.

We are receiving email alerts with for the order confirmation. Few product we have which requires uploaded files to confirm the order. These uploaded files are visible in order panel.

Is there any way to get these files as an attachment with order alert email.

Kindly guide the configuration steps.
Regards

netgroup


abolabo

i think you should to make custom modification of file https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/model/checkout/order.php

There two mail-sendings. First for customer, second for merchant. You should to add call of AMail class (core/lib/mail.php)

$mail->addAttachment($path, $filename);

into line #641

"No one is useless in this world who lightens the burdens of another."
― Charles Dickens

netgroup


llegrand

We have added one of our client extensions to the MarketPlace recently -  Option Price Link Pro

https://marketplace.abantecart.com/option_price_link_pro

It allows links to be added within the options and the links flow through to all order processes including confimation email.

Take a look, perhaps that will be a good solution for you.


netgroup

Sorry,

This is not showing the upload done by customer, It shows the link we assign with the product that customer select in option.

We are looking for the files as attachment or link in order form that customer uploads in option.

For example - Customer is ordering for ID card and in option he is uploading his photo. This should reflect in order form in email alerts as well. Currently we have to open the order form to extract the files/information.

Forum Rules Code of conduct
AbanteCart.com 2010 -