• Closed by: Marek
  • Closed on: 30.08.19, 12:37
  • Reason: Closed
  • Comment: Glad to help!

Ticket #15304 - GDPR checkbox

Hello Marek,

According to European Union regulations I have to put checkboxes which customer have to check if he will send me some information from shop page. I’ve downloaded official GDPR module made by Prestashop team. It display such message but in standard prestashop modules. Unfortunately in your newsletter and contact widgets it does not display. In both places such checkbox have to be present and without checking it on, the customer is not allowed to send message. This should be required. Could you help me with that?

Comments

Grzegorz Janiszewski 08 Aug 2019, 13:00

On attached picture is info how it should be, not current screnshot ;)

Marek 08 Aug 2019, 18:40

The issue has been fixed. Please test to confirm the change

Grzegorz Janiszewski 09 Aug 2019, 08:05

Hi Marek.
In newsletter module is great!!! Thank You. It also should be in contact form (FORMULARZ KONTAKTOWY) between form and WYŚLIJ button as is on attached screnshoot. Could You fix this also?

Marek 10 Aug 2019, 13:28

Done

Grzegorz Janiszewski 12 Aug 2019, 11:45

Hi Marek, Thank You.
Is it possible to make this chceckbox required and without checking it button WYŚLIJ will be inactive?

Marek 12 Aug 2019, 13:18

That requires some code customization, right now we have too much customer tickets and can’t help you with that

Grzegorz Janiszewski 12 Aug 2019, 13:31

Ok, no problem.
I would like to ask you one more question: is it possible to change “+” and “-” signs in accordion module? I’ve found it in pagebuilder.css but changing it to awesome fonts or svg is not working :( Below is code from css file:

.widget-accordion .panel-heading a:before {

content: "-";
font-size: 22px;
font-weight: 600;
height: 20px;
width: 20px;
text-align: center;
line-height: 15px;
display: inline-block;
color: #333;

}
.widget-accordion .panel-heading a.collapsed:before {

content: "+";
font-size: 18px;

I try to change it like this:f35b

.widget-accordion .panel-heading a:before {

content: "\f35b";
font-family: FontAwesome;
font-size: 22px;
font-weight: 600;
height: 20px;
width: 20px;
text-align: center;
line-height: 15px;
display: inline-block;
color: #333;

}
.widget-accordion .panel-heading a.collapsed:before {

content: "\f358";
font-family: FontAwesome;
font-size: 18px;

and this is not working….

Marek 12 Aug 2019, 15:35

There is no FontAwesome included in the theme. It has too much weight just to display several icons. If you want to can add it yourself, that’s not complicated