Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A link to each order page is displayed in the staff area, under [Packages] > [Order Forms. The order form marked as the default will be available at ~/order/, and all other order forms will have unique links]. It's also possible to link directly to a specific package, pricing option, or step. Here are a list of GET variables that can be passed into the order process.

Linking to a Specific Order Form

The default order form exists at /order/, relative to your installation path. Other order forms may be accessed through their unique label identifier. Below are a few examples:

NameLabelURIDefault
Web Designdesign

/order/

or

/order/main/index/design

Status
colourGreen
titleYes
VPS Serversvps/order/main/index/vps
Status
colourRed
titleNo
Domain Registrationdomains/order/main/index/domains
Status
colourRed
titleNo

 

Linking to a Specific Product

The following examples demonstrate how to link to a particular product or price point.

DescriptionParametersURI
Display Package Group
  • group_id The ID of the package group to display.
/order/main/packages/label/?group_id=1
Display Package Group with Package Selected
  • group_id The ID of the package group to display.
  • package_id The ID of the package to select by default.

    Info

    Note that this is the ID of the package as seen in the URL when editing the package.

/order/main/packages/label/?group_id=1&package_id=2
Display Package Configuration with Price Selected
  • group_id The ID of the package group to display.
  • pricing_id The ID of the package pricing.

    Info

    The pricing_id is the ID of a particular price point as defined under the package.

Order TemplateURI

AJAX Boxes

AJAX Slider

/order/main/packages/label/?group_id=1&pricing_id=5

Wizard Boxes

Wizard Slider

Standard

/order/config/index/label/?group_id=1&pricing_id=5
VariableExampleNotes
package_id[URL]&package_id=xxApplies to the first step, the package selection step, where xx is the Package ID. To determine the Package ID, edit the package in the staff area and copy it from the URL, for example /admin/packages/edit/1/ – In this case, the package_id is 1.
pricing_id[URL]&pricing_id=xxApplies to the configuration step. Selects a specific price for the package. To determine the Pricing ID, edit the package and view the source for the pricing options. Look for a hidden form field with a name of pricing[id][] and observe it's value.