Jump to content

Create new email template


Claudia M

Recommended Posts

Hi,

Is there any way to create a new email template that I can send thru Cubecart when it is created for one individual customer?  Examples:  Send an email to a one customer reminding them to pay, Send an email to one certain customer letting them know a certain item is now available for purchase. It could basically be a blank email (except for the obvious macros) and I can change the content as needed. I also want it to show up in the email log.

Thanks in advance,

Claudia

Link to comment
Share on other sites

I think there is a plugin for that. I know I've seen a plugin that will splatter links across a myriad of admin pages that will fire up a colorbox where the admin can send an ad hoc email (certain fields are auto-populated).

I don't find it in the Marketplace, but it is out there somewhere.

Link to comment
Share on other sites

  • 3 years later...

This link doesn't work and i go to their website and can't find a utility to add an email template so can i add an email template in the admin ?
When i go into email templates tab i can create a template so i did that and named it and copied the order confirmation template into it but it won't show up in the email contents list.

 

https://www.semperfiwebservices.com/email-customer-cc6.html

it comes up with this 

https://www.semperfiwebservices.com/cgi-sys/suspendedpage.cgi

 

Link to comment
Share on other sites

It seems SemperFi is no longer participating in the CubeCart universe.

As coded, CubeCart has no provision to directly create new Email Contents templates. There is a provision to create a new Email Template.

An Email Template can be considered as pre-printed stationary, while the Email Contents are pre-printed Boilerplate paragraphs of various fill in the blanks subject matter.

Plugins can provide their own fill in boilerplate contents and collect the data for those blanks.

I am looking into if the Import function can provide a means of getting incorporated new subject matter content - but there is no way short of code snippets and plugins to find and process the data to fill in the blanks.

 

Link to comment
Share on other sites

I did set it to pending and the does email out.

I have added some code to the Cart: Order Confirmed  template and now it does show the information for the interac transfer on the email to the buyer but this info does not show up in the email that is sent to admin

I added this to the bottom of the Cart: Order Confirmed  but that doesn't work when i add it to the Admin: Order Received template

I figure for the admin email template these GLOBALS (not sure) need to be added but i have no idea how LOL

<p>{if $BANK}</p>

<div class="payment_method"><strong>Pay by e-Payment Bank Transfer - Interac</strong><br />
&nbsp;
<div><strong>{$LANG.gateway.bank_name}:</strong> {$MODULE.bankName}</div>

<div><strong>{$LANG.gateway.bank_account_name}:</strong> {$MODULE.accName}</div>

<div><strong>e-Payment Email Address:</strong> {$MODULE.addressCode}</div>

<div><strong>e-Payment Secret Question ?</strong> {$MODULE.secretCode}</div>

<div><strong>Answer to Secret Question ?</strong> {$MODULE.answerCode}</div>
</div>

<p>{/if}</p>

 
 
Edited by windsurfer
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.

×
×
  • Create New...