Im trying to display some fields from my products on my product kit page. Im also trying to allow users to buy the products individually as well as in a kit.
Ive made some progress with the sub-product module. However it would be far easier if I could use views to show the products' fields while on the product kit page. This would allow me to show what I want, and also use the normal product kit features (like adding all the products at once, calculating the total price, etc).
My understanding is that I can only do this if products in a kit have a node reference (or node referrer maybe) to the kit. Is their a way of doing this? Its beyond my scope but if this could be made as a patch or module then it would really open up some views/cck functionality to product kits.
Just as an FYI, I made some progress using custom theming to print product field values from the array on the product kit page. I managed to get some of the fields I needed, but not all of them are in the array and I dont know how to load them.
Thanks a lot
Comments
Comment #1
micheleannj commentedHello,
I'm faced with a similar issue, but I'm working on a module to create a node hierarchy relationship between product kits and products. Let me know if you think this solution would work for you as well. This is probably a good candidate for a new contributed module...
Comment #2
jdln commentedYes that would be great!
My work around was to use the product kit and the sub product module and manually make node references so i could use features from both modules. This is fine for me at the moment as I only have 5 products of this type in my store but its impractical for a very large store.
Comment #3
micheleannj commentedHi,
Sorry for the delay -- I was out-and-about over the holidays!
Here's the module code as I now have it:
HTH.
Comment #4
jdln commentedThanks Majnoona Im using my less than perfect work around at the moment but im sure ill have need for your module at some point.
Comment #5
longwaveDuplicate of #873398: Show products in a product kit with views?