2 replies [Last post]
crocpulsar's picture
Offline
Joined: 02/07/2009
Juice: 15
Was this information Helpful?

Hi all,
I want to add cck fields into shopping cart page,
How can I do this?

For example, I have a product class called Diving Course.
A cck field called Extra, which will be showed as a list of checkboxes, is added in Diving Course.
User can tick one or more checkboxes to select extras, after
user click 'add to chart' button, I'd like these ticked
options to be showed in shopping cart page.

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Adding CCK Fields into Shopping Cart Page

I don't think anyone's really done this yet, so the short answer is that it's not possible. You might be able to work it through a custom checkout pane, or if you can alter your setup a little bit you might try UC Node Checkout. That won't add anything to the checkout form, but it lets customers create a node when they add a specific product to the cart. It ties the two together so you can find the data after the user has checked out on the node they created.

crocpulsar's picture
Offline
Joined: 02/07/2009
Juice: 15
Thanks. I will have a look

Thanks.
I will have a look at that module.