Hello,
First of all congratulations on this place.
I'm developing a webstore in php, and I want to create the possibility of associating different stock values to different product features.
Example:
I have two t-shirts of the model A, one in green and one in white. As it is today, I can only assign a total stock ammount of 2 items (white + green).
I want to have the possibility of associating a stock value for the model A white t-shirt, and another stock value to model A green t-shirt.
The creator of the code told me that the feature code is managed in the following files: browse.php , details.php , cart.php and checkout.php.
As I'm a total newbie concerning programming, I'd like to request assistance from this community, if possible.
If necessary I'll post each file's code.
Thanks in advance.