How to hide upsell information on an Invoice?

Overview

If you enter the upsell information for an item in the notes section, then it will pop-up on the sales invoice screen. How to configure Everest so the upsell information does not pop-up on the sales invoice?

Solution

There isn't a direct option available in the Everest configuration at the front-end level to hide the upsell pop-up on Sales Documents, but it can be disabled from the backend. To do this, please run the following query:

UPDATE division
SET    upsell_popup = 'F'
WHERE  div_code = '{company_code}'

In the query above, please replace {company_code} with the appropriate value from your environment. To retrieve the company code, please navigate to File > Setup > Company, and note the value in the Code drop-down:

Screen_Shot_2021-02-08_at_4.13.21_PM.png

Testing

After running the query above, Everest will not pop-up the upsell information on the sales invoice screen. If you're still facing issues, please contact support.

Comments

0 comments

Please sign in to leave a comment.