Alert messages in shopping cart - Yellow Triangle with !

General ShopSite user discussion

Alert messages in shopping cart - Yellow Triangle with !

Postby wmbaskets » Mon Jun 24, 2013 3:00 pm

Hello,

How can I get rid of the yellow triangle with the ! exclamation point in it? These pop up with the alert messages, like when a customer enters their zip code it says "Shipping has been recalculated". I don't want the yellow triangle with the ! because it looks like an error message:

Image
wmbaskets
 
Posts: 15
Joined: Sun Jun 23, 2013 10:42 pm

Re: Alert messages in shopping cart - Yellow Triangle with !

Postby wmbaskets » Wed Jun 26, 2013 8:37 pm

BUMP - Can someone from ShopSite please address this question? I'd call your phone support, but unless I'm mistaken, you don't offer phone support. If you DO offer phone support, please provide me with the number I can call.

My webhost who I purchase ShopSite from is unable to assist me with this issue.

I've seen at least two other people express concern over these yellow triangles here on this forum.

It doesn't make sense that you would use a yellow triangle with a ! in it for an actual error (like the parse XML error I'm having) but then you use that same yellow triangle for an informational pop-up that is NOT an error. It is confusing.
wmbaskets
 
Posts: 15
Joined: Sun Jun 23, 2013 10:42 pm

Re: Alert messages in shopping cart - Yellow Triangle with !

Postby BFChris » Thu Jun 27, 2013 6:32 am

Try CSS like:

Code: Select all
.ups_error img {
display:none;
}


It isn't the best, because it will remove the triangle from most warnings, even ones you may want it for. The problem is Shopsite is applying the same CSS class to a variety of different informational messages. It will also remove any other images if you have them inserted into the warning message text.

More can be done with Javascript, of course. I did something with jQuery that completely changes the look of the table and applies a new image depending on the text of the warning message. (In his case, it changes to green with a nice graphic if the message is about the customer qualifying for free shipping.)
~~Barefoot Chris
--------------------------------
Barefoot Chris Web Design
www.barefootchris.net
--------------------------------
BFChris
 
Posts: 322
Joined: Mon Oct 09, 2006 3:28 pm
Location: PA

Re: Alert messages in shopping cart - Yellow Triangle with !

Postby wmbaskets » Sat Jun 29, 2013 9:18 pm

Thanks for the reply Chris!

I'm a total novice - would you mind telling me what file I would need to add that line of code to?
wmbaskets
 
Posts: 15
Joined: Sun Jun 23, 2013 10:42 pm


Return to User Forum

Who is online

Users browsing this forum: No registered users and 86 guests

cron