Guest Posted July 27, 2004 Posted July 27, 2004 Hi I would REALLY appreciate help on these matters. I am currently developing www.fasteronline.co.uk/index.php (it's not live yet), but over the weekend suddenly the 'add to cart' option has disappeared. Now the only work going on was: - I was removing the 'this page contains secure and nonsecure items" message by looking for http links and images and replacing with https - a designer of ours who is now out of contact for a little while was making minor cosmetic changes - some changes were made to configure.php, I now got this working again after some initial problems (shown at bottom) The image is definitely still there on the server, and application_top doesn't seem to have been changed to stop it working (as far as I can see). Any help or ideas at all please????? define('HTTP_SERVER', 'http://www.fasteronline.co.uk'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.fasteronline.co.uk'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', '/'); define('HTTPS_COOKIE_DOMAIN', '/'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/fasteronline/558GOB26/htdocs/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'magma.dns-systems.net'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'xxx'); define('DB_SERVER_PASSWORD', 'xxx'); define('DB_DATABASE', 'xxx'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?>
Guest Posted July 28, 2004 Posted July 28, 2004 If anyone needs more information to be able to help, just ask - I really need help with this and would much appreciate it.
Guest Posted July 28, 2004 Posted July 28, 2004 In Admin under Configuration-Product Listing-Display Buy Now column If set to 0 will not display Buy Now. If set to 1 will display Buy Now.
Guest Posted July 28, 2004 Posted July 28, 2004 Thanks for the idea, but unfortunately that isn't it. Any more ideas? I think it must be somethign subtle that has changed in a file somewhere. Product Listing Title Value Action Display Product Description 1 Display Product Image 1 Display Product Manufaturer Name 0 Display Product Model 0 Display Product Name 2 Display Product Price 3 Display Product Quantity 0 Display Product Weight 0 Display Buy Now column 1 Display Category/Manufacturer Filter (0=disable; 1=enable) 1 Location of Prev/Next Navigation Bar (1-top, 2-bottom, 3-both) 2 Display Buy Now column
Recommended Posts
Archived
This topic is now archived and is closed to further replies.