• Manage multilevel memberships
  • Easy to manage subscribers
  • PayPal & Stripe recurring payments
  • Access to all InfusionSoft payment methods
  • Website hosted mobile friendly checkout pages
  • Custom fields and tags management on checkout pages

Documentation

Kaya Pro Soft WordPress Plugin Short Codes Description

[kps_contact_info field_name = “FirstName”]

This short code use to fetch contact fields from InfusionSoft for logged in user.

[kps_contact_info field_name = “_customFieldName”]

This short code used to fetch Contact’s custom field data from InfusionSoft for logged in user.

[kps_itemname]

This shortcode is used to get the name of a product or subscription. You can add it on checkout page to show name of product or subscription.

[kps_itemprice]

This shortcode is used to get the price of the product or subscription. You can add it on checkout page to show price of product or subscription.

[kps_itemimage]

This shortcode is used to get the image of the product or subscription. You can add it on checkout page to show image of product or subscription.

[kps_itemshortdescription]

This shortcode is used to get the short description of the product or subscription. You can add it on checkout page to show short description of product or subscription.

[kps_itemdescription]

This shortcode is used to get detailed description of the product or subscription. You can add it on checkout page to show detail description of product or subscription.

[kps_qty]

This shortcode is used to display quantity field with the product. It will only work with products. User will add quantity about how many products he/she wants to buy with the current checkout.

[kps_paymentplanoptions]

This shortcode is used to fetch the payment plans associated with the product or subscription. Using it for subscription/product client can choose one time payment or multiple payments.

[kps_paymentoptions]

This shortcode is used to display the payment methods through which user can pay to client. It will get all the payment methods that are active in Kaya Pro Soft Application.

[kps_stripecardupdate]

This shortcode is used to display the form for Card update in Stripe payment method. If user’s card is about to expire, a notification will be sent to user and admin. Admin can then send the card update form link to user.

[kps_login_form label_username = “LABEL_FOR_USERNAME_OR_EMAIL_FIELD_HERE” label_password = “LABEL_FOR_PASSWORD_FIELD_HERE]

This shortcode is used to display the login form for users or subscribers. You can add this shortcode anywhere in your website. It will authenticate the user with application and infusionsoft.

[kps_logout_link]

This shortcode is used to display the logout link on user dashboard.

[kps_forgetpassword_form]

This shortcode is used to display the forgot password form. Using this form user can retrieve his/her password.

[kps_change_password_form label_old_password = “LABEL_FOR_OLD_PASSWORD_FIELD_HERE” label_new_password = “LABEL_FOR_NEW_PASSWORD_FIELD_HERE” label_confirm_password = “LABEL_FOR_CONFIRM_NEW_PASSWORD_FIELD_HERE”]]

This shortcode is used to give facility to user to change his/her password. It will change the password in application and infusionsoft.

[kps_promocode]

This shortcode is used to display the form for promotional codes with product or subscription checkout. It will authenticate the promo codes with application and/or infusionsoft. It will affect the prices of order or subscription based on promo code validity.

[kps_discounted_price_display]

This shortcode is used to display discounted prices with product or subscription. It will display the regular price also with the discounted price so the user knows the difference with both regular and discounted prices.

[kps_subscriptionmenu]

This shortcode is used to display the list of subscription a user is subscribed to. It will show all subscription of current logged in user.

[kps_cancel_subscription]

This shortcode is used to display the link for cancelling subscription. User can cancel any subscription with the help of that link. It will remove all its details from application and infusionsoft.

[kps_subscription_payment_history]

This shortcode is used to display the payment history of subscription. It will show user the stats about his/her payment against any particular subscription.

Kaya Pro Soft WP Engine Settings

WP Engine don’t allow to create sessions, and we have managed user sessions by using cookies, please send following request to WP Engine support

“Dear WP Engine Support,

We are using application which utilize cookies to store user sessions, please add following cookies in safe list of cookies so that application can work for our website site.

Here is list of cookies:

1. KpsSubscriberID
2. KpsEmail
3. logoutpage

Thanks”

This will correct your user login issue on your website.