Search ""

All
Untitled Button
search.json

/help/themes/ajax/category/search-json

Ajax API for searching Category objects

Page Search Ajax API

/help/themes/ajax/page/search

Ajax API for searching Page objects from the CMS

Domains

/help/manual/domains

Learn about domain names and your account

Custom domains

/help/manual/domains/custom

How to use your own domain name for your website

Displaying how many years you've been in business

/blog/2016/06/09/displaying-how-many-years-youve-been-in-business

Learn how to say how old your business is, without having to update it

Terms

/partners/terms

Statements and Declarations

/help/themes/evml/statements

EVML statements

var

/help/themes/evml/statements/var

EVML declaring a variable in EV Script

for...of

/help/themes/evml/statements/for-of

The for...of statement creates a loop iterating over iterable objects

for...in

/help/themes/evml/statements/for-in

The for...in statement iterates over the enumerable properties of an object

dump

/help/themes/evml/functions/dump

EVML function dumps the properties and methods of EVML objects.

for

/help/themes/evml/statements/for

EVML for statement creates a loop governed by three optional expressions

if...else

/help/themes/evml/statements/if-else

EVML if statements execute a code block if a specified condition is true

date

/help/themes/evml/functions/date

EVML date function is a shorthand method of instantiating a new Date Object

print

/help/themes/evml/functions/print

EVML print() function allows you to output to the screen from within EV Script blocks.

url

/help/themes/evml/functions/url

EVML function to instiabtiate a new Url Object.

share

/help/themes/evml/functions/share

EVML function to generate social share links with ease

while

/help/themes/evml/statements/while

EVML while statement creates a loop that executes so long a condition evaluates as true.

switch

/help/themes/evml/statements/switch

EVML switch statement evaluates an expression, based on case clauses, and executes statements associated with that case.

break

/help/themes/evml/statements/break

EVML break statement terminates the current loop or switch statement and transfers execution to the statement following the terminated statement.

continue

/help/themes/evml/statements/continue

EVML continue statement stops execution of the current iteration of a loop, and continues execution of the next iteration.

do...while

/help/themes/evml/statements/do-while

EVML do...while statement creates a loop that executes a code block until the test condition evaluates to false after each iteration.

function

/help/themes/evml/statements/function

EVML function declaration defines a function with any number of arguments.

Search

/help/themes/ajax/search

Ajax API for combined searches of pages, categories and products.

search.json

/help/themes/ajax/search/search-json

Ajax API for general searching across pages, products and categories.