Hi chee,
Let me answer your questions:
1. Change title - this has been requested by more than one person. In future releases I think the title and strapline will be defined in a language file. That way you can change it to whatever you like
2. I think HEADING_TITLE appears when you are on a page that is not a product or category page, although on the default OSC store this is defined somewhere and shows up correctly. If you want to change it for you store goto 'catalog/includes/functions/leapfrog.php' and search for HEADING_TITLE. Its around line 99. Change it to what you want.
3. Yes you can do this. Open 'catalog/includes/function/leapfrog.php'. Find the following around line 45:
$wo_full_name = tep_db_input($customer['customers_firstname'] . ' ' . $customer['customers_lastname']);
Change it to:
$wo_full_name = 'Guest';
Showing IP address might also violate customer privacy so you can change that in the same file.
4. The contribution was not meant to be seen by public so controls were put into GUI. I like the idea of being able to do everything in one place, rather that having to wait for HTML page refreshes to change settings. However a quick Flex edit could remove the button. PM me for more about this.
So to conclude, 1, 2 & 3 are possible or will be very soon in version 1.2. 4 is very store specific and not a feature most people would want so won't be in the next version.
Ed
chee, on Feb 22 2007, 05:42 AM, said:
Great contribution!!
Is there a way:
1) To change the title instead of showing "LeapFrong - Realtime OSCommerce Visitor tracking"?
2) I got this sometimes on the product showing - HEADING_TITLE, any idea?
3) Is there a way to not showing customer login name when customer login? I am thinking to put this into a public access page to show that my site is really "Active", but not to violate any customer privacy! Showing "Guest" is fine!
4) Suggest also the "purge database" option to be set on the admin page instead of the showing page
Thank you!
Edited by Sandbag, 22 February 2007, 07:43.