Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Quantities


laslo_holyfeld

Recommended Posts

Posted

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

Posted
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.

 

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...