Jump to content
  • 0

Configurable Options - Email Tag


Alexander Orlov

Question

5 answers to this question

Recommended Posts

  • 0

It looks like this:

{% for option in service.options %}
{option.option_label}: {option.option_value} @ {option.option_pricing_price | numberformat 2, ".", ","} {option.option_pricing_period}
{% endfor %}

We used that for example for our SolusVM until we got a module:

 

Unlimited Slaves: 1 @ $20.00 month

 

If you are using the package section and not the services section you wan to use for option in package.options

 

More information: https://licensecart.com/billing/plugin/support_manager/knowledgebase/view/293/can-i-show-config-options-in-the-welcome-emails/1/

Link to comment
Share on other sites

  • 0

It's within the package and it would be to provide a product key on activation.

 

I think you mis-understood me...

 

On the Universal Module there's two sections...

 

- Top -> Package options

- Bottom -> Service options

 

 

Top use: 

{% for option in package.options %}

Bottom use:

{% for option in service.options %}

I always recommend the bottom one (Service) because that's what I'm used to :).

Link to comment
Share on other sites

  • 0

If you are able to test the email template by having it sent to yourself, you can use the {% debug %} tag in the template to list all the fields you can use as tags. Make sure the email doesn't get sent to anyone else other than you though, as it can contain sensitive information.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...