Jump to content

Remove - Receive special offers from our partners


Recommended Posts

I have prestashop 1.5.4.1 , how can i remove Receive special offers from our partners in quick checkout order? I try delete code in authentication.tpl and order-opc-new-account.tpl where i find this code.... but not work

 

 

<p class="checkbox" >
  <input type="checkbox"name="optin" id="optin" value="1" {if isset($smarty.post.optin) AND $smarty.post.optin == 1} checked="checked"{/if} />
  <label for="optin">{l s='Receive special offers from our partners'}</label>
 </p>

Link to comment
Share on other sites

  • 5 months later...
  • 1 year later...

in the back office - preferences/customers there is a selection for enable opt-in, disable that to remove the 'special offers from partners'.

 

no need to change code, but it also didnt make sense until i looked at the code that the optin field was related.

Link to comment
Share on other sites

×
×
  • Create New...