Previewfinish.php --> Show d_email

15.10.2024 09:50
#1
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Сообщения: 297
Quote
Previewfinish.php --> Show d_email

Dear Joomshopping-Team,

On the last shop page “previewfinish.php” we need the e-mail output from the “Delivery address” area. How can I insert this here? In the template “d_email” is not yet integrated in this php. As we only send our products online, we need the “Delivery e-mail” on the last page as a final check that the customer has entered the correct information.

Something like this (it doesn't work)
<?php print $this->delivery_info[d_email'] ?>

Thank you
Andrea


Joomla: 4 + 5
Website Url: local
 
15.10.2024 10:29
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 27352
Quote
Aw: Previewfinish.php --> Show d_email

Try
$this->delivery_info['email']

 
15.10.2024 10:32
#3
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Сообщения: 297
Quote
Aw: Previewfinish.php --> Show d_email

No
I have tried a lot of versions.
Nothing works

Here are some examples:

<?php if ($this->count_filed_delivery){?>
<?php print $this->invoice_info['d_email']?>
<?php print $this->delivery_info['email'] ?>
<?php print $this->delivery_info['d_email'] ?>
<?php print $this->delivery_info['mail'] ?>
<?php }?>


Последнее изменение: 15.10.2024 10:34
 
15.10.2024 11:55
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 27352
Quote
Aw: Previewfinish.php --> Show d_email

if (\JSFactory::getUser()->delivery_adress) {
print \JSFactory::getUser()->d_email;
} else {
print \JSFactory::getUser()->email;
}

 
17.10.2024 10:47
#5
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Сообщения: 297
Quote
Aw: Previewfinish.php --> Show d_email

Thanks. It works.

 


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.