- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2017 04:34 PM
I'm trying to add a new check box field to the Istanbul Service Portal Shopping Cart, with the ultimate goal of the true/false value making its way to the Request, but, I'm stuck.
What I've done so far:
- I've created the appropriate column on sc_request
- I've modified the 'large_shopping_cart.html' Angular ng-template to get the appropriate field on the Portal page
- I've modified the 'SC Shopping Cart' Widget Server Script and Client Controller so that everything is processed properly. I've logged what is being returned on submit, so I know we're working up until this point.
This is where things get a little fuzzy for me. From what I can tell, the 'SPCart' Script Include is called from the widget and all the appropriate data is sent on it's way. But I don't know what to do from here?
Has anyone done something similar on the Portal Shopping Cart that can point me in the right direction?
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2017 01:29 PM
I just completed adding a few fields to the Service Portal shopping cart. From what I can tell that is part of the backend process that we do not have access to. I ended up creating a new Script Includes with my logic and inherited the SPCart script.
One thing I was held up on, I have minimal knowledge of the shopping cart structure, you must add whatever fields you are wanting to both the sc_request and the sc_cart tables. Then I just used this article for the cartpop since I was adding more than one new field.
There may be an easier/new way to do it with the Service Portal but I haven't seen any documentation.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2017 03:33 AM
Can any one share the script include like how to pass values from cart to request? At present I am not aware how to pass the values. It wud be great if you share your approach
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2017 04:57 AM
Hello Harish or anyone,
Could you please let me know, how to populate the data from Cart to Service Request.
For a Reference field or for a custom string field, could you please tell me how you have handled the data from cart to Service Request.
Thanks in advance.
Any hints on it would be very much help
Regards
Rajshekhar Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2017 07:01 AM
Is SPCart a business rule because I want to remake my cart and set the data for the shopping cart to a different table than where SPCart sends its data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2017 07:05 AM
SPCart is a script include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2017 07:49 AM
Thanks Dustin where can I find the SPCart script because emulate the SPCart script with different tables for my shopping cart