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
France
Home
/ Products tagged “France”
[custom_product_tag_links]
France – The Magic Thread
$
1
Add to cart
France – The White Cat
$
1
Add to cart
France – The Woodcutter’s Woes
$
1
Add to cart
Back