Skip to content

Resource Chooser

The resource chooser allows your clients to order custom configurations of virtual servers. The resource chooser allows memory, disk space, bandwidth, cpu cores and extra ip addresses to be defined within set of configurable options for the client to choose on order.

Don't change the title of the Resource chooser.

For example, to set up a Resource Chooser, result would be looking group like at the image below:
ResourceChooser

To create it, follow the steps below:

  1. Memory. The default name for the memory configurable option is 'Memory', however this can be changed to a custom name using the correct hash variable.

  2. Select Option Type Dropdown.

  3. In field Options define your variables with a friendly name and the amount of memory in 'MEGABYTES'. The format is RAM:SWAP|DESCRIPTION HERE (For OpenVZ, GUARANTEED RAM:BURSATBLE RAM|DESCRIPTION HERE), example
    Memory

  4. Disk Space. The default name for the disk space configurable option is 'Disk Space', however this can be changed to a custom name using the correct hash variable.

  5. Select Option Type Dropdown.

  6. In Field Options define your variables with a friendly name and the amount of disk space in 'GIGABYTES'. The format is GIGABYTES|DESCRIPTION HERE, example:
    DiskSpace

  7. CPU. The default name for the cpu configurable option is 'CPU', however this can be changed to a custom name using the correct hash variable.

  8. Select Option Type Dropdown.

  9. In field Options define your variables with a friendly name and the amount of cpu cores in 'CORES'. The format is CORES|DESCRIPTION HERE, example:
    Cpu

  10. Bandwidth. The default name for the bandwidth configurable option is 'Bandwidth', however this can be changed to a custom name using the correct hash variable.

  11. Select Option Type Dropdown.

  12. In field Options define your variables with a friendly name and the amount of bandwidth in 'GIGABYTES'. The format is GIGABYTES|DESCRIPTION HERE, example:
    Bandwidth

  13. Extra IP Address. The default name for the extra ip address configurable option is 'Extra IP Address', however this can be changed to a custom name using the correct hash variable.

  14. Select Option Type Dropdown.

  15. In field Options define your variables with a friendly name and the amount of extra ips in 'AMOUNT'. The format is AMOUNT|DESCRIPTION HERE, example:
    ExtraIp

Back to top