Hi,I am working on a task where users can post their project and other users can bid on it (kind of crowdsourcing).
i have created a content type called 'Project' with price fields.
Here is what i try to achieve.
When the user create & save a 'project' node, the should add to cart,check out and proceed to payment.
I tried node checkout. but it needs products to be associated with content types.
I dont have products defined. in my case projects are products which are created by users.
Any suggestions to achieve this?
