Support and discussion for all of Akai’s modern standalone MPCs including the MPC X / X SE, MPC Live 1, 2 & 3, MPC One / One+, MPC Key 37/61.
By carl0s Wed Aug 23, 2023 11:54 am
Hi all

I am teetering on buying Jura for my MPC Key 61. I have tried all sorts of discount codes and had no luck. I may wait for Black Friday.

But anyway, I am almost certain it was showing as £99.99 GBP about a week ago.

Now, it shows as £109.98, which somehow consists of £99.99 plus 20% tax, which does not calculate at all.

Can anyone make sense of this? Does anyone have a working discount code? :-)

Jura
£149.99, discounted to £99.99

Subtotal: (1 items)
£159.98
--- where does this come from?

Discount:
-£50.00

Tax:
£18.33

Total:
£109.98
By carl0s Wed Aug 23, 2023 12:12 pm
Hmm, in the JSON of the cart, I can see they are adding £9.99 for '1yr download access', but this is not actually visible in the cart or removable :hmmm:

That is the FastSpring 'extended download service' (eds). Maybe it has been accidentally turned on.

Code: Select all{
    "messages": [],
    "locks": [],
    "paymentOptions": [
        {
            "type": "card",
            "variants": [
                {
                    "type": "visa"
                },
                {
                    "type": "mastercard"
                },
                {
                    "type": "amex"
                },
                {
                    "type": "jcb"
                },
                {
                    "type": "unionpay"
                }
            ],
            "requireContact": true,
            "requireBillingPostal": false,
            "requireCard": true,
            "requireIban": false,
            "requireShipping": false,
            "requireCustomerReference": false,
            "currency": "GBP",
            "match": true,
            "visible": true,
            "supportRecurring": true
        },
        {
            "type": "paypal",
            "variants": [],
            "requireContact": true,
            "requireBillingPostal": false,
            "requireCard": false,
            "requireIban": false,
            "requireShipping": false,
            "requireCustomerReference": false,
            "currency": "GBP",
            "match": true,
            "visible": true,
            "supportRecurring": true
        },
        {
            "type": "sofort",
            "variants": [],
            "requireContact": true,
            "requireBillingPostal": false,
            "requireCard": false,
            "requireIban": false,
            "requireShipping": false,
            "requireCustomerReference": false,
            "currency": "GBP",
            "match": true,
            "visible": true,
            "supportRecurring": false
        },
        {
            "type": "wire",
            "variants": [],
            "requireContact": true,
            "requireBillingPostal": false,
            "requireCard": false,
            "requireIban": false,
            "requireShipping": false,
            "requireCustomerReference": false,
            "currency": "GBP",
            "match": true,
            "visible": true,
            "supportRecurring": false
        }
    ],
    "promotionOptions": [],
    "order": {
        "currency": "GBP",
        "country": "GB",
        "taxExemptionAllowed": true,
        "taxExempt": false,
        "taxExemptionIdApplied": false,
        "total": "£109.98",
        "totalValue": 109.98,
        "tax": "£18.33",
        "taxValue": 18.33,
        "totalWithTax": "£109.98",
        "totalWithTaxValue": 159.98,
        "discountTotal": "£50.00",
        "discountTotalValue": 50.0,
        "discountTotalPercent": "33.34%",
        "discountTotalPercentValue": 33.34,
        "originalTotal": "£159.98",
        "originalTotalValue": 159.98,
        "subtotal": "£109.98",
        "subtotalValue": 109.98,
        "taxPriceType": "included",
        "taxType": "VAT",
        "taxRate": "20%",
        "groups": [
            {
                "items": [
                    {
                        "selected": true,
                        "path": "jura",
                        "pid": "jura",
                        "quantity": 1,
                        "discountSet": [
                            {
                                "totalDiscountValue": 50.0,
                                "tiers": [],
                                "discountPath": "jura",
                                "discountValue": 50.0,
                                "discountDuration": null
                            }
                        ],
                        "price": "£149.99",
                        "priceValue": 149.99,
                        "priceTotal": "£149.99",
                        "priceTotalValue": 149.99,
                        "unitPrice": "£99.99",
                        "unitPriceValue": 99.99,
                        "unitDiscount": "£50.00",
                        "unitDiscountValue": 50.0,
                        "discountPercent": "33%",
                        "discountPercentValue": 33.33,
                        "discountTotal": "£50.00",
                        "discountTotalValue": 50.0,
                        "total": "£99.99",
                        "totalValue": 99.99,
                        "priceWithoutTax": "£83.32",
                        "priceValueWithoutTax": 83.325,
                        "quantityEditable": true,
                        "removable": true,
                        "bundle": false,
                        "image": "https://d8y8nchqlnmka.cloudfront.net/M4tJVbQ6Szk/AUgHH7IHRH8/Jura_Thumb.png",
                        "display": "Jura",
                        "sku": "ARJR1",
                        "description": {},
                        "pricing": {
                            "quantity": "allow"
                        },
                        "discount": {
                            "reason": "",
                            "data": {
                                "totalDiscountValue": 50.0,
                                "tiers": [],
                                "discountPath": "jura",
                                "discountValue": 50.0,
                                "discountDuration": null
                            }
                        },
                        "groups": [],
                        "productFormat": "digital",
                        "priceWithoutTaxAndDiscounts": "£124.99",
                        "priceValueWithoutTaxAndDiscounts": 124.9917,
                        "product": "jura",
                        "variation": "jura"
                    }
                ],
                "required": false,
                "selections": true
            },
            {
                "items": [
                    {
                        "selected": false,
                        "path": "SystemExtension.eds",
                        "pid": "SystemExtension.eds",
                        "quantity": 1,
                        "price": "£9.99",
                        "priceValue": 9.99,
                        "priceTotal": "£9.99",
                        "priceTotalValue": 9.99,
                        "unitPrice": "£9.99",
                        "unitPriceValue": 9.99,
                        "unitDiscountValue": 0.0,
                        "discountPercentValue": 0.0,
                        "discountTotal": "£0.00",
                        "discountTotalValue": 0.0,
                        "total": "£9.99",
                        "totalValue": 9.99,
                        "priceWithoutTax": "£0.00",
                        "priceValueWithoutTax": 0.0,
                        "quantityEditable": false,
                        "removable": true,
                        "bundle": false,
                        "display": "1-Year Download Access",
                        "description": {},
                        "pricing": {
                            "quantity": "hide"
                        },
                        "groups": [],
                        "priceWithoutTaxAndDiscounts": "£0.00",
                        "priceValueWithoutTaxAndDiscounts": 0.0,
                        "product": "SystemExtension.eds",
                        "variation": "SystemExtension.eds"
                    }
                ],
                "driver": "airmusictech-popup-airmusictech",
                "required": false,
                "type": "add",
                "selections": false
            }
        ],
        "coupons": [
        ],
        "payments": [],
        "fields": [],
        "gift": false,
        "availablePaymentMethods": [],
        "includesPhysicalGoods": false,
        "shippingCost": "£0.00",
        "shippingCostValue": 0.0,
        "storeTaxPriceMode": "GROSS_PRICING",
        "allCrossSells": [],
        "selections": true,
        "creationTime": 0,
        "modifiedSubscriptionId": "",
        "modifiedSubscriptionDefaultQuantity": 0,
        "modifiedSubscriptionJson": ""
    },
    "forceFuture": false,
    "hasRecurring": false,
    "sessionId": "jf-b0BXxRLOzDHmCyCIIzQ",
    "taxExemptMessages": {
        "GB": {
            "type": "danger",
            "messageKey": "VatInvalidTaxExemptionApplied"
        }
    }
}
By carl0s Wed Aug 23, 2023 12:50 pm
I hve bought it, and activated it.

Seems it won't download 'content' to the internal storage though, so I can't use it until I add a 2.5" SSD. Weird. I have 2.5" SSDs in my boot (I am a computer maintenance person), but I thought the internal storage would be enough for a synth plugin.
User avatar
By 83dude Wed Aug 23, 2023 3:30 pm
Don‘t ever use internal storage. Many users have had problems after deleting stuff or filling it up. This is written over many posts here (although I can‘t point you directly to one - sorry).