The Subscription Plan page can be set using the available shortcode: [ihc-select-level].
Based on your settings from the UMP Dashboard->Showcases->Subscription Plan page, the system will display a predefined showcase with all your levels set to show up there automatically.
Create your own Subscription Plan
1. Direct level link
If you want to set a custom showcase for the Subscription Plan page, like using a pricing table showcase or just a simple content page but you need the SignUp action to be functional, you can do this by using the additional shortcode for each level.
The necessary shortcode for each Level can be found into UMP Dashboard -> Levels tab, the last column “Subscription Link”
The necessary shortcode for each level can be found in the UMP Dashboard -> Levels tab, in the last column Subscription Link.
If you set the following shortcode in any page content:
[ihc-level-link id=1]Buy Now[/ihc-level-link]
a simple Buy Now link will show up. By clicking on it, a visitor will be redirected to the Register Page. You can set any type of content inside this shortcode including text, images, buttons or other content type.
2. Extending main shortcode functionality
If the default Subscription plan templates and boxes are desirable but you just want to show only certain levels on a specific page, you can use the default [ihc-select-level] shortcode but with extra attributes.
“id” attribute: by using the shortcode [ihc-select-level id=”2,3″] for example will display only Levels with ID 2 and 3, instead of entire list of levels. Get the right ID level from UMP Dashboard->Levels section.
“template” attribute: by using the shortcode [ihc-select-level template=”ihc_level_template_5″] will display the Subscription plan showcase using that template instead of default one chosen via UMP Dashboard.