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 …?
![]()
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 …?
![]()
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}).