Exotic Mahogany Tenor Ukulele

Model: KA-TEM SKU: KATEM2006

$159

The traditional look of the Exotic Mahogany line is complemented by the unique grain patterns. The woodgrains range in variety from a wavy curl to a straight sharpness and everything between.

Bag and Case Information

Fits ALL Kala TENOR sized bags and cases

Specs
Size: Tenor
Top: Exotic Mahogany
Back & Sides: Exotic Mahogany
Binding: Black
Neck: Mahogany
Finish: Satin
Fingerboard: Rosewood
Headstock: Standard
Nut & Saddle: Graph Tech NuBone®
Strings: Aquila Super Nylgut®
Electronics: N/A
Strap Button: Black x1
Measurements

Scale Length: 16.875 inches, Overall Instrument Length: 25.75 inches, Body Length: 11.75 inches, Number of Frets: 18, Width at Upper Bout: 7.0 inches, Width at Lower Bout: 9.3125 inches, Width at Waist: 5.625 inches, Body Depth: 3.125 inches, Fingerboard Width at Nut: 1.4375 inches, Fingerboard width at neck/body joint: 1.8125 inches

See More From This Collection
5.0
Rated 5.0 out of 5 stars
Based on 3 reviews
Total 5 star reviews: 3 Total 4 star reviews: 0 Total 3 star reviews: 0 Total 2 star reviews: 0 Total 1 star reviews: 0
100%would recommend this product
Slide 1 selected
3 reviews
  • DM
    Dean M.
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    Perfect size and great look

    I upgraded to this uke from a concert size uke. I love the look of uke. It's easy to play and has a very nice tone. A great uke for the price.

  • D
    Donna
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    5 Stars

    Beautiful instrument.

  • A
    Angela
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    2 years ago
    Beautiful Ukulele

    This is my first ukulele and I have only had it for a few weeks, so I can’t really compare it to anything else. However, I do really enjoy playing it. It sounds and plays very well. I love the color of the wood, especially with the black binding… very sharp. I have heard good things about Kala and I am very happy to have chosen a Kala for my first ukulele. Very nice quality.

''
// Preorder Property Handler (function() { function initPreorderProperty() { // Check if this is a preorder product if (!window.isPreorderProduct) { return; } console.log('✅ Preorder product detected'); // Add property to form submissions function addPreorderToForm() { const addToCartButtons = document.querySelectorAll( '[name="add"], ' + 'button[type="submit"][name="add"], ' + '.product-form__submit, ' + '[data-add-to-cart], ' + 'button.add-to-cart, ' + 'button[name="add"]' ); addToCartButtons.forEach(function(button) { button.addEventListener('click', function(e) { const form = button.closest('form'); if (form && form.action && form.action.includes('/cart/add')) { let preorderInput = form.querySelector('input[name="properties[_preorder]"]'); if (!preorderInput) { preorderInput = document.createElement('input'); preorderInput.type = 'hidden'; preorderInput.name = 'properties[_preorder]'; preorderInput.value = 'true'; form.appendChild(preorderInput); console.log('✅ Added _preorder hidden input'); } } }); }); } // Intercept AJAX cart adds function interceptCartAjax() { const originalFetch = window.fetch; window.fetch = function(...args) { const [url, config] = args; if (url && (url.includes('/cart/add.js') || url.includes('/cart/add'))) { if (config && config.body) { try { // Handle JSON body if (typeof config.body === 'string') { const data = JSON.parse(config.body); if (!data.properties) { data.properties = {}; } if (!data.properties._preorder) { data.properties._preorder = 'true'; console.log('✅ Added _preorder to AJAX request'); } config.body = JSON.stringify(data); } // Handle FormData else if (config.body instanceof FormData) { if (!config.body.has('properties[_preorder]')) { config.body.append('properties[_preorder]', 'true'); console.log('✅ Added _preorder to FormData'); } } } catch (e) { console.error('Error modifying cart request:', e); } } } return originalFetch.apply(this, args); }; } // Initialize when DOM is ready if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { addPreorderToForm(); interceptCartAjax(); }); } else { addPreorderToForm(); interceptCartAjax(); } } // Initialize initPreorderProperty(); })();