Announcement

Collapse
No announcement yet.

How to display Product Brand beside the Product Name?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to display Product Brand beside the Product Name?

    Hi,

    I have the Sales Pack extension and I want to display the brand of the product beside the product name in the Opportunity Items. Is this possible?
    ​​Click image for larger version

Name:	image.png
Views:	145
Size:	67.1 KB
ID:	106783

    Thanks

  • #2
    Hi Triggerz,

    If you are using a version of EspoCRM higher than 8.1.5, first disable the prefix functionality in {ESPOCRM_PATH}/data/config.php file. Change the 'customPrefixDisabled' parameter value from false to true ('customPrefixDisabled' => true).​ You can change this value back to false after completing all the following steps.

    Next, you should go to Administration > Entity Manager > Product Brand > Relationships and create the following relationship:

    Click image for larger version

Name:	image.png
Views:	95
Size:	28.9 KB
ID:	106821

    After this, go to Administration > Entity Manager > Opportunity Item > Fields > Product and select the Brand field in Fields to Copy option:

    Click image for larger version

Name:	image.png
Views:	49
Size:	43.6 KB
ID:	106822

    To display the Brand field on the Opportunity Item layout, go to Administration > Entity Manager > Opportunity Item > Layouts > Item (List) and drag the Product Brand field to the Enabled column:

    Click image for larger version

Name:	image.png
Views:	48
Size:	53.3 KB
ID:	106823

    After completing all the steps, you will be able to see the product brand on the Opportunity Item layout:​

    Click image for larger version

Name:	image.png
Views:	53
Size:	38.4 KB
ID:	106824

    Comment


    • #3
      Hi lazovic, thank you so much for your response. This actually worked perfectly. Thanks again
      Last edited by Triggerz; 05-31-2024, 01:13 PM.

      Comment

      Working...
      X