Checkout Shortcode

The Checkout Shortcode allows you to display a PayPress checkout form anywhere on your WordPress website.

Introduction

The Checkout Shortcode allows you to display a PayPress checkout form anywhere on your WordPress website.

Each checkout form is associated with a specific PayPress plan using the required plan attribute.

Shortcode

[paypress_checkout plan="your-plan-slug"]

Parameters

Attribute Description
plan The slug of the PayPress plan to display.

Example

[paypress_checkout plan="monthly-membership"]

Replace monthly-membership with the slug of your own PayPress plan.

Notes

  • The plan attribute is required.
  • Each checkout form displays the payment settings configured for the selected plan.
  • You may place checkout forms on pages, posts, or anywhere WordPress shortcodes are supported.
  • Ensure the plan slug exactly matches the slug configured in PayPress.

Legacy Compatibility

PayPress continues to support the following legacy shortcode:

[manzari_stripe_subscribe plan="your-plan-slug"]

For all new websites, use:

[paypress_checkout]

Related Articles