NCSY Bencher Pocket Size with English Translation

$2.99

SKU: BE-U-SBEN Category:
Description

The NCSY Bencher is immensely popular for use in homes, synagogues, schools, youth groups and camps, as well as for weddings, bar and bas mitzvahs, and other simchos. With clear Hebrew and English type, a new translation, and complete, easy-to-read transliteration of the benching, kiddush, blessings, zemiros, and songs for all occasions, it is available with white, silver or full-color covers. May be imprinted. Newly revised with added zemiros and popular songs.

Additional information
Weight 70 lbs
Dimensions 1 × 1 × 1 in
Scroll To Top
Close
Close

Shopping Cart

Close

Shopping cart is empty!

Continue Shopping

NCSY Bencher Pocket Size with English Translation
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(); }); });