Can a Kit Item also have multiple variants?
Can a Kit Item also have multiple variants?
Nope, Kit products can only have one variant. Anything other than the default variant will be ignored.
Is it possible to submit kit items to google shopping and other shopping feeds?
I would see it working like this:
Product Title Submitted would need to concatenate the Product Title like so
Product Title + Kit Group Name + Kit Item, + Kit Group Name + Kit Item, etc...
The Product Price Submitted would need to concatenate the Price like so:
Variant Price + Kit Item Price Delta + Kit Item Price Delta, etc....
The URL would need to concatenate so that the price will be loaded correctly for the selected kit item from the feed:
domain.com/p-123-test.aspx?kitgroupname=kititemID&kitgroupname=kiti temID
By doing it this way you would submit each possible kit combination as a separate product. The price would be correct for the kit combo in the feed, and if you're doing ajax price updates on the product page...the price will be initially loaded when you arrive from the feed link.
Does this make sense?
Made my first Kit...
Will it always show up in the cart as a single item? I would prefer the cart to show the 2 different things, and the appropriate SKU's
thanks
Any funtions/modification about quantity discount only on kit items, not the base price? For example, the base price is 10.00, if the customer choose option A, then add 5.00, the total price is 15.00; if the customer order 2 products, want to give the customer 2.00 discount on option A only, the base price remains the same. The total price will be 26.00 (10.00 x 2 of base price, and 3.00 x2 for option A).
Thanks,