Wordpress Paid user Registration [closed] - php

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have some content in my website which I want to show to paid user only.
1.To achieve this I want to register two types of subscribers, default and paid.
2.Default user can register simply using default user registration form.
3.I want to add paid user Registration form, so that I can make get paid user registration.
4.Then I want to make pages visible to only paid user.
5.If user is default subscriber I want to hide paid content from the user. Is there any plugin to register paid user. So that I can make pages visible to paid user only.
I am using wordpress version 3.7
And I know least of php coding.
Any simple approach....

You should try Paid Memberships Pro with Flexible content control by Membership Level, Reports, Affiliates and Discounts.
In Which you can Set up unlimited membership levels and provide restricted access to pages, posts, categories, videos, forums, downloads, support, single "a la carte" page access, and more. Paid Memberships Pro is flexible enough to fit the needs of almost all online and offline businesses. It works great out of the box, but is easy for developers to customize to fit your needs.

If you want a simple approach a plugin is often the best way forward. I would start with looking at this one. i am not affiliated with this plugin.
http://wordpress.org/plugins/s2member/

Related

WordPress - How much of your sites content should be generated dynamically? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I've been playing around with theme development in WordPress for a couple months now. I often find myself wondering how much of the sites content should be customizable by the client. Is it ok to have fixed html in your theme or should everything be generated dynamically?
If so, which WordPress features would you utilize in achieving a completely customizable web site for a client?
Ex: - all buttons registered as widgets?
- all headings and subheadings brought in dynamically?
etc.
Any thoughts on this topic are welcomed.
Thank you,
This is a slightly broad subject as the answer will differ for different project requirements. Some projects will require a full CMS blog where the customer can edit every aspect of their website. Whereas, other websites may just want a website built on wordpress (but the customer will never update information). I personally prefer to make everything editable by the customer. Reason for this is; when they ask to change a specific thing on the website, you can refer them to the backend and teach them how to do it themselves. This in the long run will make your job easier due to less 'can you do this' phone calls.
Also, a plugin i highly recommend to make a much easier CMS system within wordpress is ACF or Advanced custom fields. This allows you to add custom fields to pages, categories, posts (almost anything). Another plugin which i would recommend is the Custom Post Type (CPTUI) module. This allows you to make a custom post type to make editing easier. For example, you can create a post type call films. When the customer wants to add another, on the admin panel they will see 'Films' > Add Film.
Use the backend. Make everything an article or a page.

What stack should I choose? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
In my day to day work, I code WordPress themes, but have built very complex apps using no-framework php, also have used CodeIgniter to build very large applications, no stranger to node.js, mongoDB(and tons of other KV stores).
So now I need to build an application for a company that sells car parts, it will need:
many products (with full stock management, ability to add products, ability to add shipments of products, each product may have options, such as different sizes, stock counts, pricing tiers)
many clients (with stored client details and each may have their unique discount)
ability for clients to purchase products with pdf invoice generation
history of all actions performed by all users (don't mean clicking page to page, but product additions, purchases, deletions)
I'm thinking there's no point in using javascript/node as there's no need for concurrency, what I'm after is a framework that will save me time during initial setup and in the long run during build and maintenance.
I understand that Laravel is what's hot right now, but I've never played with it and am not sure if learning laravel is more time-effective vs using codeigniter, which I know pretty well (but just doesn't excite me any more).
You have played with Codeigniter, so i guess it will help you here.
You already know how easy it is to setup CI, also it has rich documentation so whenever you are stuck you can help you self.

Swift - in app purchase - load products from mysql database [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
hi i have read in this http://www.raywenderlich.com/105365/in-app-purchases-tutorial-getting-started
but I want to do one application that can add story contents. so if anyone need to read my story content, he need to pay. so that I have created php website to allow me to add story by adding title, contents, price. then in my app, it loads data from mysql database. how can i allow user to but my story using in app purchase. because in the tutorial it said: I can create in-app-purchase consumable item in itunes connect then reload those item in my app. buy for me it is not I want. I want to control it from php server so i can insert more story or delete story. anyone can give me idea. can i do this using in-app-purchase or i need to sell my story using paypal or other framework for selling product. thank in advanced
If the story is a digital product and consumed in the app then you need to use in-app purchases.
You can only add new in-app purchases each time you release an update to the app, because they are reviewed as part of Apples approval process.
It may be possible that you can have lots of items defined in iTunes connect that you don't make available immediately, though the Apple review would need to be able to see them all or you would likely get rejected.
You probably can't create generic sale items as restoring purchases wouldn't work (at least any attempt at this approach would need to be discussed with apple in advance).

Wordpress User creation [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am almost a total newbie to Wordpress.
I want to create a website where users can register themselves using either their Email ID or their Google, Facebook and similar accounts.
As I understand WP upon installation provides certain pre-defined users as explained here. Again as I understand these roles are meant for users who will specifically log in from the backend of the WP CMS to carry out stuff as per their roles.
But then again these are the pre defined users of WP. I want a surfer to be able to register on the website and add posts on their own.
Questions
Is this at all possible in WP?
If so how? Coding or using extending the basic functionality of WP extensions or plugins?
Can the user (not any of the reserved users) then create and publish a post on their own?
Can you refer some resources where the basic WP capabilities can be explored?
I hope my questions are clear
Thanks once again!
Check out this blog article on this very topic.
http://www.smashingmagazine.com/2012/05/29/login-wordpress-using-social-network/
Basically you are wanting Social logins. You can search wordpress.org for plugins to make this easier for you to implement. Basically you would download the desired plugin , install it and test it. (plugins have instillation instructions inside them usually in a text file.

What payment system to use in a website? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I have a few "ventures" for example
I would like to sell my photos that I have taken, a gallery would be displayed, the photos shown have watermarks on them / less resolution. Then for $0.10 for instance, they can download the copy.
Another one is that I would have people submit sketches of a web design and for $4.95 or something stupid like that, I would take a look at their website, possibly create it and show them a screenshot of the website then they pay the full amount for whatever price.
My point is, I need some sort of way to accept payments but also have it drive a process like give them the photo, or accept and send their scanned photo / photo after payment.
What are some good services for that? What language would that be in?
It completely depends upon how you want to setup this process.
There are many payment providers which support product listing at their end apart from Payment process like BlueSnap, Gate2shop.
And if you do not want to manage and place your photos over there then you can just write a small script which will send photos and related task on the payment completion.
Most of the payment gateway, like Paypal, support a notification URL concept in which all the payment related notifications like payment failed, completion, error etc are send to the mentioned url.
So you can give your script url here and handle all the notifications.
For Paypal integration you can check these links.
https://developer.paypal.com/
https://www.paypalobjects.com/webstatic/en_US/developer/docs/pdf/archive/PP_OrderMgmt_IntegrationGuide.pdf
Give Stripe a try, it's treated us well - http://stripe.com

Categories