Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{{order_page}} valueNotes
signup/indexThe new account registration page

main/index

The package selection page
main/packagesA specific package selection page
forms/indexThe order form listing page
config/indexA specific package configuration page
config/preconfigA specific package pre-configuration page
checkout/indexThe payment page
checkout/completeThe completed order page
cart/indexThe cart page

For example, the following embed code will display a message at the bottom of the registration page.

Code Block
languagephp
{% if order_page == "signup/index" %}
<h1>We are on the signup page</h1>
{% endif %}


Marketing

While the Order plugin does not send marketing emails, prospective clients may need to opt-in or opt-out of receiving marketing emails that you or the system may later send.

...