News:

Looking for documentation? Take a look on our wiki

Main Menu

BUG. Notify email sent to vendor (Virtuemart 2.0.8)

Started by serapol, July 01, 2012, 00:56:09 AM

Previous topic - Next topic

serapol

I found another little bug. Letters notifying sent to vedors instead of the shopper.

The solution also proved to be simple
Should be in the file /administrator/components/com_virtuemart/models/waitinglist.php on line 115 add the missing option

It was

if (shopFunctionsF::renderMail ('productdetails', $waiting_user->notify_email, $vars, 'productdetails')) {


must be

if (shopFunctionsF::renderMail ('productdetails', $waiting_user->notify_email, $vars, 'productdetails', true)) {

alatak

Hello

Are you sure the mail is sent to the vendor, and not the "waiting user". I have just done the test again, and it is the waiting user that receives the email

serapol

Quote from: alatak on July 03, 2012, 11:31:09 AM
Hello

Are you sure the mail is sent to the vendor, and not the "waiting user". I have just done the test again, and it is the waiting user that receives the email

Yes, I am fully sure that the notifications are sent only to the seller, ie me and not the buyer.
Tested repeatedly, making the fixes that I have described above, everything worked fine.

warner57

Just a little word (how true) and it works...
Thanks
Best
Warner