HTML2PDF User manual - Using formatting
Posted on July 24, 2012 by ext4mage There have been 0 comments
Using formatting
There are some standard formatting options available in the HTML2PDF module. These formatting can be used on all variables, whether or not they are computed or single. See more about computed variables in section Using inline coding.
The last tab in help pages, is a list of all the available formatting options.
The way you use formatting is like follows for a single variable
{{formatting variable_code}} //the format {{format_price order_data_subtotal}} //example, will print the subtotal of order with the correct currency formatting
If you have inline code the formatting of that is as follows
##formatting the_code## //the format ##format_price {{order_data_subtotal }}-{{order_data_discount}}## //example, will print the subtotal minus the discount with the correct currency formatting
See more about the magento extension HTML2PDF
This post was posted in Manual and was tagged with html2pdf, magento, pdf, manual, variables