Missing Anrede (Salutation) Options in Checkout Process

29.10.2024 10:25
#1
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Posts: 299
Quote
Missing Anrede (Salutation) Options in Checkout Process

Hello JoomShopping Team

We are currently using JoomShopping for our online store and have encountered an issue with the checkout process. Specifically, the available salutation options for customers entering their billing information are limited to "Mr." and "Ms."

However, in order to comply with current legal requirements, it is necessary to provide additional salutation options such as "None" and "Diverse." These options are essential to ensure inclusivity and to avoid potential legal issues.

Problem:

The current JoomShopping setup does not allow for the manual addition of custom salutation options in the backend. This limitation prevents us from offering a more comprehensive and inclusive checkout experience for our customers.

Proposed Solution:

We propose two potential solutions to address this issue:

Implement a custom field: Allow administrators to create custom salutation options directly within the JoomShopping backend. This would provide greater flexibility and enable us to tailor the checkout process to our specific needs.

Integrate a predefined list of salutations: Provide a built-in list of commonly used salutations, including "None" and "Diverse." This would simplify the process for administrators and ensure that all necessary options are available.
Impact:

Without the ability to add custom salutation options, our online store may be in violation of relevant laws and regulations. Additionally, the lack of inclusive options could negatively impact our customer experience and damage our brand reputation.

We kindly request that you investigate this issue and implement one of the proposed solutions as soon as possible. Please let us know if you require any further information.

Thank you.
Andrea

 
29.10.2024 10:30
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 28106
Quote
Aw: Missing Anrede (Salutation) Options in Checkout Process

\components\com_jshopping\config\default_config.php

#$config->user_field_title[3] = 'JSHOP_MX';
change to
$config->user_field_title[3] = 'JSHOP_MX';

-----------------------------
+ add
$config->user_field_title[4] = 'JSHOP_MXOTHER';

--------------------------------------------------------------
JSHOP_MXOTHER - need add to language file.

 
29.10.2024 10:36
#3
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Posts: 299
Quote
Aw: Missing Anrede (Salutation) Options in Checkout Process

Okay, this can be done. I will try. Will this remain in place for updates or will it be overwritten? Overwriting would then not be an option.

 
29.10.2024 10:43
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 28106
Quote
Aw: Missing Anrede (Salutation) Options in Checkout Process

create file
user_config.php

add code
<?php
$config->user_field_title[3] = 'JSHOP_MX';
$config->user_field_title[4] = 'JSHOP_MXOTHER';

 
29.10.2024 10:48
#5
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Posts: 299
Quote
Aw: Missing Anrede (Salutation) Options in Checkout Process

Ok, thanks. It works

 
08.11.2024 10:13
#6
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Posts: 299
Quote
Aw: Missing Anrede (Salutation) Options in Checkout Process

How can I add fix override for joomla backend?
Creating Users / Customer via Backend only shows the language tag and not the real text.
Using the default administrator language file from joomshopping will be overritten with every update.


Last change: 08.11.2024 10:15
 
08.11.2024 10:39
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 28106
Quote
Aw: Missing Anrede (Salutation) Options in Checkout Process

https://www.joomshopping.com/forum/posts/7/2655.html?lang=en#1

 


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.