How to add custom or other field to Product popup?

How to add field to Product popup

Hi Guys,

Few days ago, we received mail from one of our customer.
He asked how to add custom field to Product popup.
I will show you it:

How to add field to Product popup


There is very easy solution.
Just open your database and find in vtiger_field table fieldname of your field (cf_XYZ).
Now run this sql command:

UPDATE `vtiger_field` SET `summaryfield` = '1' WHERE `tablename` = 'vtiger_productcf' AND `fieldname` = 'cf_XYZ';

It’s done!

How to add field to Product popup

How to add field to Product popup

Similarly, this solution works for other module’s selection popup windows  (e.g. Contact, Organization, …)

Hope, we help some of Us.

Share this post

Comments (4)

  • mathias Reply

    Thanks for sharing

    September 28, 2017 at 2:50 pm
  • manu Reply

    Thank you for this sharing, it’s very useful !
    Do you how i can re-order columns in this popup ? I need to have the “part number” field in the second column position in this popup ?
    Best regards and thank in advance,

    April 29, 2018 at 3:41 pm
  • Zar Ni Oo Reply

    Is there any way to reorder the column?

    August 1, 2018 at 1:05 pm
    • info@its4you.sk Reply

      Hello,
      sorry but it is not easy.
      You need to change source code of Vtiger.

      August 1, 2018 at 1:43 pm

Leave a Reply

Your email address will not be published. Required fields are marked *