Cart -> Product Options Probs...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mischievous
Forum Commoner
Posts: 71
Joined: Sun Apr 19, 2009 8:59 pm

Cart -> Product Options Probs...

Post by mischievous »

Hey guys, still working on the same cart and I'm trying to accomplish having the ability to have product options color, size etc. etc. with unlimited amount of options but I am unsure on how to setup the database...

i currently have a product_attributes and product_options table... the products_attributes contains what type of option it can be (color, size etc.) while the product_options stores the value of those options (blue, large etc. etc.)



Any thoughts, ideas would be greatly appreciated
Post Reply