Forum Replies Created
-
AuthorPosts
-
Hildegard
ParticipantThis reply is private.
Hildegard
ParticipantThis reply is private.
Hildegard
ParticipantThanks 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
Hildegard
Participanthello,
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
Hildegard
ParticipantHi
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 -
AuthorPosts
