WARNING: concrete5 5.6 and earlier are end-of-life. Sales from the marketplace have now ended. Click here to learn more about this transition.

eCommerce - Special Instructions

Description

This package will allow you to specify individual instructions per product which will be sent to the customer as a followup when he or she orders the product. In addition, you can also set some placeholder fields within your instructions that will be replaced with the product's attributes.


Usage

This package leverages the powerful, but straightforward Mustache templating engine. The package includes basic conditional templates as well. For example:

Template

<h4>Congratulations on your new {{PRODUCT_NAME}}.</h4>
<p>We guarantee this duck's cuteness ({{cute}} out of 100). And he only cost you {{PRODUCT_PRICE}}!</p>
<p>And just to inform you he {{#is_duck}}has{{/is_duck}}{{^is_duck}}has not{{/is_duck}} been certified as a duck.</p>
<p>This duck has the following genders:</p>
<ul>
{{#gender}}
<li>{{.}}</li>
{{/gender}}
{{^gender}}
<li>Unspecified</li>
{{/gender}}</ul>
<p>His aroma has also been described as {{smells}}.</p>

Output

Congratulations on your new Marvin Mandarin.

We guarnantee this duck's cuteness (60 out of 100). And he only cost you $13.00!

And just to inform you he has been certified as a duck.

This duck has the following genders:

  • Male

His aroma has also been described as Good.


Configuration Page

The add-on configuration page will be shown to you on installation, but you can always access it again via Dashboard > eCommerce > Settings > Special Instructions Emails


Custom Attributes

You may also include any custom attribute's value for a product by entering its attribute handle in brackets. For example: {{manufacturer}}, {{color}}, etc.


Magic Data Support

Also included is the capability to integrate with the powerful Magic Data family of add-ons.

Add to Cart

Sales have ended due to EOL

Approved by PRB

Our 30 Day Support Policy

  • Replies to tickets every few days.

Support Hosted

  • On marketplace.concretecms.com

Also Check Out

Also Requires

  • Thumbnail