Order email customization

Hi,

I’ve created one column in s_order_attributes table to store transaction details and I want to display their value in order email. how to do this …? Smile Smile

Attributes from s_order_attributes in email template should be available in {$attributes} variable.

You can check all available variables in:

/engine/Shopware/Core/sOrder.php

**public function** sendMail($variables)

All variable in $context available for use as {$variableName} (as example {$sNet}).

http://joxi.ru/12MY9OzCMoOKJ2

1 „Gefällt mir“