wooticket description note in woocommerce product sale

Home Forums Ticket Products Event Tickets Plus wooticket description note in woocommerce product sale

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #62388
    gregoiregarneau
    Participant

    Hi there !

    Is there a way i can show the same description from wooticket to woocommerce. Look here : i want this http://d.pr/i/mIxg description here : http://d.pr/i/hsXL in woocommerce cart.

    You can see first link from here :http://www.neurogymtonik.org/event/brain-gym-parent-enfant/
    second link from here : http://www.neurogymtonik.org/panier/?wootickets_process=1
    Hope you got something for me !
    Thank you !

    #62389
    gregoiregarneau
    Participant

    Can i copy description note somewhere ?

    #62442
    gregoiregarneau
    Participant

    Hi,
    I look this post : https://theeventscalendar.com/support/forums/topic/fatal-error-uncaught-exception-exception-with-message-datetime__construct/#post-52431

    And i think it’s my answer, but i never find the code
    (line 29 in wootickets/views/tickets.php) from:
    $event_end_date = tribe_get_end_date();
    To:
    $event_end_date = tribe_get_end_date( null, false, TribeDateUtils::DBDATETIMEFORMAT );

    Also, i want to add date, hour, notes from wooticket to woocommerce product…
    Is it a way to do that ?
    Thank you !

    Grégoire

    #62467
    Barry
    Member

    Hi Grégoire – regarding copying the description/other details across to the product description you would need to figure that one out by yourself – it isn’t currently something that our plugin can do by itself.

    Regarding your most recent post I’m a little unclear – are you experiencing the same problem with a fatal error?

    #62475
    gregoiregarneau
    Participant

    Hi Barry,

    No, i am not getting fatal error. I just want description (note), date and hour from wooticket showing in woocommerce product…
    Thank’s for helping me !

    Grégoire

    #62515
    Barry
    Member

    Ah ok, I see.

    Unfortunately we can’t really help with that. That would be a custom piece of work that you’d really need to determine on your own (or with the help of a developer).

    What you can basically do though is take the post ID for the product and then use that to retrieve a piece of meta data called _tribe_wooticket_for_event – this will provide you with the post ID of the related event, if there is one.

    You can then load that event/post and pull out whichever details you need (or you may be able to simply use a number of our template tags directly, by passing in the event’s post ID).

    #980300
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘wooticket description note in woocommerce product sale’ is closed to new replies.