We can be able to add the HTML content without extending template using append method. First we need to extended the corresponding view in order to display the content in the website. With the above code we can be able to add the p tag to the classname order-history-details-content-col. Even we pass variables as in… Continue reading How to add HTML content to a class without extending template
Tag: append
How to Append JS file with Template
we need to identify the position where we want to display the content.For that we need to specify the specific div or any HTML element with a unique class name that will serve as the target for the content. Later we need to update the target in the Script.
How can we append the line number with the invoice number using a saved search?
Requirement: In the case of any comparison purpose in the script, how can we differentiate each line when there are multiple item lines with the same item? For that, we can create a saved search and include a Formula text column in the results using the expression {number}||’_’||{line}. Here, the {number} represents the document number… Continue reading How can we append the line number with the invoice number using a saved search?