CMS MADE SIMPLE FORGE

Frontend Users

 

[#12405] Bypassing "You have received an order" FEU emails.

avatar
Created By: Martin G. (3rdoctave@gmail.com)
Date Submitted: 2021-01-17 12:41

Assigned To: Robert Campbell (calguy1000)
Resolution: None
State: Open
Summary:
Bypassing "You have received an order" FEU emails.
Detailed Description:
Hi,
it's not really a bug but a request, hopefully I'm posting this in the right
place?

I've set up a site selling digital products that are attached on emails to end
users and need to NOT send "You have received an order" FEU emails.

I'm trying to find where in the scripting, (Products by Vendor ?)  to bypass
"You have received an order" FEU emails.
I've tried bypassing the lines below in
Modules/ProductsByVendor/action.shipsuborder.php but the "You have received an
order" FEU email still was sent.
----------------------
// create a job to do the emailing.
$job = new \ProductsByVendor\Jobs\Customer\notify_shipped(
$suborder->get_id() );
$job->save();
--------------------- 

I supply the digital product via email attachment and the vendors definitely do
not want an email every time a product is sold.

NOTE: They log in to the FEU and for a list of what has been sold.

ANY help would be greatly appreciated,
Martin

History

Comments
avatar
Date: 2021-01-17 13:01
Posted By: Martin G. (3rdoctave@gmail.com)

ProductsByVendor 		1.2.6
      
avatar
Date: 2021-01-17 13:02
Posted By: Martin G. (3rdoctave@gmail.com)

ProductsByVendor 		1.2.6
      
Updates

Updated: 2021-01-17 13:01
resolution_id: => 5