Cutomization in fields

Hello;

I added one more field into product module i.e HSN Code , it done properly, but now i want to capture this field into line item module at quote generation, i want to make space for showing this filed into line items and when select product code that time it will showing into HSN code row in table, please help me on this topic.

I believe you have to complete at least three steps (that will require some programing):

  1. Replicate your field into modules AOS_Line_Item_Group and AOS_Products_Quotes
  2. Add a workflow or logic hook to assign values from products into those two modules when creating new quote
  3. Modify the templates for quote on the back-end to display your new field into the table.

Thanks,

AlxGr