Update buy for desktop SKU only
This commit is contained in:
parent
f41cc8d6b3
commit
36c25b4428
|
@ -27,10 +27,8 @@ var HashiVMware = function() {
|
|||
}
|
||||
|
||||
var productId = "";
|
||||
if (selectedProduct == "fusion") {
|
||||
productId = "279661674";
|
||||
} else if (selectedProduct == "workstation") {
|
||||
productId = "302167489";
|
||||
if (selectedProduct == "desktop") {
|
||||
productId = "549797756979";
|
||||
} else {
|
||||
alert("Unknown product selected. Please refresh and try again.");
|
||||
return;
|
||||
|
|
|
@ -124,21 +124,16 @@ description: |-
|
|||
require an upgrade fee.
|
||||
</p>
|
||||
<p>
|
||||
Choose the provider you want below and enter the number of seats
|
||||
you wish to purchase. Then, click the buy button and complete the
|
||||
flow and instructions to install and download the software will
|
||||
be emailed to you.
|
||||
Enter the number of seats you wish to purchase below. Then,
|
||||
click the buy button and complete the order. Instructions to
|
||||
install and download the software will be emailed to you.
|
||||
</p>
|
||||
|
||||
<div class="form">
|
||||
<div class="products">
|
||||
<label class="radio">
|
||||
<input type="radio" name="product" value="fusion" checked>
|
||||
VMware Fusion 10 or lower (Mac OS X)
|
||||
</label>
|
||||
<label class="radio">
|
||||
<input type="radio" name="product" value="workstation">
|
||||
VMware Workstation 14 or lower (Linux and Windows)
|
||||
<input type="radio" name="product" value="desktop" checked>
|
||||
VMware Fusion 10 / VMware Workstation 14 or lower
|
||||
</label>
|
||||
</div>
|
||||
<div class="inputs">
|
||||
|
@ -160,7 +155,7 @@ description: |-
|
|||
<div class="subtext">
|
||||
Previous plugin versions may not support the latest VMware products.
|
||||
Please visit <a
|
||||
href="http://license.hashicorp.com/upgrade/vmware2015">the license
|
||||
href="http://license.hashicorp.com/upgrade/vmware">the license
|
||||
upgrade center</a> to check if your license requires an upgrade before
|
||||
you upgrade your VMware products.
|
||||
</div>
|
||||
|
@ -214,7 +209,7 @@ description: |-
|
|||
<h3>I already own a license, am I eligible for an upgrade?</h3>
|
||||
<p>
|
||||
Existing license holders may check their upgrade eligibility by
|
||||
visiting <a href="http://license.hashicorp.com/upgrade/vmware2015">the license upgrade center</a>.
|
||||
visiting <a href="http://license.hashicorp.com/upgrade/vmware">the license upgrade center</a>.
|
||||
If you are eligible for an upgrade, the system will generate a
|
||||
unique discount code that may be used when purchasing the new
|
||||
license.
|
||||
|
@ -232,7 +227,7 @@ description: |-
|
|||
may need to upgrade your current license to work with the new
|
||||
version of the VMware product. Customers can check their license
|
||||
upgrade eligibility by visiting the
|
||||
<a href="http://license.hashicorp.com/upgrade/vmware2015">License Upgrade Center</a>
|
||||
<a href="http://license.hashicorp.com/upgrade/vmware">License Upgrade Center</a>
|
||||
and entering the email address with which they made the original
|
||||
purchase.
|
||||
</p>
|
||||
|
@ -273,39 +268,6 @@ description: |-
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h3>Since each license comes with two "seats", can I use one seat for the Vagrant VMware Fusion plugin and one seat for the Vagrant VMware Workstation plugin?</h3>
|
||||
<p>
|
||||
Unfortunately this is not possible at this time. The Vagrant VMware
|
||||
Fusion plugin and the Vagrant VMware Workstation plugin are separate
|
||||
products and cannot be shared in this manner. We apologize for the
|
||||
inconvenience.
|
||||
</p>
|
||||
<p>
|
||||
We do offer a 50% discount off the purchase of the other Vagrant
|
||||
plugin for individual users and qualified candidates. Certain
|
||||
restrictions do apply. Please <a href="mailto:support@hashicorp.com?subject=Multi-discount">email support</a>
|
||||
to find out if you qualify. Unfortunately we cannot retroactively
|
||||
apply this discount, so please email support before making your
|
||||
purchase.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h3>I accidentally bought the wrong Vagrant VMware plugin, can I switch?</h3>
|
||||
<p>
|
||||
Sure! Even though the Vagrant VMware Fusion plugin and the Vagrant
|
||||
VMware Workstation plugin are different products, they are the same
|
||||
price and fall under the same EULA. As such, we can transfer the
|
||||
license for you. Please <a href="mailto:support@hashicorp.com?subject=Transfer License">contact support</a>
|
||||
for assistance. Be sure to include your original order number. You
|
||||
may be asked to confirm details your purchase to verify the
|
||||
authenticity of your request.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h3>Does this include the VMware software?</h3>
|
||||
|
|
Loading…
Reference in New Issue