public function dashboardForm()
 {
     $this->set('form', Core::make("helper/form"));
     $this->set('productFinder', StoreProductFinder::renderProductSearchForm());
 }
 public function dashboardForm()
 {
     $this->set('form', Core::make("helper/form"));
     $this->set('productFinder', StoreProductFinder::renderProductSearchForm());
     $this->set("rewardType", StorePromotionRewardType::getByHandle('free_product'));
 }