- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2017 06:41 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2017 06:24 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2017 06:24 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2017 05:20 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2017 01:58 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2017 01:58 AM
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.