CyberStore Ecommerce 2023 Documentation
QueryString type
The array of variables in the query string of the page
Example
// assign the value of TheName parameter in the query string to a variable
// eg : https://www.something.com/thepage.aspx?TheName=Santa+Claus
var CustomerName = QueryString['TheName'];

// CustomerName = 'Santa Claus'
Inheritance Hierarchy

Object
   QueryString

See Also

Reference

(Global) Namespace