Janneke Nijenhuis

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Ticket stock inventory not accurate #1353464
    Janneke Nijenhuis
    Participant

    Email did not went through correctly.

    Hello Andras,

    Some tickets were cancelled – apparently it still shows as participants (no tickets were moved)

    All tickets are paid through Mollie (Woocommerce)

    Stock initially : 40
    see printscreen stock initially

    Sold 25
    see sold 25

    However really sold 19 and if 25 sold 30 remaining is incorrect
    see: 30 incorrect

    So trashed tickets and deleted tickets are count in number sold
    see tickets sold for total list of tickets sold

    Janneke Nijenhuis
    Participant

    Yes I did, no change. You have ftp – you have logins – please look into this instead of throwing it back to me. I also installed twenty sixteen – still not ok. Please next time get back with a solution instead of these mails. We have fairly good programmers but it must be a bug of some form on the payment cart or so. Please dont get back did you try…yes we tried everything and have over 40 hrs in searching a solution.

    Janneke Nijenhuis
    Participant

    Please see case
    Events tickets – Woo total sum to zero

    Its NOT solved and we still face the issues – also with twenty sixteen theme. Client is already waiting over 3 weeks now so please look into this.

    in reply to: Events tickets – Woo total sum to zero #1276685
    Janneke Nijenhuis
    Participant

    Please advice, already client is waiting 3 weeks as we dont get it to work!!!!!

    in reply to: Events tickets – Woo total sum to zero #1275793
    Janneke Nijenhuis
    Participant

    Please advice – any news on our issues?

    in reply to: Events tickets – Woo total sum to zero #1275153
    Janneke Nijenhuis
    Participant

    This reply is private.

    in reply to: Events tickets – Woo total sum to zero #1272534
    Janneke Nijenhuis
    Participant

    Any news?

    in reply to: Events tickets – Woo total sum to zero #1271797
    Janneke Nijenhuis
    Participant

    Here is what the problem is

    1. go to http://hartvanlaren.nl/op-de-agenda/test/

    2. Select tickets at the bottom of the screen

    3. Add to cart (toevoegen aan winkelmandje)

    All still ok – total sum ok

    4. Doorgaan naar afrekenen (continue to checkout)

    Already if you click on review and payment total sum 0,00

    You cant continue to payment.

    Also: l we would like to add the event name and date tot he ticket, we used
    code to do so:

    add_filter( ‘woocommerce_cart_item_name’,
    ‘woocommerce_cart_item_name_event_title’, 10, 3 );

    function woocommerce_cart_item_name_event_title( $title, $values,
    $cart_item_key ) {

    $ticket_meta = get_post_meta( $values[‘product_id’] );

    $event_id = absint( $ticket_meta[‘_tribe_wooticket_for_event’][0] );

    $event_date = tribe_get_start_date($event_id,true,””,null);

    if ( $event_id ) {

    $title = sprintf( ‘%s voor %s
    Datum: %s’, $title,
    get_permalink( $event_id ), get_the_title( $event_id ), $event_date );

    }

    return $title;

    }

    But have deleted this again, as nothing works

    1. How can we add theaters/Movie name + date + time on ticket in
    confirmations and to admin (so we know for which event the ticket is sold)

    2. How can we make sure clients receives ticket to print (with name of
    theater/movie + date + time) and what is printed on this ticket?

    Please advice – it drives us nuts as we can’t get this installation right.

    Met vriendelijke groet,
    WPWM- WordPress Website Maken

    in reply to: After update wp 4.4.2 search banner not lined out #1085313
    Janneke Nijenhuis
    Participant

    After the latest new update of the events calendar it is solved! Great!

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