File size: 1.57Kb
/*
[VPS Plans Script]
Project: EcoHosting - Responsive HTML5 Hosting and WHMCS Template
Version: 2.9
Author : themelooks.com
*/
'use strict';
// VPS slider options [Note: you can edit these options]
var vpsSliderOpts = {
"detfaultPlan": "2",
"maxPlans": "4",
"plans": [
{
"planName": "Plan 1",
"cpuText": "1 CORE",
"ramText": "1 GB",
"spaceText": "1 GB",
"brandwidthText": "1 GB",
"priceText": "$49.99",
"url": "http://billing.ywhmcs.com/cart.php?systpl=EcoHostingV1&a=add&pid=12"
},
{
"planName": "Plan 2",
"cpuText": "2 CORE",
"ramText": "2 GB",
"spaceText": "2 GB",
"brandwidthText": "2 GB",
"priceText": "$59.99",
"url": "http://billing.ywhmcs.com/cart.php?systpl=EcoHostingV1&a=add&pid=13"
},
{
"planName": "Plan 3",
"cpuText": "3 CORE",
"ramText": "3 GB",
"spaceText": "3 GB",
"brandwidthText": "3 GB",
"priceText": "$79.99",
"url": "http://billing.ywhmcs.com/cart.php?systpl=EcoHostingV1&a=add&pid=14"
},
{
"planName": "Plan 4",
"cpuText": "4 CORE",
"ramText": "4 GB",
"spaceText": "4 GB",
"brandwidthText": "4 GB",
"priceText": "$89.99",
"url": "http://billing.ywhmcs.com/cart.php?systpl=EcoHostingV1&a=add&pid=15"
}
]
};