Product name with ticket in product-bundles

Home Forums Ticket Products Event Tickets Plus Product name with ticket in product-bundles

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1185227
    Rob
    Participant

    I have installed woocommerce product bundles, to bundle a group of tickets into 1 special deal.
    When I look at the product page I see only the event ticket name
    (ie Early bird $ 400)
    But that is not clear for what product this ticket belongs to.

    I did add you code to show the product names on the checkout page, that works nice. but how can I show the product names on the product page (instead of just the early bird ticket )

    #1185510
    Andras
    Keymaster

    Hello Rob,

    Thanks for reaching out with your question.

    By default the WooCommerce product pages for tickets are hidden and not accessible. I believe you will need to make them visible. Possibly this knowledgebase article will help you solve that issue:

    Sell Tickets From the WooCommerce Products Page

    Please let me know how that works out.

    If that doesn’t work, then please also post your system information, here’s a guide for that:

    https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    Cheers,
    Andras

    #1186230
    Rob
    Participant

    No, that was not the issue… only the ticket names were visible in the productbundle.
    Eventually I had to override the productbundle title page and add

    $ticket_meta = get_post_meta( $bundled_item->product_id );
    $event_id = absint( $ticket_meta[‘_tribe_wooticket_for_event’][0] );
    echo get_the_title( $event_id ) .”<BR>”;

    Now it works

    #1186366
    Andras
    Keymaster

    Hey Rob,

    I am glad to see you were able to figure it out.

    Since you marked it resolved I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Cheers,
    Andras

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Product name with ticket in product-bundles’ is closed to new replies.