コード例 #1
0
 public function dashboardForm()
 {
     $this->set('form', Core::make("helper/form"));
     $this->set('productFinder', StoreProductFinder::renderProductSearchForm());
 }
コード例 #2
0
 public function dashboardForm()
 {
     $this->set('form', Core::make("helper/form"));
     $this->set('productFinder', StoreProductFinder::renderProductSearchForm());
     $this->set("rewardType", StorePromotionRewardType::getByHandle('free_product'));
 }