How to translate the privacy policy text?
The extension doesn’t allow for editing the existing privacy policy once it has been submitted in the Enabled/Disabled status. To translate the existing policy, proceed to Magento Admin Panel → Customers → Privacy policy, choose the required policy on the grid, and click Clone.
Choose the corresponding store view and translate the text of the privacy policy (please note that it should be in the Draft status if you want to make further edits).
The extension is also available in the German language. The sample files with the translated privacy policy and cookies can be found here.
Related Articles
GDPR | GraphQL methods
Queries amGetGdprConsents (location: String) description: information about GDRP consents amGetGdprAccount description: information about GDPR account settings amGetGdprPolicyText (id: Int) description: get GDPR policy text Mutations ...
What is the difference between CCPA and GDPR?
The CCPA and GDPR modules look similar, however, there are certain nuances to both of them due to them being tailored for two different laws. While both of them allow you to create multiple checkboxes, and your customers — to download their data and ...
I've configured GDPR for subscriptions, but the link to Privacy Policy page is not redirecting to the correct page. How to fix?
To set up the redirects correctly, go to Content → Pages, select the desired page from the list (where the customer should be redirected) and copy the value of the URL Key setting in the Search Engine Optimization section. This URL Key value should ...
How to translate a Magento 2 extension?
Generally, an extension consists of specific elements (i.e. interface, settings display, added content) which can be translated to another language. When making a translation, as the first step, look through the module's elements in the Admin panel — ...
GDPR API
1. Amasty\Gdpr\Api\RequestInterface - class for managing personal data deletion rquests. POST /V1/amasty_gdpr/approveDeleteRequest, method="approveDeleteRequest" - approve a request; POST /V1/amasty_gdpr/denyDeleteRequest, method="denyDeleteRequest" ...