Out of Stock

Makala Pineapple Soprano Ukulele

Model: MK-P SKU: MKP2105

$65

This product is temporarily unavailable online.

Notify Me When Available

The Makala Classic line is simply the best entry-level ukulele on the market. Sound and playability usually suffer when offered at these affordable prices, but not with the Makala. With a fantastic sound and vintage look, the Makala Classic line won’t break the bank.

Bag and Case Information

Fits ALL Kala SOPRANO sized bags and cases.

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

Scale Length: 13.5 inches, Overall Instrument Length: 20.875 inches, Body Length: 9.5 inches, Number of Frets: 12, Width at Lower Bout: 6.6875 inches, Body Depth: 2.375 inches, Fingerboard Width at Nut: 1.375 inches, Fingerboard width at neck/body joint: 1.6875 inches

See More From This Collection
4.9
Rated 4.9 out of 5 stars
Based on 11 reviews
Total 5 star reviews: 10 Total 4 star reviews: 1 Total 3 star reviews: 0 Total 2 star reviews: 0 Total 1 star reviews: 0
100%would recommend this product
Slide 1 selected
11 reviews
  • S
    Sam7572
    Verified Reviewer
    I recommend this product
    Rated 5 out of 5 stars
    4 years ago
    Ukulele planet descouvert!!

    Hi ,

    I’m begining with, so cool!!

    Great sound, good look!!

    Need more bass for fun now!!

    See u

    Sam

  • WK
    Wei K. N.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 week ago
    Excellent Budget friendly ukulele to leave around the house to pick up and play.

    Great ukulele for daily use rotation. Budget friendly and fun.

  • JH Profile picture for john h.google logo
    john h.
    Verified Reviewer
    I recommend this product
    Rated 5 out of 5 stars
    5 months ago
    Owned and played over a year now. It’s very very lite. The body amplifies the sound really well. Picks up on ever little detail including the nylon being tensioned . Wonderful sounds. Tunes well, is pretty tough considering I don’t mistreat it . Best 60 bucks I’ve ever spent.

    MAKALA PINEAPPLE fantastic sounds.

  • AC
    Armin C.
    I recommend this product
    Rated 5 out of 5 stars
    8 months ago
    Beautiful sound and feel

    It's my first real uke after I started learning on a plastic toy one. But I know what a uke should sound like and I've been loving working on my playing with this.

  • N
    Noah
    I recommend this product
    Rated 5 out of 5 stars
    10 months ago
    It’s very nice

    It works so good nice color

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