jQuery(document).ready(function($) { // Handle +/- buttons $('.jet-listing-grid').on('click', '.qty-minus, .qty-plus', function() { let $btn = $(this); let $input = $btn.siblings('.qty'); let val = parseInt($input.val()); if ($btn.hasClass('qty-minus') && val > 1) { $input.val(val - 1).trigger('change'); } else if ($btn.hasClass('qty-plus')) { $input.val(val + 1).trigger('change'); } }); // Auto add to cart when quantity changes $('.jet-listing-grid').on('change', '.qty', function() { let $input = $(this); let qty = parseInt($input.val()); let $wrapper = $input.closest('.jet-listing-dynamic-item'); let productId = $wrapper.data('product-id'); if (qty > 0 && productId) { $.ajax({ type: 'POST', url: wc_add_to_cart_params.wc_ajax_url.toString().replace('%%endpoint%%', 'add_to_cart'), data: { product_id: productId, quantity: qty }, success: function(response) { if (response && response.fragments) { $.each(response.fragments, function(key, value) { $(key).html(value); }); } } }); } }); });
Skip to content
Love Stories? Get Involved
Sponsor, Volunteer or Donate Now!
RESOURCES
EDUCATION
GET INVOLVED
Volunteer
Support
OUR STORY
TSI HISTORY
ALL TELLERS
STORE
Merchandise
TSI Recordings
Storyteller Recordings
RESOURCES
EDUCATION
GET INVOLVED
Volunteer
Support
OUR STORY
TSI HISTORY
ALL TELLERS
STORE
Merchandise
TSI Recordings
Storyteller Recordings
$
1
1
Cart
My Account
Orders
Downloads
Addresses
Account details
My Coupons
Lost password
My Account
Orders
Downloads
Addresses
Account details
My Coupons
Lost password
BUY TICKETS
Greece
Home
/ Products tagged “Greece”
[custom_product_tag_links]
Greece – Daedalus and the Labyrinth
$
1
Add to cart
Greek – A Midsummer Night’s Dream
$
1
Add to cart
Greek – The Golden Touch
$
1
Add to cart
Greek (Roman) – Cupid and Psyche
$
1
Add to cart
Back