Search Support
contact us

Let Us Make it Easy for You. Call 1-877-898-3290 for MyTime Support™. Learn More

Advanced Topics

Article Rating: 1 / 5 Votes: 14

Module Functions

Module Functions

 

Module functions can only be used on the header, footer, and left and right columns Custom HTML module.

 

Login Module

Example:

 <ns:Login layout="vertical" logouttext="Logout" />

Syntax:

  • ns:Login

Parameters:

  • layout - vertical (default), horizontal

  • logouttext - "Logout" (default)

 

Search Modules

Examples:

  • Manufacturer dropdown:

 <ns:Search type="manufacturers" />

  • Shopping List search:  

<ns:Search type="shoppinglist" />

  • Basic search:  

 <ns:Search type="custom" text="Search:" />

 

Syntax:

  • ns:Search

 

Parameters:

  • type - regular (default), custom, manufacturers, shoppinglist

  • text = "Search:" (default) * only used with custom

  

 

Shopping Cart Module

Example:  

<ns:ShoppingCart showshippingestimate="true" />

 

Syntax:

  • ns:ShoppingCart
     

Parameters:

  • showshippingestimate - false (default), true

  

 

Categories Module

Example:  

<ns:Categories depth="2" expanded="false" />

 

Syntax:

  • ns:Categories

 

Parameters:

  • depth - 1, 2 (default), 3, 4, 5

  • expanded - false (default), true