I have installed the GDPR extension but I don't see Cookie consent in configuration. Is it included in the GDPR extension functionality?
Cookie Consent solution is included in our GDPR extension as an optional package. You will need to run the following additional commands to install the Cookie Consent on your website:
For manual installations:
- bin/magento module:enable Amasty_GdprCookie
For Composer installations:
- composer require amasty/gdpr-cookie
Once done, the Cookie Consent extension will be installed on your instance.