Out of Stock

Solid Spruce Top Mahogany Travel Concert Ukulele

Model: KA-SSTU-C SKU: KASSTUC2006

$279

This product is temporarily unavailable online.

Notify Me When Available

The ultra-thin Travel line is built to go anywhere. The thinbody makes these light and portable—perfect for any adventure. The arched back is designed to deliver a huge sound.

Bag and Case Information

Fits ALL Kala CONCERT sized bags and cases

Specs
Size: Concert
Top: Solid Spruce
Back & Sides: Mahogany
Binding: Black
Neck: Mahogany
Finish: Satin
Fingerboard: Rosewood
Headstock: Standard
Nut & Saddle: Graph Tech NuBone®
Strings: Aquila Super Nylgut®
Electronics: N/A
Includes: Custom Deluxe Gig Bag
Measurements

Scale Length: 14.8125 inches, Overall Instrument Length: 23.9375 inches, Body Length: 11.1875 inches, Number of Frets: 18, Width at Upper Bout: 5.875 inches, Width at Lower Bout: 8.1875 inches, Width at Waist: 4.9375 inches, Body Depth: 1.75 inches, Fingerboard Width at Nut: 1.375 inches, Fingerboard width at neck/body joint: 1.75 inches

See More From This Collection
5.0
Rated 5.0 out of 5 stars
Based on 6 reviews
Total 5 star reviews: 6 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
6 reviews
  • VL
    Viet L.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    Love it.

    I love carrying this thing around. Great feel and the sound is beautiful

  • BV Profile picture for Blabbette V.google logo
    Blabbette V.
    Verified Reviewer
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    Sweet sound, great craftmanship, nice woods

    Noteworthy for the above as well as nice quality parts from top to bottom. It has a set neck and both the top and the back are fully bound, which should add durability. For such a narrow body this instrument has very balanced sound - it has a carved back, which as a fiddle player I know makes for all kinds of cool resonances, especially on the lower pitched strings. This instrument is so easy to play that I can play it with my arthritic hands for 2 hours, no problem!

  • CP
    Chris P.
    Verified Reviewer
    I recommend this product
    Rated 5 out of 5 stars
    3 years ago
    Nice surprise!

    Several years ago, me and my wife were in a small music shop in Mississippi. I looked up and noticed this ukulele hanging on a wire two feet above our heads. We took it down, played it, and fell in love! I will soon be ordering a tenor size, possibly even the koa model. Highly recommend!

  • SA
    Susan A.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    4 years ago
    First Ukulele with a low G

    I'm enjoying the low G sound of my travel ukulele. Its an amazing rich sound for such a small and light weight instrument. It's my current go to....

  • U
    Uke-dabbler
    I recommend this product
    Rated 5 out of 5 stars
    5 years ago
    Excellent for travel

    I also have KTG, but for me, SSTC is ideal for travel as it sits flat.

    If you ever played in a small space, e.g. inside a car, it is very convenient.

''
// 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(); })();