Jump to content

Modtag gode tilbud fra vores partnere..hjælp [LØST]


Mustafa06

Recommended Posts

Hej alle

 

Er der nogen der ved hvordan man fjerner den checkbox som viser sig når man trykker på genemmfør handel som gæst (Modtag gode tilbud fra vores partnere)

 

 

en lille checkbox under (Tilmeld dig vores nyhedsbrev)

 

hvilket fil den ligger i eller om dn er i backenden??

 

jeg vil værer taknemlige hvis en kan hjælpe :rolleyes:

Link to comment
Share on other sites

Jeg har nu været igennem alt her på den danske forum men kan ikke find noget , men fandt noget en anden sted ligger det her hvis nogen skal bruge det :)

 

You can remove this via FTP by removing the following string from your theme's authentication.tpl, identity.tpl and order-opc-new-account.tpl files:

 

 

</p>

<p class="checkbox">

<input type="checkbox" name="optin" id="optin" value="1" {if isset($smarty.post.optin) && $smarty.post.optin == 1} checked="checked"{/if} />

<label for="optin">{l s='Receive special offers from our partners'}</label>

</p>

You will find it twice in the authentication.tpl file and once in the other two. Once you've done that, please be sure to delete the contents of your tools/smarty/cache and tools/smarty/compile folders for you EXCEPT for your index.php file, and then you should be good to go!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...