User Profile - Delivery address: Fields are not displayed

12.02.2019 11:44
#1
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Posts: 248
Quote
User Profile - Delivery address: Fields are not displayed

Hello, Joomshopping team,

Backend -> Customers -> Edit profile -> Delivery address

The information for the delivery address are not displayed although the different delivery address is activated (see Screenshot). In an older version of the shop the input was still possible.

Activated is the field "E-mail" for a different address. Other fields are not required. If other fields are active, they will still not be displayed. Can you solve the problem? Thank you very much.

Andrea
User Profile - Delivery address: Fields are not displayed


Joomla: Version 4.18.2
JoomShopping: Joomla! 3.9.2
PHP: 7
Website Url: localhost
 
12.02.2019 13:39
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25936
Quote
Aw: User Profile - Delivery address: Fields are not displayed

Configuration / Fields Registration

Enable fields for Delivery address.

 
13.02.2019 12:18
#3
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Posts: 248
Quote
Aw: User Profile - Delivery address: Fields are not displayed

Fields are enabled. But only "E-Mail".

 
13.02.2019 13:20
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25936
Quote
Aw: User Profile - Delivery address: Fields are not displayed

Screenshot?

 
14.02.2019 12:39
#5
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Posts: 248
Quote
Aw: User Profile - Delivery address: Fields are not displayed

Settings - Delivery: E-Mail enabled
User: Delivery Fields not visible
Aw: User Profile - Delivery address: Fields are not displayed

 
15.02.2019 16:27
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25936
Quote
Aw: User Profile - Delivery address: Fields are not displayed

Bug in joomshopping.
Will be fixed in new version.


Changes:

.../components/com_jshopping/views/users/tmpl/edit.php | 10 ++++++++++
1 file changed, 10 insertions(+)

diff --git a/administrator/components/com_jshopping/views/users/tmpl/edit.php b/administrator/components/com_jshopping/views/users/tmpl/edit.php
index d7eb59f..e542106 100644
--- a/administrator/components/com_jshopping/views/users/tmpl/edit.php
+++ b/administrator/components/com_jshopping/views/users/tmpl/edit.php
@@ -395,6 +395,16 @@ $config_fields=$this->config_fields;
</td>
</tr>
<?php } ?>
+ <?php if ($config_fields['d_email']['display']){ ?>
+ <tr>
+ <td class="key">
+ <?php echo _JSHOP_EMAIL;?>
+ </td>
+ <td>
+ <input type="text" class="inputbox endes" name="d_email" value="<?php echo $user->d_email ?>" />
+ </td>
+ </tr>
+ <?php } ?>
<?php if ($config_fields['d_birthday']['display']){?>
<tr>
<td class="key">


Last change: 15.02.2019 16:28
 


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.