| %VAR(Products.d.thumbnail|RANDOMPROD|1)%
| Displays Random Thumbnail |
| %ASSIGN(g.OUIX_date|Format_Date(s.time_t, s.miva_language))%
| Tokens to display the time |
| %ASSIGN(g.OUIX_time|Format_Time(s.time_t, s.miva_language))% | Tokens to display the time |
| %ASSIGN(g.OUIX_time|Format_Time(s.time_t, s.miva_language $ ':NOSEC'))% | Suppress the seconds |
| %ASSIGN(g.OUIX_time|Format_Time(s.time_t, s.miva_language $ ':12HOUR'))% | This will remove the leading 0 (on the hour) and change to 12-hour time and add the AM/PM designation:
|
| %VAR(OUI_Categories2.d.shortdesc)% | Displays Category Short Description |
| %var|OUI_Products2.d.image2|% | Alternate OUI Image 1 |
| %var|OUI_Products2.d.image3|% | Alternate OUI Image 2 |
| %var|OUI_Products2.d.image4|% | Alternate OUI Image 3 |
| %VAR(s.remote_addr)% | Shoppers remote IP# |
| %var|OUI_Products2.d.shortdesc|% | Displays Short Description |
| %VAR(OUI_Products.d.shortdesc|NOHTML)% | Displays Product Short Description with HTML tags stripped out. |
| %VAR(OUI_Store.d.thankyou)% | Store Thank Your message. |
| %COMMENT% .. %COMMENTEND% | Start Comment / End Comment |
| %EXPR(Products.d.price * 12)% | Multiples the Product Price by 12 |
| %VAR(%EXPR(Products.d.price * 12)%|PF)% | Multiples the Product Price by 12 with formatting |
| %VAR(Products.d.desc|MAXLEN|50)% | will give you the first 50 characters of the product description. |
| %VAR(Products.d.desc|WRDLEN|50)% | Will give you at MOST the first 50 characters, then reduces it back to the first space or punctuation character. |
| Account Link Tokens: <A HREF="%VAR(g.secure_sessionurl)%Screen=%IF(login)%ACNT%ELSE%LOGN%IFEND%">Account</a> |
| Checkout Link Tokens: <A HREF="%VAR(g.secure_sessionurl)%Screen=%IF(login)%OINF%ELSE%LOGN&Order=1%IFEND%">Checkout</a> |
| Logout Link Tokens: <a href="%VAR(g.sessionurl)%Action=LOGO&Screen=SFNT">Logout</a> |
| %INCLUDE(file.html)% | Load the file.html |
| %VAR(Stores.d.code)% | Store Code |