problem with displaying data for a crowdfunding platform
Hi
I'm working on a crowdfunding platform with Commerce.
I have a contenttype project with 4 variations (per project 4 rewards with a price)
Funders can buy one reward from a project.
But I would like to display all projects with their income, days left and % funded in the same way like kickstarter.com.
This is no problem to show everything with a view except when there's no order yet for a certain project because the view is based on orders.
But is there no way to show everything even if there is no order for that project?
so:
project 1: €100 funded, 15 days left, 20% funded
project 2: €0 funded, 20 days left, 0% funded
Second problem is that an anonymous user can't see orders. When I give them the permission 'view any order' then this works. But I presume that setting this permission has security implications?
thx
Kris