Tip a Friend email - add the recipient name

Author Message

steve walker

Wednesday 11 July 2007 9:04:52 am

Hi there,

I'm hoping this is an easy one - i can't see it in the past forum postings which is suprising, but here goes...

I'm customising the tell a friend email template. I want to start the email with:

Dear <name of recipient>,

Does anyone know the variable to use in the template to achieve this? Its being used in the email header as it appears in the to: field?

Kind regards, Steve.

http://www.oneworldmarket.co.uk

Betsy Gamrat

Thursday 12 July 2007 10:12:22 am

Steve,

Override <b>tipafriend.tpl</b>, and make the following changes:

{* Uncomment these lines *}
<div class="block">
<label>{"Receivers name"|i18n("design/standard/content/tipafriend")}</label><div class="labelbreak"></div>
<input class="box" type="text" size="40" name="ReceiversName" value="{$receivers_name|wash}" />
</div>

Override <b>tipafriendemail.tpl</b>, and add:

Dear {$receivers_name},

:)

steve walker

Wednesday 18 July 2007 6:12:40 am

Thanks Betsy :)

http://www.oneworldmarket.co.uk

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 01:21:30
Script start
Timing: Jan 31 2025 01:21:30
Module start 'layout'
Timing: Jan 31 2025 01:21:30
Module start 'content'
Timing: Jan 31 2025 01:21:30
Module end 'content'
Timing: Jan 31 2025 01:21:30
Script end

Main resources:

Total runtime0.0230 sec
Peak memory usage6,144.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0051 588.2656151.2266
Module start 'layout' 0.00510.0050 739.4922220.7188
Module start 'content' 0.01020.0113 960.2109997.8672
Module end 'content' 0.02140.0015 1,958.078129.9922
Script end 0.0229  1,988.0703 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002711.9048140.0002
Check MTime0.00114.6452140.0001
Mysql Total
Database connection0.00073.228410.0007
Mysqli_queries0.003414.995030.0011
Looping result0.00000.065410.0000
Template Total0.00114.810.0011
Template load0.00093.764310.0009
Template processing0.00021.046010.0002
Override
Cache load0.00062.523110.0006
General
dbfile0.00073.022780.0001
String conversion0.00000.034340.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs