AppSuite:Using the Upsell widget

Revision as of 09:54, 9 October 2013 by Tierlieb (talk | contribs) (Created page with "'''Summary''': The Upsell widget is going to be released with 7.4.1. It uses an existing portal widget, which you just need to configure on the backend. It makes use of the ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Summary: The Upsell widget is going to be released with 7.4.1. It uses an existing portal widget, which you just need to configure on the backend. It makes use of the config options.

Using the Upsell widget

Nomenclature and inner workings

The "widget" is one portal tile. A tile covers one topic, like "Buy more storage capacity!". One widget contains several slides, like "this is why you need more storage space", "your neighbours and your colleagues at work have more storage space than you". Slides contain a picture or a text (or both) that advertise one topic. A click on the tile (independent of which slide is shown) can start an app, usually an Upsell wizard.

Layout of the YaML file

Conventions

  • if the user's language cannot be matched, the first language given is used. In most cases, it is prudent to make that some English variant.
  • Slides are named "slide1", "slide2" and so on. This is due to the OX parser not being able to deal with YaML lists, not working with integers as keys and due to JavaScript doing some weird sorting of keys in an object.