Leather Tallit / Tefillin Bag 110

$95.00

Highlight

Leather tallit and tefillin bag

LMXL
Clear

Tallis and Tefillin Embroidery

  • Please input your name in hebrew * $1.00 per character

SKU: TB-L-110 Category:
Description

All our Tallit and Tefillin Bags can be embroidered with Hebrew and/or English names. Please enter the desired name in the notes section duringcheckout. The cost for inscriptions is $1.00 per letter andwill notshow during checkout, rather it will be charged to your credit card separately.

 

 

Additional information
Weight 0.01 lbs
Size

L, M, XL

Tefillin Bag Type

BM Size, Matching to Set

Scroll To Top
Close
Close

Shopping Cart

Close

Shopping cart is empty!

Continue Shopping

Leather Tallit / Tefillin Bag 110
jQuery(document).ready(function($) { function handleAutofill() { setTimeout(function() { var addressFilled = $('#billing_address_1').val() || $('#shipping_address_1').val(); var cityFilled = $('#billing_city').val() || $('#shipping_city').val(); var postcodeFilled = $('#billing_postcode').val() || $('#shipping_postcode').val(); if (addressFilled || cityFilled || postcodeFilled) { $('input.address-field, input.country_to_state, select.country_to_state').trigger('change'); $(document.body).trigger('update_checkout'); if (typeof wc_checkout_form !== 'undefined') { wc_checkout_form.trigger_update_checkout(); } console.log('Autofill detected, shipping calculation triggered'); } }, 1000); } document.addEventListener('autocomplete', handleAutofill); var observer = new MutationObserver(function(mutations) { for (var i = 0; i < mutations.length; i++) { if (mutations[i].type === 'attributes' || mutations[i].type === 'childList') { handleAutofill(); break; } } }); var checkoutForm = document.querySelector('form.checkout'); if (checkoutForm) { observer.observe(checkoutForm, { childList: true, subtree: true, attributes: true, attributeFilter: ['value'] }); } handleAutofill(); $(document).on('click', function() { handleAutofill(); }); });