Pricing Plan

By default pricing plan shortcode page is being created in the plugin activation process. But if you need to configure the page with your own feature. Use the following code.

[userplace_pricing_wrapper]
[userplace_pricing_plan title="Free" best_choice="" amount="$0" cycle="monthly" column="two"]
<ul>
<li>Feature One</li>
<li>Feature Two</li>
<li>Feature Three</li>
<li>Feature Four</li>
</ul>
[userplace_plan_button class="button" plan_id="default"]
[/userplace_pricing_plan]
[userplace_pricing_plan title="Premium" best_choice="" amount="$10" cycle="monthly" column="two"]
<ul>
<li>Feature One</li>
<li>Feature Two</li>
<li>Feature Three</li>
<li>Feature Four</li>
<li>Cancel anytime</li>
</ul>
[userplace_plan_button class="button" plan_id="premium"]
[/userplace_pricing_plan]

[/userplace_pricing_wrapper]

The main thing here is that, you must add the userplace_pricing_wrapper shortcode and the inside of it userplace_pricing_plan shortcode.

Inside the userplace_pricing_plan you can add any HTML and another important thing is userplace_plan_button shortcode.

This shortcode returns the plan page URL. Make sure that you have provided the stripe plan id here.

results matching ""

    No results matching ""