コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1174 ビュー

Hello, 


I have the system configured that the client can add "customer reference" (eg. order 12/01) in the last step of shopping cart, after he pays he gets an email with confirmation. I would like to show the "customer reference" in the topic of the email.


Right now the the topic is:

{{ object.company_id.name }} {{ (object.get_portal_last_transaction().state == 'pending') and 'Pending Order' or 'Order' }} (Ref {{ object.name or 'n/a' }})


It should be:

{{ object.company_id.name }} {{ (object.get_portal_last_transaction().state == 'pending') and 'Pending Order' or 'Order' }} (Ref {{ object.name or 'n/a' }}) (order 12/01)


resolved: I added ({{ object.client_order_ref or 'n/a' }})


Regards,

Piotr

アバター
破棄
関連投稿 返信 ビュー 活動
1
4月 24
6349
4
9月 22
6160
2
6月 22
3280
1
4月 20
7816
0
5月 19
3823