Pages
Page History
Triggers allow you to show content based directly on a visitor's action on the page or site without creating a segment related to the action. You can use triggers to detect events immediately when they happen, whereas segmentation is only implemented at each new page load.
...
To create the trigger:
- In the Frosmo Control Panel, select select Triggers.
- Click Create trigger.
Define the following settings:
- Name: Enter
- "Shopping cart content changed".
- Evaluation point
- : Select Core event.
- Event
- type: Select Other predefined event.
- Event name: Enter "TRIGGER_CART_LINK_DESKTOP".
- This means that you can
- fire the trigger by making the function call
frosmo.easy.events.trigger('TRIGGER_CART_LINK_DESKTOP')
- .
- Click Save.
Creating the placement
To create the placement:
- In the Frosmo Control Panel, select select Modifications > Placements.
- Select Create placement.
Define the following settings:
- Name: Enter a descriptive name, such as "Shopping cart - after After product list - campaign countdown".
- Target element: Select CSS selector, and enter the value ".site-cart-product-list" (or whatever is the selector for the target element appropriate on your site) as the selector name.
- Display method: Select After element. This means that the modification content is displayed below the original content of the target element.
Click
- Trigger: Click Select trigger
In the triggers list
- , select the
- Shopping cart content changed
- trigger you created above, and
- click Select.
When you're done, click
- Click Save.
Using the trigger in a modification
To use the trigger in a modification:
- In the Frosmo Control Panel, select select Modifications > Overview.
- Find the modification to which you want to attach the trigger, and click its the modification name.
- In the Basic settings view, click Select placement.
- Select the placement you created, and click Save.
You have now completed the example. The modification is The modification is now only displayed to visitors who change the contents of their shopping cart.
You're done with this example!