Jump to content

Activate Memberzone settings


Trambulho

Recommended Posts

We don't have any public guide for Paypal, as we want to bundle it into KVS admin panel. Here are some details:

1) Go to Paypal admin and create hosted payment button for each of your access option (e.g. 30 days access for $19.95). Each button may be one-time purchase (e.g. subscription for 1 year, or pack of KVS tokens), or may be recurring purchase if you need this payment to be automatically repeated each period.

Please note that when setting a payment button in Paypal, you should not use multiple prices for the same button, which Paypal allows. If you want to allow user to use multiple payment options (e.g. 30 days access for $19.95, 90 days for 39.95$), please create individual payment button for each option.

After creating a payment button in Paypal admin it will present you with HTML code to insert this button to your site. Please copy the ID of this button from the given code, as you will need it for further KVS configuration. If you are not able to identify the button ID, please create support ticket for us and paste the button HTML code provided by Paypal.

2) Next Go to KVS admin panel -> Memberzone -> Billings -> Paypal. In Paypal settings add access packages as many as needed, they should be set accordingly to payment buttons you've created in Paypal: for each Paypal payment button you should add one access package in KVS admin panel.

In each access package you should specify its title, duration and rebill duration if needed for expirable access packages, or number of tokens for token access packages; and finally these 2 fields:
- External package ID: specify payment button ID that you've copied from button HTML code in Paypal.
- Payment page URL: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XXXXXXXXXXXXX (replace XXXXXXXXXXXXX with the same payment button ID that you've copied from button HTML code in Paypal).

When all access packages are configured, you can activate Paypal billing in KVS admin panel.

3) Now return back to Paypal customer zone and follow this guide to enable IPN (Instant Payment Notification):
https://developer.paypal.com/docs/api-basics/notifications/ipn/IPNSetup/#setting-up-ipn-notifications-on-paypal

As a Notification URL you should used the Postback URL that you can copy in KVS admin panel in Paypal billing page (KVS admin panel -> Memberzone -> Billings -> Paypal).

4) After the billing is configured you should be able to see access packages in Signup form. If you are using KVS default theme this will not happen immediately, as you will need to switch signup form to another design, which supports payment options. In order to do this please edit /.htaccess file in your website root folder on FTP.

Search for this text: signup_signup_form_simple

And replace with this: signup_signup_form_premium

Link to comment
Share on other sites

I created the button on paypal, got his ID, so far everything was perfect.

But in the KVS panel (admin panel -> Memberzone -> Billings -> Paypal) I can't find the place where I should enter:
External package ID
Payment page URL

As you can see in the print sent earlier, these fields do not appear for me.

Link to comment
Share on other sites

  • 2 weeks later...

Perfect, I configured it for monthly payment exactly as mentioned, so if the user doesn't cancel, he continues to charge.

But, I would like to present to the user in the panel his signature, and the upgrade option, I saw that there is a block called upgrade, but it is not called on the site and I couldn't call it, how do I do it?

Besides, in the profile you can have the option to upgrade the account, in the premium video can I change the text to insert URL for upgrade instead of a message that the user does not have permission to see the video? I tried to insert url but it didn't show in the premium video, only in the private ones it accepts html and displays the create an account screen

Link to comment
Share on other sites

Do you mean you want to allow free users to upgrade to premium? That's possible, you can render this link anywhere in header like this:

{{if $smarty.session.status_id==2}}
<a data-href="{{$lang.urls.upgrade}}" data-fancybox="ajax">Upgrade to Premium</a>
{{/if}}

For the 2nd part, I'm not sure I get what you mean, could you please create support ticket with example on your site.

Link to comment
Share on other sites

  • 1 month later...
On 6/2/2022 at 6:13 AM, Tech Support said:

on for each of your access option (e.g. 30 days access for $19.95). Each button may be one-time purchase (e.g. subscription for 1 year, or pack of KVS tokens), or m

I have a question. 
          We have several sites. In Paypal we only have 1 IPN url (step 3 of the process), so if we activate Paypal in, say 2 sites, what should we do? Have 2 paypal accounts (doesn't make much sense)?

Do we need the IPNs?

Link to comment
Share on other sites

  • 1 year later...

1) Go to Paypal admin into Pay & Get Paid -> Accept Payments -> Paypal Buttons menu. In the appeared list of button types choose "Subscribe" (not Smart Subscribe). For each of your access option (e.g. 30 days access for $19.95) you will need to create this type of button. Each button may be one-time purchase (e.g. subscription for 1 year, or pack of KVS tokens), or may be recurring purchase if you need this payment to be automatically repeated each period. For one-time purchase choose "Buy Now" as a button type, for subscription choose "Subscriptions".

Please note that when setting a payment button in Paypal, you should not use multiple prices for the same button, which Paypal allows. If you want to allow user to use multiple payment options (e.g. 30 days access for $19.95, 90 days for 39.95$), please create individual payment button for each option.

For subscription button types you can also activate a separate trial option if needed.

After creating a payment button in Paypal admin it will present you with HTML code to insert this button to your site. Please copy the ID of this button (the value of "hosted_button_id" parameter) from the given code, as you will need it for further KVS configuration. If you are not able to identify the button ID, please create support ticket for us and paste the button HTML code provided by Paypal.

2) Next Go to KVS admin panel -> Memberzone -> Billings -> Paypal. In Paypal settings add access packages as many as needed, they should be set accordingly to payment buttons you've created in Paypal: for each Paypal payment button you should add one access package in KVS admin panel.

In each access package you should specify its title, duration and rebill duration if needed for expirable access packages, or number of tokens for token access packages; and finally these 2 fields:
- External package ID: specify payment button ID that you've copied from button HTML code in Paypal.
- Payment page URL: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XXXXXXXXXXXXX (replace XXXXXXXXXXXXX with the same payment button ID that you've copied from button HTML code in Paypal).

When all access packages are configured, you can activate Paypal billing in KVS admin panel.

3) Now return back to Paypal customer zone and follow this guide to enable IPN (Instant Payment Notification):
https://developer.paypal.com/docs/api-basics/notifications/ipn/IPNSetup/#setting-up-ipn-notifications-on-paypal

As a Notification URL you should used the Postback URL that you can copy in KVS admin panel in Paypal billing page (KVS admin panel -> Memberzone -> Billings -> Paypal).

  • Thanks 1
Link to comment
Share on other sites

Quote

Go to Paypal admin into Pay & Get Paid -> Accept Payments -> Paypal Buttons menu. In the appeared list of button types choose "Subscribe" (not Smart Subscribe).

which one do I select? 

subscriptions?

Screenshot_3.jpg

Link to comment
Share on other sites

Quote

Next Go to KVS admin panel -> Memberzone -> Billings -> Paypal. In Paypal settings add access packages as many as needed, they should be set accordingly to payment buttons you've created in Paypal: for each Paypal payment button you should add one access package in KVS admin panel.

No Option

Screenshot_8.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...