Hide Price and Total Price from Approval Summarizer if the value is \$0.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2018 04:57 AM
Hi All,
I want to hide the Price and Total price column in Approval SUmmarizer section of Approval form only for a specific Catalog Item.
We are displaying the Total price on the form itself and not on the Cart. So, $0.00 price here in Approval form will confuse the Approver.
See in below screenshot:
Please let me know your ideas how can I implement it,
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2018 05:09 AM
Hi,
There is an OOB "approval_summarizer_sc_req_item" which is responsible for controlling this display. Kindly have a look there and modify as per your requirement.
Cheers,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2018 05:23 AM
Hi Shloke,
I checked that. If I want to add a condition based on Description and price , and then hide the Price. How can I tweak the code?
e.g. If Description is "abc" and Price is "$0.00", hide 'Price' and 'Total'.
I am not proficient in Jelly Scripting, can you please help a bit. It will be very helpful..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2021 05:28 PM
Were you able to achieve this? Can you please let me know how to edit approval_summarizer_sc_req_item?