Template payment reminder

For the payment reminder you had to use a standard template which not could be edited by the user. To change this we edited the template of confirmation_history.
We created the next extensions:

  • myshop-has: order-extra-message
  • myshop-value: order-extra-message.

If you use these extensions in the confirmation_history template your payment reminder message will be taken up into the template. Now the edited template will be send instead off the standard template.

Example of the code:

1 <span style="myshop-has:order-extra-message">
2 <span style="myshop-value:order-extra-message">text payment reminder</span>
3 </span>
<span style="myshop-has:order-extra-message">             
<span style="myshop-value:order-extra-message">text payment reminder</span>           
</span>

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment