Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

waepo

Archived
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Real Name
    Winnie

waepo's Achievements

  1. Hello Sam, Everything is cool but for the new product area.... I can't set the fix height for the picture (I can in product listing). I have no programming background but I know I should look at new product.php. I can't find anything like box height or image height... Can you give me some tips? Thank you so much! image can be viewed: http://entertainment.webshots.com/photo/2080990580070592192NpHdcb?vhost=entertainment I know I can just adjust all the product pictures to same size but I want to learn how to set the picture size / box size in the new products.php...
  2. OH MY GOD!!!! I found out how to do it!!! For other people have the same problem as mine , here is what I do!!! 1. Login to admin and go to Administor 2. select "manage section" on the left (sorry I'm using Chinese page so I don't know how it call in english version), and click "add files" on the right. 3. There is a dropdown menu and you can see "product_listing_setup.php", select it and save. 4. Then on the URL, paste "product_listing_setup.php" in the middle of the URL address, behind admin/ and in front of the " php?". e.g. http://localhost/catalog/admin/product_listing_setup.php?cPath=1&action=store_file&osCAdminID=1d8de17c36b6fcc4f3de019739bfb03f this is how I did it!!!!!!! Just by luck!!! and I got it!!! Thank you again Sam for the great contribution and also your patience in solving our problems!!!!!!!! Winnie
  3. Thank you Sam...But I don't understand what is "osCsiid".... if the "osCsiid" means the words and numbers at then end of the URL e.g. http://localhost/catalog/admin/login.php?osCAdminID=9d9967117a725aa0d85ec3f8c581af16 then I login and browse, but the same series of numbers and letters keep showing up: http://localhost/catalog/admin/configuration.php?selected_box=configuration&gID=1&osCAdminID=9d9967117a725aa0d85ec3f8c581af16 product listing page: http://localhost/catalog/admin/categories.php?selected_box=catalog&osCAdminID=9d9967117a725aa0d85ec3f8c581af16 currency page: http://localhost/catalog/admin/currencies.php?selected_box=localization&osCAdminID=9d9967117a725aa0d85ec3f8c581af16 System : http://localhost/catalog/admin/backup.php?selected_box=tools&osCAdminID=9d9967117a725aa0d85ec3f8c581af16 banners: http://localhost/catalog/admin/banner_manager.php?osCAdminID=9d9967117a725aa0d85ec3f8c581af16 so I browse many pages but the same series of numbers keep showing. When I paste http://localhost/catalog/admin/product_listing_setup.php, it will bring me back to the login page again (but the series of numbers has changed): http://localhost/catalog/admin/login.php?osCAdminID=bfb552a79db1128b46142cb80149b12b and I do all the steps above and still stuck in the login page everytime I paste the setup.php in the URL... I've tried adding some products or changing some setting inside the admin but still can't get through.... (sorry but I really don't know how....) So I'm stuck at there..... please help, thank you!!!!
  4. Oh I found out I can visit the local admin now if I change the catalog/admin/includes/configure.php like this: define('HTTP_SERVER', 'http://localhost/catalog'); define('HTTP_CATALOG_SERVER', 'http://localhost/catalog'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', 'C:/AppServ/www/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', 'C:/AppServ/www/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog'); // absolute path required define('DIR_FS_CATALOG', 'C:/AppServ/www/catalog/'); // absolute path required 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/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); (I didn't add "catalog" after the localhost before, so I failed many times..) Now my only problem is I can't see the installation page when I visit http://localhost/catalog/admin/product_listing_setup.php I can only see my login box. Please help Spooks.....thank you so much!!!!!!! >0<
  5. Hello Spooks, I've read but I really can't find a solution about my problem, please help... My case is that at first I installed my shop at a hosting. Later I realize I should build and test my site locally before upload the shop, so I use the backup sQL from the site to reinstall it in my local drive for testing. And I want to install your add-on locally. I can see the front page of my shop (I installed it in "localhost/catalog"), but I can't go to the admin. I changed the database connection in "catalog/admin/includes/configures.php", but when I try "localhost/catalog/admin" or "localhost/catalog/admin/product_listing_setup.php it will redirect me to "http://www.mywebsite.com/admin/login.php?osCAdminID=812b7d48d654ff4dafb010cbf6d2d740", then I realize I'm redirected to my shop at the hosting instead of the local one. How can I login to my local admin? This is my localhost/catalog/admin/includes/configures.php: (I use mywebsite.com to replace my original URL) <?php /* define('HTTP_SERVER', 'http://www.mywebsite.com'); define('HTTP_CATALOG_SERVER', 'http://www.mywebsite.com'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', '/home/myparcom/public_html/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/myparcom/public_html/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', '/home/myparcom/public_html/'); // absolute path required 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/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'root'); define('DB_SERVER_PASSWORD', 'winnie'); define('DB_DATABASE', 'mysql'); define('USE_PCONNECT', 'false'); // use persisstent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?> I don't know how to change the codes above to make it works. I tried to copy the other configure.php in /catalog/includes to overwrite it but it will give me error. " Server not found Firefox cannot find server at www.localhostdir_ws_adminlogin.php。" This is the content of the "catalog/includes/configure.php": <?php define('HTTP_SERVER', 'http://localhost'); define('HTTPS_SERVER', 'http://localhost'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'localhost'); define('HTTPS_COOKIE_DOMAIN', 'localhost'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/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', 'C:/AppServ/www/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'root'); define('DB_SERVER_PASSWORD', 'winnie'); define('DB_DATABASE', 'mysql'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); Thank you very much and please help me...
×
×
  • Create New...