Difference between revisions of "NVelocity variables available in scriptlets"

From AbleCommerce Wiki
Jump to: navigation, search
Line 8: Line 8:
 
Category
 
Category
 
Product
 
Product
 
Bellow is the list available across all store side pages
 
 
store
 
customer
 
page
 
Store
 
User
 
Category
 
Product
 
Webpage
 
Link
 
 
You can use access other objects using above. For example if you want to get the Orders for current user then $User.Orders will provide you that info etc.
 
 
'''NOTE:''' Use NVelocity to only control the layout. Don't use it as a programming alternative otherwise it will slow down your pages. If you want to customize some logic etc then better to modify the ConLib controls or create new controls to meet your requirements.
 

Revision as of 13:58, 1 September 2008

Following will be available on the product details page

store customer page Store User Category Product