I got a request to remove the "platform4.krisesystems.com says" line from this pop up. In PD I think it will say the proper branded site and not K-Rise, but are we unable to remove it overall? Is it from the browser?
Message from Site on pop up messages
-
- Posts: 472
- Joined: November 16th, 2021, 11:15 am
- Contact:
Message from Site on pop up messages
Last edited by CathyC on May 3rd, 2023, 11:48 am, edited 2 times in total. word count: 44
Tags:
-
- Posts: 329
- Joined: August 26th, 2021, 9:18 am
- Contact:
Re: Message from Site on pop up messages
It looks like you are using the OnClickJavaScript property and have it set to return confirm('Are you sure you want to choose this saved cart? You will lost the items in your current cart.');
You cannot change confirm() functionality. How it is displayed is controlled by the browser.
What you can do instead in inside the process use a UserDialog service then you have control over all of the text.
You cannot change confirm() functionality. How it is displayed is controlled by the browser.
What you can do instead in inside the process use a UserDialog service then you have control over all of the text.
word count: 71