Guest Posted January 12, 2005 Posted January 12, 2005 Hi all, After getting some advice on setting up my e-commerce webpage, a couple of questions were raised. According to trading standards, I have to add a policy on the use of cookies. What does oscommerce do with cookies, so I can put it in this policy? Also, on every page, the page title is being shown as 'oscommerce'. How can I change this to something else? Last question, what is that 'requests' thing in the bottom right referring too? MySql queries? Thanks for your help.
RikR Posted January 12, 2005 Posted January 12, 2005 To change the title, go to catalog\includes\languages\english.php Look for a line like: // page title define('TITLE', 'Two Way Radio Directory Store :: electronics and books'); Yours will say osCommerce. Edit it and upload. The requests is a counter that indicates how many times one of you store pages is requested. As you navigate around in your store note that the requests go up each time you change page. Cookies see: http://www.oscommerce.info/kb/osCommerce/A...nfiguration/168 Rik Rasmussen
Guest Posted January 12, 2005 Posted January 12, 2005 Hi. I changed this: // page title define('TITLE', 'Two Way Radio Directory Store :: electronics and books'); When i had done that my page did not work anymore. I get this message: Parse error: parse error, unexpected T_STRING in /includes/languages/norwegian.php on line 146 What shall i do?
Guest Posted January 12, 2005 Posted January 12, 2005 By any chance did you put a ' in there or remove one of the one already there?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.