VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Lexiboy on March 22, 2012, 15:45:24 PM

Title: bug in order status change notifications
Post by: Lexiboy on March 22, 2012, 15:45:24 PM
using VM 2.02 and Joomla 1.7.3

When the admin changes the status of an order the client does not get a notification of the changed status, but a new order notification instead. How can I fix this?

Title: Re: bug in order status change notifications
Post by: maxispin on March 22, 2012, 16:54:13 PM
That is true. (ans also in 2.0.3A)

The sent "status message" includes the new status inside the message but that is not the point sending order status changes. The VM1 style messages where much much better even though they were a bit hmm...ugly  ::).

Does someone have knowledge of the process of order status messages? The messages sent to the customer require significant improvements.
Title: Re: bug in order status change notifications
Post by: Lexiboy on March 23, 2012, 11:17:05 AM
Quote from: maxispin on March 22, 2012, 16:54:13 PM
That is true. (ans also in 2.0.3A)

The sent "status message" includes the new status inside the message but that is not the point sending order status changes. The VM1 style messages where much much better even though they were a bit hmm...ugly  ::).

Does someone have knowledge of the process of order status messages? The messages sent to the customer require significant improvements.

I did not even manage to find out which template is used for order notifications. Did you?
Title: Re: bug in order status change notifications
Post by: maxispin on March 23, 2012, 11:30:13 AM
Yes I did. Please read: http://forum.virtuemart.net/index.php?topic=98841.msg330764#msg330764

I copied all files from ..\components\com_virtuemart\views\invoice\tmpl to \templates\MYTEMPLATENAME\html\com_virtuemart\invoice
Title: Re: bug in order status change notifications
Post by: Lexiboy on March 26, 2012, 20:24:44 PM
Quote from: maxispin on March 23, 2012, 11:30:13 AM
Yes I did. Please read: http://forum.virtuemart.net/index.php?topic=98841.msg330764#msg330764

I copied all files from ..\components\com_virtuemart\views\invoice\tmpl to \templates\MYTEMPLATENAME\html\com_virtuemart\invoice

Thank you, already made some modifications to the template, and after commenting out they finally took effect :)