making users able to add their own products wp e-commerce [closed]

The products are nothing but custom post type. So you have to create a custom form (say in a page template) and create custom posts accordingly in the backend.

You can have a look for the approach here:

http://wpshout.com/wordpress-submit-posts-from-frontend/

https://gist.github.com/1045695