View Single Post
  #116  
Old 05-23-2018, 05:58 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: Gdpr - upcoming law for European merchants

Quote:
Originally Posted by Tim Soles
We are currently testing the GDPR module in 4.7.9 using the Ideal Responsive skin, but we are not getting the Newsletter tick boxes at the bottom of the registration page.

The screenshot on the x-cart blog announcement shows a Newsletter Heading at the bottom of the page followed by 4 tick boxes.

We can see that this is achieved from Content, News Management, News Lists and whilst we can get this working using the Fast Lane Checkout, the Newsletter tick boxes do not show on the registration page using the One Page Ajax checkout.

Have we missed something, or is this not working as intended on the One Page Ajax checkout?


We are using News Management and modified it to require the user to login to be able to subscribe.

In News_Management/customer/news_archive.tpl

Code:
{if $login ne ""} <form action="news.php" name="subscribeform" method="post"> . . . </form> {else} <p><b>Please <a href="login.php">Login</a> or <a href="register.php">Register</a> to subscribe to our newsletter.</b></p> {/if}
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote