RickyB
August 24th, 2003, 08:04 PM
Some questions:
1) Is it possible to allow visitors to either "Shop by Brand" or "Shop by Category?" If not I suppose I could edit the code and MySQL table to allow a separate Foreign Key or something to link Brands to Products right?
2) Is there anyway to control Inventory based on size and color, since for instance, a T-Shirt of a particular size or color could sell out, but not the others?
3) How difficult would it be to completely strip down this cart to just it's bare PHP functions minus all the CSS and Templates? Plus rather than using all the includes, I'd prefer just a product page + details page + view cart + etc with all PHP contained within. - sorry but the CSS seems really buggy to me ( Mac Here ).
4) Is the order information saved in MySQL? Because since I noticed your admin does not display orders, I need to find away to look up and manage orders from the admin area - even if it requires me programming that from scratch. Also does the cart purge the data if the cart has been abandoned?
Thanks in advance!
Ricky
1) Is it possible to allow visitors to either "Shop by Brand" or "Shop by Category?" If not I suppose I could edit the code and MySQL table to allow a separate Foreign Key or something to link Brands to Products right?
2) Is there anyway to control Inventory based on size and color, since for instance, a T-Shirt of a particular size or color could sell out, but not the others?
3) How difficult would it be to completely strip down this cart to just it's bare PHP functions minus all the CSS and Templates? Plus rather than using all the includes, I'd prefer just a product page + details page + view cart + etc with all PHP contained within. - sorry but the CSS seems really buggy to me ( Mac Here ).
4) Is the order information saved in MySQL? Because since I noticed your admin does not display orders, I need to find away to look up and manage orders from the admin area - even if it requires me programming that from scratch. Also does the cart purge the data if the cart has been abandoned?
Thanks in advance!
Ricky