laslo_holyfeld Posted September 24, 2007 Posted September 24, 2007 Hello Everyone, I am trying to integrate an oscommerce store on my website. I was looking to manage the product quantities for out t-shirts by size. Anyone have any solutions? Much Respect, Laslo
spax Posted September 24, 2007 Posted September 24, 2007 How about this http://addons.oscommerce.com/info/888 there are others if that doesn't suit so have a look through the contributions.
laslo_holyfeld Posted September 25, 2007 Author Posted September 25, 2007 How about this http://addons.oscommerce.com/info/888 there are others if that doesn't suit so have a look through the contributions. Thanks for the reccomendation. I upload Qt Pro and followed all the instructions but now I am getting this when I try to go to the admin: The requested URL /catalog/admin/FILENAME_LOGIN was not found on this server.
laslo_holyfeld Posted September 25, 2007 Author Posted September 25, 2007 Thanks for the reccomendation. I upload Qt Pro and followed all the instructions but now I am getting thiswhen I try to go to the admin: The requested URL /catalog/admin/FILENAME_LOGIN was not found on this server. I looked through the associated files and in includes/application_top.php and found this // Set the local configuration parameters - mainly for developers if (file_exists('includes/local/configure.php')) include('includes/local/configure.php'); // include server parameters require('includes/configure.php'); if (strlen(DB_SERVER) < 1) { if (is_dir('install')) { header('Location: install/index.php'); } } I can't seem to find this file. Is this the reason why FILENAME_LOGIN can't be found?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.