View Single Post
  #45  
Old 11-26-2014, 06:02 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: Invoice notification

Could you please also replace this line:

parent::sendProcessMail();

with the next one:

parent::sendProcessOrderCustomer($order)

in you class? It should do the trick.
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote