How can i add AUTOSHIP feature in Wordpress site - wordpress

Please help me out how to add autoship in wordpress...
I have user subscription plans on my website so i need to ship user subscribed items on the basis of their plans..so how to manage this and keep track of everything..
Thanks in Advance

Try below plugins. May those plugins useful for your task.
**-> woocommerce-subscriptions**
**-> woocommerce-memberships**
In this 2 plugins you need to add proper setting.
Follow this link to for " Woocommerce-subscription ": https://docs.woocommerce.com/document/subscriptions/

Related

Manually restrict a page with Simple Membership Plugin

I am using the plugin Simple Membership so users can become members of my site and access members only content.
I am also using the Events Calendar plugin with the Community Events add-on so people can submit events.
Bc the submission page is auto-generated and has no edit backend page to normally restrict the content I cannot make it so only members can access this page.
Is there a way to manually add a page to restrict it to members with this plugin or a line of code someone can recommend to make the restriction?
I know this response is super late lol, but this plugin will solve the problem if you use Woocommerce.
https://codecanyon.net/item/woocommerce-membership/8746370
I had the exact same issue. What I did was restrict the URL. For example, my url was domain.com/events/community/add. So if someone didn't purchase my membership and tried to go to that URL, they would not be able to.
Hopefully you found an answer by now, but ya never know if there might be something better!

Credit Based Shopping on Wordpress

I'm trying to build a website that has items for sale by credits only. The credits would be entered for all users by an admin only (manually). And the items could be shopped on the site by users who would see something they want, they'd be able to see how many 'credits' they have accrued, and then build a cart and place an order by spending these credits. There would be absolutely no need for actual money, no shipping, just a notification sent to the admins that an order has been requested, who and what that order request is, and the 'credits' deducted from their account.
Can anybody point in the direction of the right direction to build something like this? I'm thinking Wordpress because I'm familiar with the dashboard and backend of it, but I'm not opposed to another CMS tool if there's a better one for this idea.
I don't believe WordPress has anything out of the box like this, but you can always search for a plugin that does what you are describing.
If there isn't one, you may consider installing WooCommerce and creating "coupons" instead. But I don't know if that would work for what you are talking about or not.

WooCommerce require registration to buy

I need to require a user registration before buying a product. Right now, when you add a product to the cart, then in the check out you can fill all the fields with your information but without a wordpress login. There is a simple option to create an account but is optional.
I'd like to know if is possible to modify the check out page to redirect a register page.
is it possible?
So if you wish to give any suggestion or any interesting link that will also be highly appreciable.
In your site's admin go to WooCommerce>Settings>Checkout ex:
http://yoursite.com/wp-admin/admin.php?page=wc-settings&tab=checkout
And make sure that "Enable guest checkout" is unchecked
UPDATE for WooCommmerce 3.4+
Pretty sure it was 3.4 when WooCommerce added it's privacy tools to help with GDPR compliance. This setting is now under
WooCommerce>Settings>Accounts&Privacy
or
wp-admin/admin.php?page=wc-settings&tab=account
There are three rows in wp_options that I suggest you set for this [recommended value]:
woocommerce_enable_guest_checkout [no]
woocommerce_enable_signup_and_login_from_checkout [yes]
woocommerce_enable_checkout_login_reminder [yes]
You can edit them in the admin console here:
/wp-admin/admin.php?page=wc-settings&tab=account

Wordpress registered users adding content or products

I would like to use Wordpress in order to create a (somewhat) e-shop where users can register and make their offer(adding text and an image). The idea is that users will be able to 'post' offers. Are there any plugins that give such control to the user? Thank you in advance!
you may try below plugins ...
http://wordpress.org/plugins/another-wordpress-classifieds-plugin/
http://wordpress.org/plugins/classyfrieds/

Only Show Comment in Wordpress

I am looking for a way to only show the comments posted in wordpress.
My main goal is to turn the wordpress CMS into a site like fmylife.com. The basic principle is allowing anyone to post anonymously (without having a post to comment on), and then the comments need to be moderated by the admin.
If there is an easier solution to doing this, then I'm open to hearing that as well. The only thing I don't want to do is get the fmyscript clone. I've tried that and don't like it.
Any advice would be appreciated.
Thanks.
Adam.
Why don't you try the buddypress plugin wherein users can register and post. Just disable all other components except activity feed and make your homepage as a static activity feed page (configurable in the settings).

Resources