Mandy Harvey Signature Concert Ukulele

Model: KA-MANDY-C

$109 $99

A follow-up to the success of this Signature Artist’s tenor ukulele from our Learn To Play series, Kala and singer-songwriter Mandy Harvey have teamed up again to bring her new vibrant and personal design to the Concert ukulele size. Backed by a reliable Kala Satin Mahogany build, Mandy’s new Signature Concert Ukulele is truly a visual stand-out: bringing to life the many twists, turns, and kinetic symmetry of our creative journeys through life.

“Every ukulele design is personal. This design is meant to give you a bird’s eye view of the world. As you pursue your passions and discover new adventures, don’t forget to look back and see how far you have come.” - Mandy Harvey

Bag and Case Information

Fits ALL Kala CONCERT sized bags and cases

Specs
Size: Concert
Top: Mahogany
Back & Sides: Mahogany
Binding: White
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: 14.8125 inches, Overall Instrument Length: 23.9375 inches, Body Length: 11.0625 inches, Number of Frets: 18, Width at Upper Bout: 6.0 inches, Width at Lower Bout: 8.25 inches, Width at Waist: 4.9375 inches, Body Depth: 2.75 inches, Fingerboard Width at Nut: 1.4375 inches, Fingerboard width at neck/body joint: 1.75 inches

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
  • J
    JM
    I recommend this product
    Rated 5 out of 5 stars
    5 months ago
    5 Stars

    The color is much deeper than pictured😍. It’s simply beautiful ! I can’t wait to learn to play.

  • VN
    Victor N.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    10 months ago
    Great Ukulele, beautiful design

    Ukulele plays great, and looks awesome!

  • MR
    Milena R.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    11 months ago
    Love it

    The best

  • CS
    Carolyn S.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    Love it!

    It’s beautiful and has a lovely sound!

  • CM
    Catherine M.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    2 years ago
    Beautiful Instrument + Sound

    This ukulele is perfect, especially for a beginner like me. It sounds beautiful and the design is really lovely and unique. It's easy to tune with the clip-on tuner and fits perfectly in the soft carry bag. Love everything I ordered from Kala!

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