Formatting Message Only pricing rule pop-ups

Hi there,

We're starting to use images rather than text in our message only pricing rule pop-ups on our TNEW site, and I'm wondering if anyone knows of a way to make the automatic box around the message go away to make them more visually effective!  

Thanks so much,

Sarah

  • Hi Sarah,

    We use images in our "cart suggestion" messaging rules. I attached it here for you to see. We still have the box, though... (Sorry the image is so tiny!)

  • Hi Sarah,

    The box shows up because the tnew-message class that they have setup has it in there.  If you wanted to have it removed from all your pages, it may be something you can have Tessitura update in the CSS file.

    You can override this on a per message or per page basis if you want to do it yourself.  If you add the code below into the message box on your pricing rule, it will override the box just on that specific rule (no matter what page it is on).  If you add the code into one of the custom content fields in the system table LTR_TN_EXPRESS_WEB_CONTENT, say on the cart.aspx one, the box wouldn't show up on that page, no matter the pricing rule.  You would have to put the code into each page that you wouldn't want the box to show up on though.

    <style> .tnew-message { border: none; } </style>

    I hope this helps.  If you have any issues, let me know.

    --Jonathan Southwell

  • That's exactly what I was looking for, thanks! Worked perfectly :)