Jump to content

email template


1web

Recommended Posts

Hi Guys

In configurable options I have created an option called server which has a selection of server names im trying to get that to show in a custom product email im currently using this 

{$service_config_options_server}

Above is not working its not showing the output in the emails when sent im wanting it to show

https://{$service_config_options_server}:2087 ex https:// my.server.io:2087 in the email it just shows https:// :2087

Thanks in advance

Link to comment
Share on other sites

17 hours ago, 1web said:

In configurable options I have created an option called server which has a selection of server names im trying to get that to show in a custom product email im currently using this 

{$service_config_options_server}

Above is not working its not showing the output in the emails when sent im wanting it to show 

I don't think that you can reference configurable options in that way in the email templates - only custom fields... you can use {$service_config_options}, but I think that just outputs all the configurable options in name:value rows... if there's only one configurable option being used in the is product, then you may be able to take it apart using Smarty replaces for your purpose... though difficult to say for sure without knowing the content of the above variable.

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
Reply to this topic...

×   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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated