Changeset 2879197
- Timestamp:
- 03/13/2023 03:10:08 PM (3 years ago)
- Location:
- iteras
- Files:
-
- 2 edited
-
tags/1.5.0/README.txt (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iteras/tags/1.5.0/README.txt
r2879164 r2879197 55 55 There's a few shortcodes for controlling content based on the users logged in status. For showing content when the user has access use `[iteras-if-logged-in paywallid="abc123,def456"]Content only shown if the user is logged in and has access[/iteras-if-logged-in]`. `[iteras-if-not-logged-in]` does the opposite. `[iteras-if-logged-in-link paywallid="abc123,def456"]Content[/iteras-if-logged-in-link]` will automatically insert a link to the subscriber landing page that is configured with the plugin, alternatively a `url` attribute can be supplied, while `login_text` can we used to customize the link text. These shortcodes only work with server validation enabled. 56 56 57 = Is it possible to force the selection of a specifi kproduct on an ordering form? =57 = Is it possible to force the selection of a specific product on an ordering form? = 58 58 59 59 Yes! Add the GET-parameter `orderproduct` to a link to your ordering page, e.g. `/buysubscription/?orderproduct=12MPro`. This will select the "12MPro" product when the user gets to the form. -
iteras/trunk/README.txt
r2879164 r2879197 55 55 There's a few shortcodes for controlling content based on the users logged in status. For showing content when the user has access use `[iteras-if-logged-in paywallid="abc123,def456"]Content only shown if the user is logged in and has access[/iteras-if-logged-in]`. `[iteras-if-not-logged-in]` does the opposite. `[iteras-if-logged-in-link paywallid="abc123,def456"]Content[/iteras-if-logged-in-link]` will automatically insert a link to the subscriber landing page that is configured with the plugin, alternatively a `url` attribute can be supplied, while `login_text` can we used to customize the link text. These shortcodes only work with server validation enabled. 56 56 57 = Is it possible to force the selection of a specifi kproduct on an ordering form? =57 = Is it possible to force the selection of a specific product on an ordering form? = 58 58 59 59 Yes! Add the GET-parameter `orderproduct` to a link to your ordering page, e.g. `/buysubscription/?orderproduct=12MPro`. This will select the "12MPro" product when the user gets to the form.
Note: See TracChangeset
for help on using the changeset viewer.