Hi,
0. The wishlist thread has been assigned to Xavier as he is the specialist on that topic. Xavier is an employee and thus doesn't work during the weekend. You'll get a reply on Monday.
We don't list any PaySera payment plugin on our end and we didn't develop such plugin. I'm afraid we can't help you on that one. Please contact the developers of that payment plugin for help on it.
1. Also, make sure that your template is able to display messages:
www.hikashop.com/support/support/documen...tibility-issues.html
2. That plugin isn't coded to support sending the order notification email.
Before the line:
if ($orderClass->save($dbOrder)) {
you should add something like that:
$dbOrder->history = new stdClass();
$dbOrder->history->history_notified = 1;
and that should activate the order notification email.