Difference between revisions of "Page Templates:Functions"

From Whirlwind eCommerce Wiki
Jump to: navigation, search
Line 26: Line 26:
 
;Retrieve Order information for perpetual and full shopping carts, checkout stages, order history
 
;Retrieve Order information for perpetual and full shopping carts, checkout stages, order history
 
*[[functions:orderGetSummary|orderGetSummary]] - returns summerized order information. Useful for perpetual carts.
 
*[[functions:orderGetSummary|orderGetSummary]] - returns summerized order information. Useful for perpetual carts.
*[[functions:orderGetShipArray|orderGetShipArray]] - returns array of shipping options and costs
+
 
  
 
;Retrieve User Content to Build Community (Web 2.0) Pages
 
;Retrieve User Content to Build Community (Web 2.0) Pages
Line 38: Line 38:
 
*[[functions:orderGetPayTypes|orderGetPayTypes]] - returns data relating to active paytypes in the system  
 
*[[functions:orderGetPayTypes|orderGetPayTypes]] - returns data relating to active paytypes in the system  
 
*[[functions:userGetAddresses|userGetAddresses]] - returns data for all addresses belonging to a specific user
 
*[[functions:userGetAddresses|userGetAddresses]] - returns data for all addresses belonging to a specific user
 +
*[[functions:orderGetShipArray|orderGetShipArray]] - returns array of shipping options and costs
  
 
;Set Tracking Functions
 
;Set Tracking Functions

Revision as of 09:05, 8 October 2008

A series of custom functions are created to allow content management to easily access content they require to build the copy in templates:

Quick Output of State/Country Options in a Form Select
Set Variables that Content Managers can use in the WYSIWYG copy editor
Retrieve Page Content to Build Pages
Retrieve Order information for perpetual and full shopping carts, checkout stages, order history
  • orderGetSummary - returns summerized order information. Useful for perpetual carts.


Retrieve User Content to Build Community (Web 2.0) Pages
  • usersGet - retrieve user data from a list of user ids
  • userBlogEntriesGet - retrieve blog entry data belonging to a specific user
  • userFriendsGet - retrieves data for users in a specific user's 'friend list'
  • userWishListGet - retrieves product data for products in a specific user's wish list
  • usersAmbassadorGet - retrieves user data for users that are classified as 'ambassadors'
Retrieve Order Content to Build Cart and Checkout Pages
Set Tracking Functions
User Management Functions
Shortcut Functions that just plain make your job easier
  • redirect - redirects visitors to another page
  • valueArrayFromQuery - returns a single dimension array of values based on the contents of a specific column in all records of a query
  • dollarFormat - converts a decimal to a dollar value with preceding $ sign.
Functions used by internal actions, you probably will not use