Skip to content

Instantly share code, notes, and snippets.

@caovillanueva
Last active February 12, 2024 06:03
Show Gist options
  • Save caovillanueva/7c9e2ca77b397c39d3844747ba93e00f to your computer and use it in GitHub Desktop.
Save caovillanueva/7c9e2ca77b397c39d3844747ba93e00f to your computer and use it in GitHub Desktop.
[PS 1.7 remove checkbox susribe to newsletter in new account] #ps17
El botón "Recibir ofertas de nuestras socios del formulario de registro" puedes quitarlo desde la pestaña Parámetros de la tienda -> Ajustes de los clientes -> Opción -> Activar ofertas de asociados: http://victor-rodenas.com/configuracion-de-las-opciones-generales-de-los-clientes-en-prestashop-1-7/#Opciones_generales_clientes_en_Prestashop_17
El botón "Suscribirse a nuestra newsletter", si vas a la pestaña a módulos - módulos y servicios - dentro de módulos instalados, en el modulo: Suscripción al BoletÍn entre otras cosas al tenerlo instalado te añado el campo "Suscribirse a nuestra newsletter", ya que entre los hooks que se instala se instala por ejempo en el hook -> additionalCustomerFormFields -> como puedes ver en la pestaña Diseño -> Posiciones de los módulos -> Mostrar hooks no posicionables -> Bloque additionalCustomerFormFields
The thead is old, but to disable the "Sign up for our newsletter" option on customer checkout form, go to :
Design > Positions
Check the "Display non-positionable hooks".
Scroll down for "additionalCustomerFormFields"
Unlock the "Newsletter subscription" module by clicking the down arrow.
As given by this tutorial, with screenshots: https://waterthemes.com/blog/how-to-remove-sign-up-for-our-newsletter-pres
Tested with Prestashop 8.1.2. ; works like a charm.
In the "Positions" tab, I also recommend searching for "Newsletter subscription" in the search field for modules.
This will let you see all hooks where this module is hooked.
You can then disable the hook or unlock the module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment