*

srdjan

  • ***
  • 30 posts
Item expired
« on: April 24, 2017, 12:13:22 PM »
Hello, how to add in Zara expired ad alert like danger to have notification ?
Not just text "This ad is expired"
I want to be in alert box

Marked as best answer by frosticek on April 26, 2017, 08:39:18 AM
*

MB Themes

Re: Item expired
« Reply #1 on: April 24, 2017, 06:02:34 PM »
@srdjan
You can modify message and add it to div:
Code: [Select]
<div class="flash-wrap"><div id="flashmessage" class="flashmessage flashmessage-info">...message...</div></div>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

srdjan

  • ***
  • 30 posts
Re: Item expired
« Reply #2 on: April 25, 2017, 05:43:49 PM »
Great! Thank you Michael :-*