Im using wpmu with plugin wp-commerce to make e-commerce for everyone.
If there is a new user then automatically wp-commerce can be used directly.
But there is a problem, wp-commerce does not automatically create a folder for pictures laying products.
How making it automatic?
You might want to consider a few things;
- Don't bother asking in their forums, the support there is non-existent on the best of days. They've released one of the larger 'open-source' products for Wordpress, though they hardly believe in the open source community style of helping people out with it. </personal rant>
- If you're feeling frisky, you could always write a function to create the folder in the members upload directory, and attach it to the
wpmu_new_blog
action.
- Alternatively you could turn off auto activation of the wp-e-commerce plugin, and ask your member blogs to activate it themselves, which should hopefully clear up the problem too, but you never know with wp-e-commerce.
Or you could just check the permissions on the blog.dir upload folder.
@andrea_r, quit making things easy.