No title in order e-mail

14.03.2012 14:23
#1
jahannas
Joomshopping forum user no avatar
Name: Ha Es
05.10.2011
Posts: 2
Quote
No title in order e-mail

Hi,

In 'Fields Registratiorn' I checked the boxes for 'Title' (display & Require)

But in the confirmation emails (Byer and administrator) I cannot see this field: No mention of this box. I still cannot see if it is a man or a woman...

Suggestions?

 
14.03.2012 19:14
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: No title in order e-mail

See configuration / Fields Registration

Address

 
15.03.2012 09:41
#3
jahannas
Joomshopping forum user no avatar
Name: Ha Es
05.10.2011
Posts: 2
Quote
Aw: No title in order e-mail

Hi,

Like I said: I checked all the 'title' boxes in the back-end. It is there on the front-end form, but not in the E-mails.

If I take a look at the file: 'orderemail.php' I do not see any reference to the title box either:


........
<h3><?php print _JSHOP_CUSTOMER_INFORMATION?></h3>
</td>
</tr>
<tr>
<td style="vertical-align:top;padding-top:10px;" width = "50%">
<table cellspacing="0" cellpadding="0" style="line-height:100%;">
<tr>
<td colspan="2"><b><?php print _JSHOP_EMAIL_BILL_TO?></b></td>
</tr>
<?php if ($this->config_fields['firma_name']['display']){?>
<tr>
<td width = "100"><?php print _JSHOP_FIRMA_NAME?>:</td>
<td><?php print $this->order->firma_name?></td>
</tr>
<?php } ?>
<?php if ($this->config_fields['f_name']['display']){?>
<tr>
<td width = "100"><?php print _JSHOP_FULL_NAME?>:</td>
<td><?php print $this->order->f_name?> <?php print $this->order->l_name?></td>
</tr>
<?php } ?>
........etc.

Should't there be some reference between

...firma_name?...

and

...f_name?...

to put in the title too?

Grtz Hans

 
15.03.2012 20:44
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: No title in order e-mail

Yes.

Will be fixed in new version.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.