View Single Post
  #43  
Old 11-24-2014, 04:34 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

Hi Michael!

Sorry, my bad with the code sample. Please replace this piece of code in your Core/Mailer.php file

Code:
public function sendProcessOrderCustomer(\XLite\Model\Order $order)

with the next one:

Code:
public static function sendProcessOrderCustomer(\XLite\Model\Order $order)

After that re-deploy the store and let me know if it works out.

Tony.
__________________
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