Issue: We have an issue with home page banner which is customized section developed by extension. When we enter into any other page of the website like category or plp or pdp and landing pages then back to the home page, the banner is missing. Only the next and previous arrows are available in the… Continue reading Home page banner loading issue
Tag: Banner section
Shows a message when users view a record.
User event context can be used to control whether the message is shown on records in view, create, or edit mode. The following code sample shows the syntax for this member. //Add additional code … // Options object as parameter form.addPageInitMessage({type: message.Type.INFORMATION, message: ‘Hello world!’, duration: 5000}); // Message object as parameter var messageObj =… Continue reading Shows a message when users view a record.