I am working on a site which is WooCommerce based. The owner is getting into a business model where he wants to share some part of product price with the seller, and let the seller set the amount he wants to get per sale from the product page itself. And the amount which is set by the seller, is added to the final product price.
Is this possible by modifying WooCommerce files? Remember this is without giving the user any WP-admin access and from the product page itself.
There is a plugin which lets price modification to happen from front-end.
http://www.woothemes.com/products/name-your-price/
But, the price entered by the user in the plugin is final, and is not added to the already set price.
Any ideas how to go about it?