Posted - 02/23/2021 : 14:13:23
Hi Kelley,
Let me explain better with this example:
<p>The status has changed from: %oldstatus% to: <strong> %newstatus% </strong></p> {%statusid4%<p>You will receive further emails regarding progress plus an email with a tracking number when your order has shipped.</p>} {%statusid5%<p>Your order is ready to be shipped.</p><p>You will receive a further email with a link to the couriers tracking system when your order has shipped. Tracking number: %trackingnum% </p>}
Now if we could call a content region it could look then look like this:
<p>The status has changed from: %oldstatus% to: <strong> %newstatus% </strong></p> {%statusid4% %contentregionstatusid4%} {%statusid5% %contentregionstatusid5% %trackingnum%}
In other words the email admin message doesn’t need to change anymore and updates are easily done within the content regions.
This has nothing to do with an html editor. It is about adding functionality with the appropriate code changes.
Many thanks
John
|