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
$
2
2
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
Japan
Home
/ Products tagged “Japan”
[custom_product_tag_links]
Japan – The Tale of the Bamboo Cutter
$
1
Add to cart
Japan – The Battle of the Monkey and the Crab
$
1
Add to cart
Japan – The Boy Who Drew Cats
$
1
Add to cart
Japan – The Great Wave off Kanagawa
$
1
Add to cart
Japan – The Hare of Inaba
$
1
Add to cart
Japan – The Peach Boy
$
1
Add to cart
Japan – The Rabbit in the Moon
$
1
Add to cart
Japan -The Samurai Maiden
$
1
Add to cart
Okinawa – Fire New Year’s Day
$
1
Add to cart
Okinawa – Miruku and the New Year Gift
$
1
Add to cart
Back