So just to confirm - VM2 cannot do inventory control for attributes?
For example i sell tshirts, the tshirts come in multiple sizes as well as multiple colours. So i want to keep track of the amount of stock I have of each shirt.
So i have 63 shirts in total:
8 x Green Medium Shirts
4 x Green Large Shirts
6 x Green XLarge Shirts
3 x Green XXLarge Shirts
8 x Red Medium Shirts
4 x Red Large Shirts
6 x Red XLarge Shirts
3 x Red XXLarge Shirts
8 x Blue Medium Shirts
4 x Blue Large Shirts
6 x Blue XLarge Shirts
3 x Blue XXLarge Shirts
How can i do that? If it is not possible, it is a feature that VM desperately needs. I know Redshop does it quite well, not sure about JoomShopping
Sure you can do that !Eg. add a new product : Tshirt
Do 3 children (green,red,blue)
go in first children(red)
add 4 children(medium,Large,Xlarge,XXLarge)
go in "sub" children(green/medium)
add 8 children ....
go in "sub" children(green/Large)
add 4 children ....
...
To have relation :add "new" custom fields in administrator/index.php?option=com_virtuemart&view=custom
Title : color
Custom Field Type :Child product
and save it
Now go on the main product( first tab)
look for "Parent & Child Products"
you have the 3 "main" child
and a select list for each child product
select "color"
to see the "color" as title relation
- input the color(eg. green red or blue)
now for "sub" children do same
add "new" custom fields in administrator/index.php?option=com_virtuemart&view=custom
Title : Size
Custom Field Type : Child product
and save it
Now you have to go on go in first children(eg. red)
in "Parent & Child Products"
select "Size"
to see the "Size" as title relation
- input the color in the field(eg. Medium, Large .... )
YOu have Stock option.price .... as all products, But you have only to add your changes(title or price ...) not to fillout all the porduct fields
But of course you have to put a Stock value for each child product or the stock are the same as the main product!!
To explain this in some words , you have only to do :
- add child relation> add children, in each children change stock and relation name
(and you can use translation for cusmtomfields, if you add it on the language file)
Patrick