Display Scrolling Customer Birthdays

Modified on Wed, 27 Mar 2019 at 11:05 AM

You may want to show a list of all the birthdays of your customers for that current day in a scrolling window with their photos.  The following snippet of javascript code can accomplish this.

myss_ShowDailyBirthdayScroller(numPanels, target);

The following is an explanation of each parameter and their possible values:

1) numPanels: (integer) this is the number of panels you would like displayed at once within the scroller.  I.E 2 will display two customers at once.

1) target: (string) this is the ID of the HTML element in which to display the standings in.

 

EXAMPLE HTML CODE:

<div style="width: 100%;" id="myss_birthdays"></div>
<script type="text/javascript">myss_ShowDailyBirthdayScroller(1, '#myss_birthdays');</script>


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article