Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

willfoxitsolutions

Archived
  • Posts

    8
  • Joined

  • Last visited

Profile Information

willfoxitsolutions's Achievements

  1. is there a contribution to add a textarea in admin/categories? i have only found one to add a text box which will not work for me... Can anyone help?
  2. Ken, you are fab! I have no idea why or how i modified the file from what you said was standard? maybe there was a later version of your work which had been changed by someone in a later release??? Its working how it should now. Problem with the linking may have been my error - i clicked 2 items which were out of stock! I tried some other items and it worked ok. Thanks again, no doubt we may be in touch again in the future...
  3. Thanks in advance! - ps, i'm UK too... I look forward to hearing from you. Will. product_info.php <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo $header_tags['products_name']; ?> <?php echo (strlen($categories['categories_name']) > 1) || (strlen($manufacturers['manufacturers_name']) > 1) ? $breadcrumb_tags->trail_tags(' ') . ' - ' . TITLE : TITLE; ?> </title> <meta name="description" content="<?php echo $header_tags['products_name']; ?> <?php echo strip_tags($breadcrumb_tags->trail_tags(' ')); ?>"> <meta name="keywords" content="<?php echo $header_tags['products_name']; ?> <?php echo strip_tags($breadcrumb_tags->trail_tags(', ')); ?>"> <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> catalog/includes/configure.php define('HTTP_SERVER', 'http://www.____.co.uk/home'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.____.co.uk/home'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', '____.co.uk'); define('HTTPS_COOKIE_DOMAIN', '____.co.uk'); define('HTTP_COOKIE_PATH', '/home/'); define('HTTPS_COOKIE_PATH', '/home/'); 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', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); catalog/admin/includes/configure.php define('HTTP_SERVER', 'https://www.____.co.uk/home'); // eg, http://localhost - should not be empty for productive servers /* define('HTTP_CATALOG_SERVER', 'http://www.____.co.uk');*/ define('HTTPS_CATALOG_SERVER', 'https://www.____.co.uk/home'); define('DIR_WS_HTTP_CATALOG', '/'); define('ENABLE_CATALOG_SSL', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs) define('DIR_WS_ADMIN', '/admin/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_WS_CATALOG', '/home/'); define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); 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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
  4. Hello, I'm having a little problem with this contribution. I have installed basic & optional & when i custom edit the keywords they are not displayed for that product, its still displaying the product description and the category/sub category as a single keyword. Thing is, when i click the item name from header_tag_edit.php to view the product it tells me product not found! its linking to the products correctly but not including the cpath for the cetegories.... Any ideas? Kind regards, Will.
  5. I have installed the CoolMenu 1.2.1 onto my site along with the fixed width, centered contributions but i am having a little problem. I do not know PHP so hopefully this is a really simple problem. I think its the CoolMenu which is the problem as i removed the code for the fixed width and it was the same. The instructions say to insert; <!-- coolMenu //--> <?php require(DIR_WS_INCLUDES . 'coolmenu.php'); ?> <!-- coolMenu_eof //--> after the BODY tag and before the includes header.php line which I did apart from 2 or 3 pages where there was no BODY tag... If you need more information i will happily provide. I hope you can help! Will.
×
×
  • Create New...