| Function Summary | |
|---|---|
| void | zen_build_html_email_from_template(mixed template, mixed args) zen_build_html_email_from_template wrapper that delegates to either the Zenmagick implementation or the renamed original version of it. |
| string | zen_date_raw(string date, boolean reverse) Convert UI date into a raw date format that zen-cart understands. |
| void | zen_href_link(str page, str params, str transport, bool addSessionId, bool seo, bool isStatic, bool useContext) zen_href_link wrapper that delegates to the Zenmagick implementation. |
| void | zen_mail(mixed toName, mixed toAddress, mixed subject, mixed text, mixed fromName, mixed fromAddress, mixed block) zen_mail wrapper that delegates to either the Zenmagick implementation or the renamed original version of it. |
public void zen_build_html_email_from_template(mixed template, mixed args)
zen_build_html_email_from_template wrapper that delegates to either the Zenmagick implementation or the renamed original version of it.
public string zen_date_raw(string date, boolean reverse)
Convert UI date into a raw date format that zen-cart understands.
This generic implementation will work as long as UI_DATE_FORMAT
is defined.
The function will honour DD, MM, CC, YY
and YYYY in the format.
NOTE: The format is *not* case sensitive.
true, the returned data will be reversed.YYYYDDMM or MMDDYYYY, respectivley.public void zen_href_link(str page, str params, str transport, bool addSessionId, bool seo, bool isStatic, bool useContext)
zen_href_link wrapper that delegates to the Zenmagick implementation.
public void zen_mail(mixed toName, mixed toAddress, mixed subject, mixed text, mixed fromName, mixed fromAddress, mixed block)
zen_mail wrapper that delegates to either the Zenmagick implementation or the renamed original version of it.