ceotiben
11-10-2004, 05:40 PM
Hi All,
Im looking for a shopping card that have a strong inventory system. An inventory system that can use internally for the company. The system can be php/asp/jsp and MSSQL or MySQL.
Can be open source or commercial.
Thanks in adv,
Tim.
handsonwebhosting
11-10-2004, 10:14 PM
Check out www.x-cart.com - they have a pretty good online store and run full inventory control on the products etc. Runs $185 when purchased through their site.
gghosting
11-10-2004, 10:30 PM
osCommerce. Located in cPanel.
aiesh
11-11-2004, 06:33 AM
The problem with all of these shopping cart inventory systems is that they deal with the product itself not with the product attributes.
For example, if you have 10 pieces of dress A but 5 of them are size L while the other 5 are size XL, then you will not be able to define that. If you received 8 orders of size L and 2 orders of size XL, then the shopping cart will allow the sales because it deals with the prodcut as there is 10 pieces. Once 10 pieces are sold, then at that moment only, the cart will stop the sales.
Because of that, we had to go and develop an inhouse shopping cart. Now we can define each attribue inventory, in addition each piece of product has a Piece number in the database and the same number is written on the product itself in the store, so you will never have an order for a product that you do not have. This is in addition to lots of other features which are not available in the shopping carts developed by pure programmers who do not have a hands-on experience as merchants.
Our shopping cart is not for sale yet, as we are still adding lots of new features to it, but I expect it to be ready within one year. For now, we are using it for our own ecommerce business.
Thanks
Aiesh
bugsoft
11-11-2004, 06:59 AM
Check out BugMall Shopping Cart (http://www.bug-mall.org)
Full inventory system support
greenbarnweb
11-11-2004, 12:56 PM
Hi
ClickCartPro allows you to control the inventory on the product options, so in your example you can have 10 XL, 8 L, 20 M, 22 S etc