Author Topic: Files uploaded in order information not receiving in Email Alerts  (Read 4838 times)

Offline netgroup

  • Newbie
  • *
  • Posts: 14
  • Karma: +1/-0
    • View Profile
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

Offline netgroup

  • Newbie
  • *
  • Posts: 14
  • Karma: +1/-0
    • View Profile
Re: Files uploaded in order information not receiving in Email Alerts
« Reply #1 on: January 23, 2017, 05:32:13 AM »
Hi

Dose any extension available for this ? please guide.

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2048
  • Karma: +319/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Files uploaded in order information not receiving in Email Alerts
« Reply #2 on: January 24, 2017, 04:49:05 AM »
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)
Code: [Select]
$mail->addAttachment($path, $filename);into line #641

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

Offline netgroup

  • Newbie
  • *
  • Posts: 14
  • Karma: +1/-0
    • View Profile
Re: Files uploaded in order information not receiving in Email Alerts
« Reply #3 on: January 24, 2017, 06:43:24 AM »
Dear Friend,

We tried suggested code, but not working.

Online llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: Files uploaded in order information not receiving in Email Alerts
« Reply #4 on: January 24, 2017, 09:50:30 AM »
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.


Offline netgroup

  • Newbie
  • *
  • Posts: 14
  • Karma: +1/-0
    • View Profile
Re: Files uploaded in order information not receiving in Email Alerts
« Reply #5 on: February 01, 2017, 10:35:56 AM »
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.

 

Powered by SMFPacks Social Login Mod