We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Folgende zwei Zeilen könnten geändert werden, damit das System gleich die richtigen E-Mail Templates findet bei einer Bestellung:
Zeile 55: $yf->setActionField('tpl2email', [rex_config::get('warehouse', 'email_template_seller'), '', $email]); E-Mail Template: wh_customer
$yf->setActionField('tpl2email', [rex_config::get('warehouse', 'email_template_seller'), '', $email]);
Zeile 57: $yf->setActionField('tpl2email', [rex_config::get('warehouse', 'email_template_customer'), 'email']); E-Mail Template: wh_order
$yf->setActionField('tpl2email', [rex_config::get('warehouse', 'email_template_customer'), 'email']);
The text was updated successfully, but these errors were encountered:
0acc2d6
alxndr-w
No branches or pull requests
Folgende zwei Zeilen könnten geändert werden, damit das System gleich die richtigen E-Mail Templates findet bei einer Bestellung:
Zeile 55:
$yf->setActionField('tpl2email', [rex_config::get('warehouse', 'email_template_seller'), '', $email]);
E-Mail Template: wh_customer
Zeile 57:
$yf->setActionField('tpl2email', [rex_config::get('warehouse', 'email_template_customer'), 'email']);
E-Mail Template: wh_order
The text was updated successfully, but these errors were encountered: