How to integrate the booking system with Woocommerce plugin - php

I am new in wordpress.I am working with woocommerce plugin.Actually my requirement is I developing a wordpress site like e commerce site and site concept is it will provide online course means not in hard only read online. and I will charge according to course meana days wise.
So I am facing a problem how to integrate booking system which provide date system
I want to know about any plugin for booking which is used for the woocommerce.
or any idea how to handle this situation

lots of plugins available like your requirement. please check
https://wordpress.org/plugins/woocommerce-easy-booking-system/
https://wordpress.org/plugins/brs-booking-reservation-system-woocommerce/

Related

woo commerce and creating buyer groups on a WordPress website

I am creating a website which is going to be a normal e-commerce responsive website using WordPress.
I have a request from the client and I needed some clarification on the subject.
For 3 different clients who log in using their usernames and passwords they want all the commodity prices on the website to change.
To make it clearer:-
Price of a bottle of wine is $10 and this is on display to users who have not logged in. When a specific user logs in the price of same bottle of wine goes to $8 .The changes take place throughout the website for all the products.
I hope this makes sense. I have been using woocommerce but I haven't been able to find a plug-in that would let me do this. Is there a plugin or a way to do this. Please help.
There are many possible ways to do this, you can customize your woocommerce plugin and also use a plugin, I would chose to use a plugin.
There are many plugins that allows to change products' rates as per users' role. I would suggest you to use Woocommerce Role Pricing plugin.

how to Add new payment gateway like First data payment in paid membership pro plugin of wordpress?

I want to add first data payment gateway in paid membership pro plugin of wordpress.
I researched following site:-
http://www.paidmembershipspro.com/2013/04/adding-a-new-payment-gateway-option-to-paid-memberships-pro/
it says that "Create a new plugin to house your gateway addon." but how to create it and where to create it..
please explian me in brief...
thanks in advance.
This is an answer from Kimberly Coleman a Co-founder of the PMP plugin :
The core Paid Memberships Pro plugin should not be modified. Your
gateway should be a separate plugin in its own folder in the
wp-content/plugins folder of your site. Note that the way gateways are
integrated with Paid Memberships Pro is being revamped with v1.8 – to
be released soon. This will make the process of adding gateways a bit
simpler / more modular.
Since the 1.8 version came out a while back, the documentation for adding a gateway to Paid Memberships Pro has also been updated. There's a skeleton example gateway you can build from as well, and I've always found the forum-based support responsive, too.
The place to start on the PMPro site is http://www.paidmembershipspro.com/gateway/adding-a-new-gateway/ - you'll find those resources there.

How to create custom reward for a review in Magento Sweettooth

I just began working on a Magento web store and we would like to add a feature to the Sweettooth rewards plugin.
We would like to reward a customer 2 points for a review on any product, but limit this to 10 reviews per month. I contacted Sweettooth support, and thay said they don't have a feature like this implemented yet, and that I would have to create it myself.
As I am fairly new to Magento and Sweettooth, I really don't have an idea of where to begin. Has anyone created a custom thing like this before? And how would I go about doing this?

WP E-Commerce Plugin With Membership

I would like to add recurring monthly membership fees to the WP E-Commerce plugin. Also I would like this plugin to give away a free gift/product on sign up with 10% off existing products. This one time sign up feature would also need to allow for a (one time?) free shipping on all products.
S2Member is a great plugin for membership. It will let you do things like Platinum, Gold and Silver membership levels even. You will need to create a custom function in order to give a free product on sign up, but that should be some fairly basic PHP work. eShop is probably the best plugin for ecommerce I know of. The answer really is that you will need a couple plugins plus some custom coding to get it working the way you want it.
I feel like this question is extremely general and a bit inappropriate for this section, but I'd suggest looking at various WP E-Commerce plugins that you can customize to get the functionality you need.
Try taking a look at this one, for example.

Symfony Friendly Shopping Cart

What options exist for a simple shopping cart system on Symfony? I'm looking for something that will:
Provide an interface for tracking items to purchase.
Provide shopping cart actions and templates (checkout, view cart, etc.)
Support Paypal.
Support coupon codes.
Every Symfony specific solution I've found (sfShop, symfony-ecommerce, sfShoppingCart) is out-of-date and not maintained for 1.4. Are there any other Symfony specific solutions?
If there's nothing Symfony specific, what more general systems integrate cleanly with Symfony? I'm looking for something simple. I don't need complete ecommerce solutions that provide a store, keep track of items/inventory etc. as this is only for a small, paid registration portion of a larger site.
There are no cart systems out there that work properly for 1.4 at the time being.
I am currently finishing up a cart system that does exactly what you are looking for. If you are planning on going the custom route, I may be able to help you along the way.
Good luck.
Update
I ended up creating a shopping cart plugin for symfony 1.4 and posted it open source at the symfony plugin repository.
You can get more information here.
Frontend Demo here.
Backend Demo here.
It is intended to be used by developers who are looking to build an e-commerce solution with symfony.
Also made available on Git as requested.

Categories