I don't see an image.
"This website is currently not available. Please try again later. Thank you."
I disagree.Rational: If the UCP has not been translated, then it makes no sense to just translate the policies.
Code: Select all
return $this->helper->render('@david63_privacypolicy/policy_accept.html', $this->language->lang('POLICY_ACCEPT'));
Code: Select all
return $this->helper->render('@david63_privacypolicy/cookie_body.html', $output_name);
Enter the codes you just mention and now it is coming up with the following error.kasimi wrote: ↑Wed Oct 16, 2019 7:35 amThis line should be:
and this line should be:Code: Select all
return $this->helper->render('@david63_privacypolicy/policy_accept.html', $this->language->lang('POLICY_ACCEPT'));
Code: Select all
return $this->helper->render('@david63_privacypolicy/cookie_body.html', $output_name);
Code: Select all
{% INCLUDEJS '@' ~ NAMESPACE ~ '/remove_url.js' %}
Code: Select all
{% INCLUDEJS T_ASSETS_PATH ~ '/javascript/remove_url.js' %}
NAMESPACE
variable is not defined.styles/all/template/cookie_body.html
to:
Code: Select all
{% INCLUDEJS '@david63_privacypolicy/remove_url.js' %}
I don't know which version you are using but in the latest version there is no
privacy_policy.html
file.However, when I toggle this to on (with the cookie policy disabled as per the instruction above), I can't see that it makes any change to what is displayed to the user. Sorry if I'm being dense.Show privacy/cookie policy:
Setting this to yes will display the nav bar link to the privacy/cookie policy when the Cookie Policy is disabled, i.e. you can have a privacy/cookie policy without the need to have the acceptance box.