- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2017 01:59 PM
We are on Helsinki Patch 11 and have the cart showing on our service portal. When a user fills out the fields on a cat item and adds to cart, the ability to change some of those fields and add again isn't working. I saw a mention in another post - Add to Cart functionality for Service Portal - where you can disable this, but I don't see how. Any help? This featured is used pretty regularly by our users.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2017 02:38 PM
Hi Blair,
Now that we know it the same code and disabled in all.. I thought let me figure this and found it
Some steps
- Clone the sc catalog item widget (else it is read only)
- Attache the cloned widget the the Service catalog page
- Look for the ng-disabled="submitted" on the line containing Add to cart and DELETE the ng-disabled="submitted"
- You also need to make changes to the client script highlighted below (EDIT Updated code to fix submit greyed out after add)
I didnt test for other side effects but add to cart works and does not get disabled after adding
Let us know how it goes. breinhart
Mine...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2017 02:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2017 02:47 PM
Especially, this one....
Yes | No |
Also link to docs which have some explanation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2017 03:06 PM
I dont want to disable the add to cart or the submit button. I want the form to be editable after it has been added to the cart. This is for the service portal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2017 03:16 PM
At least in Jakarta, I can confirm it works they way you described ( we can continue to add an item to cart, modify item and continue to add the modified ones with form enabled). Unfortunately, I don't have have access to any Helsinki instances to verify.