Customize Invoice and product module

Customize Invoice and product module

Working on an customize invoice in zoho CRM, is there a way to pull data of a second line item or third.. individually from the product module with out code .

lets say you want to pull data from product module, you have to put them between   <tbody id="lineItem"> and </tbody>  . But i dont want every line to strip down, I only want the one item from the second line or third and place it with in a URL link that will be on the invoice. so that means no code only data ID.

Here is an example of what i want to do...

ex.  https://www.google.ca/?gws_rd=ssl#q= ${Products.Product Name} 
but i want the second line item too, in the exemple above.

can this be done?