I don't exactly want to allow our users to make edits to the Customer Order Confirmation email, but a few customers have "messages" we need to send out in the Customer email, and they will need to change over time. I want to get myself out of the middle of this, as every update request currently funnels through me.
I had the idea that I could create a ReadyTheme Content item and display it in the email.
I assigned the ReadyTheme Item to the EMAIL_ORDERCONF_CUSTOMER page and then copied and pasted the code for the ReadyTheme content.
I'm not seeing any results. Is this even possible?
I had the idea that I could create a ReadyTheme Content item and display it in the email.
I assigned the ReadyTheme Item to the EMAIL_ORDERCONF_CUSTOMER page and then copied and pasted the code for the ReadyTheme content.
Code:
<mvt:item name="readytheme" param="contentsection( 'cust-email' )" />
I'm not seeing any results. Is this even possible?
Comment