iRAZER™️ SERVICES
Home
Feedback
TOS
Products
{ emailInvalid = (emailAddress == '' || !emailAddress.match(/^[^@]+@[^@]+$/)); methodInvalid = (paymentMethod == '' || !methods.find(method => method.id == paymentMethod)); quantityInvalid = (quantity == '' || quantity < 1 || quantity > product.deliverables); if (emailInvalid || methodInvalid || quantityInvalid) { return; } paymentError = ''; $.ajax({ url: '/invoice/create', type: 'POST', contentType: 'application/json', data: JSON.stringify({ product: 17251, coupon: couponCode === '' ? null : couponCode, email: emailAddress, gateway: paymentMethod, amount: quantity }), success: function(response) { if (response.error) { paymentError = response.error.message; } else if (response.url) { window.location.href = response.url; } }, error: function(jqXHR, textStatus, errorThrown) { paymentError = jqXHR.responseJSON.error || 'Error in the AJAX request'; } }); }">
Microsoft Office 2021 LTSC
$
available
Out of stock
Digital-Download of Microsoft Office 2021 LTSC.
. . .
License type: Lifetime
Platform: Windows(.exe)
Quantity
quantity = quantity > 1 ? quantity - 1 : quantity" type="button" class="btn btn-outline-primary quantity-btn">
quantity = quantity < product.variants[activeVariant].deliverables ? quantity + 1 : quantity" type="button" class="btn btn-outline-primary quantity-btn">
Please enter a valid quantity.
E-mail Address
Please enter a valid email address.
Coupon Code
Payment Method
{ paymentMethod = method.id; methodInvalid = false; }">
Please select a payment method.
Purchase