View Single Post
  #8  
Old 08-26-2016, 08:00 AM
 
carlos craig carlos craig is offline
 

Newbie
  
Join Date: Aug 2016
Posts: 6
 

Default Re: Having problem with set up term and condition plus privacy

I have found good solution little extra work but it works great..
i when to phpmyadmin jump in in Xcart_pages
added the following to sql
INSERT INTO xcart_pages VALUES (1,'faq.html','FAQ','E',20,'Y','en','','','','');
INSERT INTO xcart_pages VALUES (2,'about_our_site.html','About our site','E',10,'Y','en','Y','','','');
INSERT INTO xcart_pages VALUES (3,'terms.html','Terms & Conditions','E',30,'Y','en','Y','','','');
INSERT INTO xcart_pages VALUES (4,'privacy_statement.html','Privacy statement','E',40,'Y','en','Y','','','');
INSERT INTO xcart_pages VALUES (5,'publicity.html','Publicity','E',50,'Y','en','' ,'','','');
__________________
4.7.6 Gold.
Reply With Quote