You can generate an account statement for each customer in VersAccounts. The account statement is available from the customer record page.
The customize account statement which is called a custom form , you would need to create a copy from the default template and then modify it.
To be able to modify the form, you would first need to understand Liquid which is a templating language originally developed Shopify. Liquid is a simple programming language that you can use to customize forms at Versaccounts. It is used in conjunction with HTML & CSS to control the format and layout of forms.
See Liquid introduction here
Some introduction to HTML, see link here. For introduction to CSS, see here.
When you are editing the form for account statement, you have access to a liquid object called customer. You would use this object to fetch various information about a customer in order to generate a statement.
See customer object.
Have More Questions?
Submit a Request or Create a New Post
Submit a Request or Create a New Post
Comments and Suggestions
0 comments
Please sign in to leave a comment.
Related articles