Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 07-02-2021 05:40:53

Graham
Member
Registered: 09-30-2004
Posts: 981
Website

Terms and Condtions in Order Confirmation Message

In previous versions of the software, when the customer was sent the Order Confirmation message, it would have a copy of our Terms and Conditions added to the end.

I've only just noticed that, in K9, this isn't included and the Order Confirmation message just says:

Code:

<?php

$this->globals('ecom.mail_msgtype','CUSTOMER');
$this->include_file('ecom','ordersummarytxt.php');

?>

Is there some code I can add to include the T&Cs or do I have to copy and paste the T&C text into  Dashboard / System / Mail / Mail Messages/ Order Confirmation Message (Customer)?

I hope I can do the first one, otherwise, if the Terms and Conditions change, I'd have to make the same edits in two different places.

Offline

 

#2 07-02-2021 10:17:34

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Terms and Condtions in Order Confirmation Message

For that mail message, you'll want to add a text version of the T&C to the bottom of the text message content (below the closing PHP tag), and an HTML version of the T&C to the to the bottom of the HTML message content (below the closing PHP tag).


Nick Hendler

Offline

 

Board footer