Helen Duncan

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Add event date/time to cart #78825
    Helen Duncan
    Participant

    Hi Barry,

    Thanks for the response. Your plugins do a really great job and I totally understand that the plugins themselves are unable to modify the WooCommerce templates. I appreciate your help on this and that you offer advice on how to modify WooCommerce templates even though they aren’t your responsibility.

    I’ll check out the plugin you suggested. In the meantime the solution I have decided upon is to name the tickets with as much info as possible such as:

    Event name, 10am-2pm, Wed 27 nov 2013 – Adult Ticket

    This obviously requires a bit more data entry for the person setting up tickets but it’s an interim solution for the issue I was facing before.

    in reply to: Add event date/time to cart #78437
    Helen Duncan
    Participant

    Actually the aforementioned thread has a flaw.
    the $event = $events[0]; line basically selects the first array element and therefore the line $title = $event->post_title; will always output the same information regardless of the product in the basket.

    This hasn’t been picked up on the aforementioned thread so therefore I can only assume i’m doing something incorrect with the supplied code. i’m using this in my cart.php template file.

    Can anyone shed any light on getting this to work alongside my previous request?

Viewing 2 posts - 1 through 2 (of 2 total)