Guest Posted December 15, 2008 Share Posted December 15, 2008 Hello, any help would be much appreciated. I have 2 problems. 1. The word "Tax" does not show on my checkout confirmation page. It seems it is this code in my checkout_confirmation.php file that outputs this: <?php if (MODULE_ORDER_TOTAL_INSTALLED) { echo $order_total_modules->output(); } ?> Not sure what to do. Any ideas? 2. The second problem I'm having is if you go to my website, http://jenenichelle.com you will notice I have a persistent osCsid in the querystring in my url. I've been told this could allow my different customers to see each other's information. FYI The first 9 lines of includes/configure.php look like this (as I've been told this was the first place to look): define('HTTP_SERVER', 'http://www.jenenichelle.com'); define('HTTPS_SERVER', 'https://www.jenenichelle.com'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', 'www.jenenichelle.com'); define('HTTPS_COOKIE_DOMAIN', 'www.jenenichelle.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); Any ideas here? Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.