Hildegard

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Add to Cart Button "Qyt" #1250594
    Hildegard
    Participant

    This reply is private.

    in reply to: Add to Cart Button "Qyt" #1250315
    Hildegard
    Participant

    This reply is private.

    in reply to: Add to Cart Button "Qyt" #1248447
    Hildegard
    Participant

    Thanks but…………one Question is open see the post…..

    “”””””””””But if I have 2 different tickets and the customer chooses one go both tickets to the shopping cart. Better the button is locked at Zero.
    “””””””””””””””””””””””””””””

    Regards

    in reply to: Add to Cart with 0 (zero) Tickets selected #1248212
    Hildegard
    Participant

    hello,

    But if I have 2 different tickets and the customer chooses one go both tickets to the shopping cart. Better the button is locked at Zero.What we can to ?

    Regards

    in reply to: Add to Cart with 0 (zero) Tickets selected #1247862
    Hildegard
    Participant

    Hi
    This code does not work with me, but I have this of your support and this works.
    function tribe_events_alter_tickets_default_quantity() {
    wp_enqueue_script( ‘jquery’ );
    ?>
    <style>
    tr.tribe-tickets-meta-row {
    display: table-row !important;
    }
    </style>
    <script>
    jQuery(document).ready( function () {
    jQuery( ‘.single-tribe_events input.text’ ).val( 1 );
    });
    </script>
    <?php
    }
    add_action( ‘wp_head’, ‘tribe_events_alter_tickets_default_quantity’ );
    But if I have 2 different tickets and the customer chooses one go both tickets to the shopping cart. Better the button is locked at Zero.
    Regards

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