A landing page template
for a Twilight theme is a pre-suggested web page that serves as the entry point for the online store. It provides a foundation for developers to build upon and typically includes an offer with a countdown timer to encourage conversions. It should be visually appealing, user-friendly, and align with your goals and target audience.Following is the page location and url:Example#
Variables#
Components#
JS Web Component#
The Landing Page may include the following JS Web Components, which are ready-made designs and style-sets of web components for Salla stores:Usage#
This page template receives the landing
object, which contains all of the information related to the landing page. If this object was not received, the developer may show the 404 not found error page:If the landing
object has been received, the developer may check different thing such as if the Landing Page offer is_expired
or not:On the other hand, if the landing
object has been received and there is ongoing offer, the developer would need to set the values of the following in order to start showing the related products:Besed on the above, the developer may show the products as follows: Modified at 2025-03-04 12:54:02