faxboys Posted March 5, 2023 Share Posted March 5, 2023 (edited) my checkout page looks like this in the subscription and privacy section. it shows text in bold below. i see this coding text in file ps_emailsubscription.php but do not know how to fix or if this is the file to fix Sign up for our newsletter<br><em>You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.</em> Customer data privacy<br><em>The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the "My Account" page.</em> Edited March 5, 2023 by faxboys SOLUTION FOUND (see edit history) Link to comment Share on other sites More sharing options...
ComGrafPL Posted March 5, 2023 Share Posted March 5, 2023 Have you checked on newsletter and GDPR modules settings? Show url. Link to comment Share on other sites More sharing options...
faxboys Posted March 5, 2023 Author Share Posted March 5, 2023 (edited) i have check both those settings. here is url 8 hours ago, ComGrafPL said: Have you checked on newsletter and GDPR modules settings? Show url. Edited March 5, 2023 by faxboys solution found (see edit history) Link to comment Share on other sites More sharing options...
ComGrafPL Posted March 5, 2023 Share Posted March 5, 2023 Have you checked on translation? Any module for custom checkboxes? Link to comment Share on other sites More sharing options...
faxboys Posted March 5, 2023 Author Share Posted March 5, 2023 a search on checkboxes produces no result. This is a brand new install of version 8.0. so i don't know if this issue is because of new version Link to comment Share on other sites More sharing options...
faxboys Posted March 5, 2023 Author Share Posted March 5, 2023 1 hour ago, ComGrafPL said: Have you checked on translation? Any module for custom checkboxes? a search on checkboxes produces no result. This is a brand new install of version 8.0. so i don't know if this issue is because of new version Link to comment Share on other sites More sharing options...
faxboys Posted March 5, 2023 Author Share Posted March 5, 2023 SOLUTION FOUND. I added 2 blank spaces in from the of "Sign Up" and "Customer Date Privacy" in their respective files ps_emailsubscription.php $label = $this->trans( '(2 blank spaces here)Sign up for our newsletter[1][2]%conditions%[/2]', [ '_raw' => true, '[1]' => '<br>', '[2]' => '<em>', '%conditions%' => Tools::htmlentitiesUTF8( Configuration::get('NW_CONDITIONS', $this->context->language->id) ), '[/2]' => '</em>', ], ************************ ps_dataprivacy.php Customer data privacy[1][2]%message%[/2]', $label = $this->trans( '(2 blank spaces here)Customer data privacy[1][2]%message%[/2]', [ '_raw' => true, '[1]' => '<br>', '[2]' => '<em>', '%message%' => Configuration::get('CUSTPRIV_MSG_AUTH', $this->context->language->id), '[/2]' => '</em>', ], Link to comment Share on other sites More sharing options...
Uldis B Posted October 26 Share Posted October 26 On 3/5/2023 at 8:01 PM, faxboys said: '[1]' => '<br>', '[2]' => '<em>', Solution is good but not for multilanguage sites, because after this correction the system is not translating intro text "Customer data privacy" and "Sign up for our newsletter" Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now