Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Customise shopping cart Check Out screen in Service Portal

gaurip
Mega Expert

Hello everyone,

I'm wondering how to rename existing fields and also how to add a new field 'Billing Details' to Cart Check Out screen in a Service Portal.

I tried to explore a bit but looks like is no easy way to achieve this as this is interdependent on a lot of UI Macros, Script Includes, Widgets etc.

Is there an easy to achieve this? Please help!

-Gauri

find_real_file.png

1 ACCEPTED SOLUTION

Abhishek Raj3
Tera Guru

Hi Gauri ,



For renaming the field you have to go to SC Shopping Cart widget.



In that widget you can see Angular ng- template .



In angular ng-template   you can see:


large_shopping_cart.html


small_shopping_cart.html



In this two html you can   change your content and you would be able to get your desired result.



KIndly let me know in case of any concern.



Thanks & regards,


Abhishek



Note: Please mark this post as correct,helpful or like if purposed solution meet your expectation.


View solution in original post

7 REPLIES 7

Abhishek Raj3
Tera Guru

Hi Gauri ,



For renaming the field you have to go to SC Shopping Cart widget.



In that widget you can see Angular ng- template .



In angular ng-template   you can see:


large_shopping_cart.html


small_shopping_cart.html



In this two html you can   change your content and you would be able to get your desired result.



KIndly let me know in case of any concern.



Thanks & regards,


Abhishek



Note: Please mark this post as correct,helpful or like if purposed solution meet your expectation.


Hi Abhishek,



Thank you so much for this. Earlier I kept wondering where these templates existed. You helped me solve this.



I have added Billing Details and PO Order as my two new fields. Do you any idea where these fields would be captured in the back-end when a new Request is created after I Checkout? I have changed my Server Script and Client Controller as needed but don't understand where these are saved in the back-end once I checked out from the Cart.



Please help!



-Gauri


Hi Gauri ,



You have to make these two filed request item table and you have to store these values on the field created.



Thanks ,


Abhishek.



Note: Please mark this post as correct,helpful or like if purposed solution meet your expectation.


Hi Gauri ,



You have to make these two field in request item table and you have to store these values on the created field.




Thanks ,


Abhishek.



Note: Please mark this post as correct,helpful or like if purposed solution meet your expectation.