4 replies [Last post]
mainsty's picture
Offline
Joined: 01/24/2009
Juice: 7
Was this information Helpful?

Hi,

I hope that this is not a stupid noob question Smiling When creating a product kit and selecting

How is this product kit handled by the cart?:

As individual products. Customers may add or remove kit components at will.

I do not see any Quantity field for the individual products (of course you can change them once added to the cart). I assume I do not to change my node-product_kit.tpl.php but I have no clue how I have to do that? Any help would be appreciated or a sample node-product_kit.tpl.php so that I get an idea how it is done Smiling

Thanks in advance,

Michael

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: node-product_kit.tpl.php - product quantity field

I can't really tell what your question is from your post... more info?

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: node-product_kit.tpl.php - product quantity field

That's not an option I'd considered before. Unfortunately, it would require actually changing the module itself, or possibly hooking into the form to alter it. The tricky part would be making sure the quantity fields look and behave OK with the attributes when they are added in.

mainsty's picture
Offline
Joined: 01/24/2009
Juice: 7
Re: Re: node-product_kit.tpl.php - product quantity field

thanks guys for your quick responses Smiling Guess I need to practice a lil more and then might be able to change the coding to fit to my needs Eye-wink Thanks again for your help and a great tool!

melanie_me's picture
Offline
Joined: 03/29/2009
Juice: 108
Re: Re: Re: node-product_kit.tpl.php - product quantity field

I am actually looking for a similar function. I really need customers to be able to set the quantity of individual products in the product kit.

Has anyone found a way to do this?