Hello,
I'm using Drupal 7.2 and Drupal Commerce. I've run into a problem with the display of the shopping cart.
What I've setup is a site that is selling tickets to an event. You can buy General Admission Tickets, Reserve Seating Tickets, Pit Passes, and Chairman Tent Passes. I've setup a Product Type: Tickets. Within the Tickets Product type, I've got a ticket_type field. Where I select General Admission or Reserve Seating or Pit Passes or Chairman Tent Passes. When I enter a new product on the site, I title the product along these lines: Adult - Friday Only or Junior - Entire Event: Wed. - Sun. or Senior - Saturday Only. Next what I have setup after the product (Tickets) have been entered is a content type that will Create a page that I label General Admission, enter a description, and then select all the tickets for General Admission. Then I create pages for the Reserve Seating tickets, Pit Passes tickets, and Chairman Tent tickets.
Here is the problem:
When I put these different types of tickets in my shopping cart, the shopping cart displays the title of the ticket (Adult - Friday Only). Which is fine, but I need to get the ticket type displayed in the shopping cart so people can see that they have Adult tickets for General Admission and Pit Passes and Chairman Tent. Right now it's only listing Adult - Friday Only and Junior - Entire Event: Wed. - Sun. People viewing their cart can't see that their Junior tickets are actually General Admission and their Adult tickets are Pit Passes.
Here is what I've tried:
1) I went into the Product type (Tickets) and added a Taxonomy Term field and setup Terms such as General Admission, Pit Pass, Reserve Seating, etc... Then when I went to Views and the Shopping Cart Block - I couldn't add this new Taxonomy field as it wasn't an option under Add :(
2) Within the Shopping Cart View, I saw a ticke type field. I added this field thinking that the values were General Admission, Pit passes, etc... but instead that field's value was Tickets (the Product type) :(
So, I'm wondering what I can do to get the the value of ticket_type (General Admission, Reserve Seating, Pit Passes, Chairman Tent) to display on the Shopping Cart view? I'd even be thrilled with getting a something like a short description field added that I set when entering the Products (Tickets).
Any help or suggestions would be much appreciated :)

Comments
cart
can any one help me in doing Shopping Carts for Drupal 7