Hello
i am trying to create a script/cart for a resume builder site to let the user pay with pay pal. i am looking at pay pals integration center and i am trying to figure out the best way to code this script.
First off i need to know if there is a way to create a simple form with a pay pal buttons using the Website Payment Standard method with different memberships i have on the site?
And when the user pays with paypal they will be redirected to their account page. If the user has paid the site will show the download link in the my account page for the resume and any other links depending on the membership the user selected?
Do i or should i create another field or table to show if the user have paid or not in the database?
INFO:
I am using sessions and i already have a login system with different user levels created. with the resume builder.
Also the different membership types are as followed:
Subscribed - (but not recurring payment)- one time download for 90days. any other resume created the user will have to pay again through the payment script.
Lifetime - one time payment and user gets a lifetime pass to the site. unlimited resumes are allowed to be created and edited.
Thanks in advance.