Message from Site on pop up messages

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
CathyC
Posts: 469
Joined: November 16th, 2021, 11:15 am
Contact:

Message from Site on pop up messages

Unread post by CathyC »

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?
image.png
image.png
Last edited by CathyC on May 3rd, 2023, 11:48 am, edited 2 times in total. word count: 44

Tags:
SteveCap
Posts: 327
Joined: August 26th, 2021, 9:18 am
Contact:

Re: Message from Site on pop up messages

Unread post by SteveCap »

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.
word count: 71
Post Reply