Posted by yaoweizhen on August 28, 2010 at 3:17pm
Jump to:
| Project: | Drupal Commerce |
| Version: | 7.x-1.x-dev |
| Component: | Developer experience |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
I'm working on ubercart project. But the website needn't real price, just points value. I found this module http://drupal.org/project/uc_store_credit is used for me. But everywhere still displayed price. And contributed modules depended on price. Points is like virtual money, users can get out of website. So I think would commerce core provide virtual and real price? Virtual money can be integrated userpoints module.
Comments
#1
It's quite likely that this will happen, but it's not going to be a core feature. Whether it uses the core price field and converts that to a points amount based on some conversion rate or adds a separate points value field I couldn't say. At the very least, it would be easy enough for products to not display prices and ignore the price field of a product.
I'm won't fixing this as it will really need to be integrated via a contributed module.
#2
A big + for this feature.