Plugin Directory

Changeset 2879197


Ignore:
Timestamp:
03/13/2023 03:10:08 PM (3 years ago)
Author:
iteras
Message:

Fixed typo

Location:
iteras
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • iteras/tags/1.5.0/README.txt

    r2879164 r2879197  
    5555There'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.
    5656
    57 = Is it possible to force the selection of a specifik product on an ordering form? =
     57= Is it possible to force the selection of a specific product on an ordering form? =
    5858
    5959Yes! 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  
    5555There'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.
    5656
    57 = Is it possible to force the selection of a specifik product on an ordering form? =
     57= Is it possible to force the selection of a specific product on an ordering form? =
    5858
    5959Yes! 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.