Thank you for the reply.
I figured out the shipping issue, it is a different issue that is causing the problem
For the ability to add the link to the confirmation email it would be great if anyone has any idea what is wrong with this. Below is my code from the file located in
/email/email_template_checkout.html
***this the part I edited
<!-- Header Section -->
<div class="header">
<img src="email/header.jpg" alt="logo" />
</div>
<!-- Content Section -->
<div class="content">
<div class="content-line">
<p>$EMAIL_TEXT_HEADER <br />
<br />
$EMAIL_FIRST_NAME $EMAIL_LAST_NAME,<br />
$EMAIL_THANKS_FOR_SHOPPING<br />
$EMAIL_DETAILS_FOLLOW<br />
</p>
<p><a href="http://myfamilycoloringbook.com/orders/">Click here to upload your images </a><br />
*************************************************************************<br>
*************************************************************************
<br>
<br>
*************************************************************************
$INTRO_ORDER_NUM_TITLE $INTRO_ORDER_NUMBER<br />
$INTRO_DATE_TITLE $INTRO_DATE_ORDERED<br />
<a href="$INTRO_URL_VALUE">$INTRO_URL_TEXT</a> </p>
<p>************************************************************************* </p>
</div>


Reply With Quote
