Additional fields registration - Checkbox checked as default

16.02.2018 11:10
#1
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Posts: 248
Quote
Additional fields registration - Checkbox checked as default

Dear Joomshopping-Team,

I bought the addon "Additional fields registration". Works well. We need the addon for a new checkbox. This should be checked as standard. Is it possible to extend the addon so that checkboxes are automatically selected? The user can then cancel the selection manually if necessary. This function would be very helpful. Thank you and best wishes.

Andrea


Joomla: Joomla! 3.8.5
 
29.03.2018 15:51
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Additional fields registration - Checkbox checked as default

Additional fields registration 1.0.7
Added default value.

 
23.04.2018 11:02
#3
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Posts: 248
Quote
Aw: Additional fields registration - Checkbox checked as default

Great, thank you for this option!!!

Due to the legal regulations (DSGVO) we have to integrate a checkbox in our shop (checkout), which contains a link and another one with a little more text. Unfortunately, no links or HTML commands can be entered. After saving, these codes / links are automatically deleted. The number of characters is also limited. Can you solve these problems?

Example entry with link:
Display contract according to <a href="https://www.XXXXX.de">DSGVO</a>.

Example entry (too few characters available):
Yes, I would like to receive news about updates, news and other interesting product information via E-Mail. You can revoke your consent to the storage of the data, the e-mail address and its use for sending the newsletter at any time, for example via the "unsubscribe link" in the messages sent by us.

These functions are very important for us, so that we can fulfill the legal obligations with our shop. It would be great if you could add these important functions to the addon.

It would be absolutely perfect if you could only display the checkbox when buying certain products / categories. For example, if a customer buys a support service, the checkbox with the contract link must be displayed.

Thank you very much and best regards
Andrea


Letzte Änderung: 23.04.2018 11:16
 
25.04.2018 20:15
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Additional fields registration - Checkbox checked as default

new version
Additional fields registration 1.0.8

 
09.05.2018 14:04
#5
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Posts: 248
Quote
Aw: Additional fields registration - Checkbox checked as default

Great, thank you very much!!!

 
29.05.2018 09:46
#6
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Posts: 248
Quote
Aw: Error in Additional fields registration - Checkbox checked as default

Dear Joomshopping-Team,

There is a problem with the addon. In step 2 there is the checkbox for the data privacy (standard checkbox of Joomshopping, without addon). Data privacy is required.

If I insert an additional checkbox (enabled by default), I can skip the field "Privacy". This error is not permitted for legal reasons.

Can you reproduce that error? Please fix the problem. Thank you very much.

Andrea


Joomla: Joomla! 3.8.8
JoomShopping: Version 4.17.0
PHP: PHP Version 5.6.35-1
 
29.05.2018 10:05
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Additional fields registration - Checkbox checked as default

url?

 
29.05.2018 10:16
#8
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Posts: 248
Quote
Aw: Additional fields registration - Checkbox checked as default

I tested it local.

 
30.05.2018 09:43
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Additional fields registration - Checkbox checked as default

1. Bug in Joomshopping (will be fixed in 4.17.1)


components\com_jshopping\tables\usershopbase.php
after row 299 add code

if ($config_fields['privacy_statement']['require']){
if ($this->privacy_statement != 1) {
$this->_error = 'Please confirm Privacy Statement';
return false;
}
}

2. Additional fields registration 1.0.10


Letzte Änderung: 30.05.2018 13:48
 
26.06.2018 13:37
#10
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Posts: 248
Quote
Aw: Additional fields registration - Checkbox checked as default

Hi,

The fix is not in version 4.17.1.
The manual fix does not work. $this->privacy_statement is not set in usershopbase.php.

webdesigner - 30.05.2018 09:43
1. Bug in Joomshopping (will be fixed in 4.17.1)


components\com_jshopping\tables\usershopbase.php
after row 299 add code

if ($config_fields['privacy_statement']['require']){
if ($this->privacy_statement != 1) {
$this->_error = 'Please confirm Privacy Statement';
return false;
}
}

2. Additional fields registration 1.0.10



 
26.06.2018 15:17
#11
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Additional fields registration - Checkbox checked as default

Not use this

if ($config_fields['privacy_statement']['require']){
if ($this->privacy_statement != 1) {
$this->_error = 'Please confirm Privacy Statement';
return false;
}
}

Unable to fill in data.

 
26.06.2018 15:26
#12
ecoShopUser
Joomshopping forum user no avatar
Name: Andrea
13.08.2012
Posts: 248
Quote
Aw: Additional fields registration - Checkbox checked as default

Hi,

I removed this part. It work's now after deleting the browser cache. Thank you.


Letzte Änderung: 26.06.2018 15: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.