Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2011 at 16:25 UTC
Updated:
26 Apr 2011 at 06:02 UTC
I am developing a site which sells bus ticket.
I want users to be able to add multiple adult tickets + muliple child tickets at the same page. The tickets for adults and children are priced differently.
also I will need a date field be selected before users can add items to the cart.
Could someone give me some hints on how to implement this? Thank you.
Comments
Comment #1
brst t commentedWatch the video of Ryan's presentation at DrupalconCPH http://vimeo.com/14406353 and the example demonstrated for tshirts.
Note the use of referenced fields.
It will point you in the right direction re: creating products types and adding custom fields and then adding product SKUs of that type and then creating a product display type and adding product displays.
Comment #2
rszrama commentedThere's now an updated video from DrupalCon Chicago as well: vimeo.com/rszrama/drupal-commerce-drupalcon-chicago
I'm sure you'd need to do some custom development for a site like this, so don't dive into D7 unless you have the experience / budget to work it out.