Remove Quantity col from Request Summary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 04:40 AM
I need to remove the Quantity col from the request summary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 04:43 AM
Hi @Omnia Ameer2 ,
You can edit the instance options for sc order status widget on request summary page by holding control and right click while being on the request summary page and then click on instance options and simply uncheck display price, display quantity and display total price and hit save button and you are done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 05:38 AM
I removed it already from the widget but the screenshot i added is the backend when i clicked try it and request the catalog item this what i can see so i need to remove this from the backend view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 02:40 AM
HI @Omnia Ameer2 ,
- We have a checkbox called No quantity that decides whether a certain catalog item is quantifiable or not.
- In order to give power to the above checkbox's value (true or false) to control the display of quantity dropdown, we have a system property called "glide.sc.use_cart_layouts"
- This system property that uses the sc_layout driven cart macros.
- By default we have set that to true. Setting this to false, will make the above checkbox handle/control the dropdown display.
- Now pull this field via Configure > Form Layout on the catalog item form.
- Setting to true => Will indicate that the catalog item is not quantifiable and will hide the dropdown.
- Setting to false => Will indicate that the catalog item is quantifiable and will not hide the dropdown.