Basic views support.
Adds store credit to the node group

CommentFileSizeAuthor
uc_store_credit_views.patch1.78 KBDocc
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

yaoweizhen’s picture

I need credit value in views, so i searched and got it. Thanks so much!

It's worked.

jcfiala’s picture

Status: Needs review » Needs work

Trying this, it mostly works. But the uc_store_credit_views_api() declaration seems wrong - it's trying to look in uc_store_credit/views, but the views file is in uc_store_credit. So, remove the .'/views' from the code.