Beispiel #1
0
 public function view()
 {
     $this->loadFormAssets();
     $this->set("pageSelector", Core::make('helper/form/page_selector'));
     $this->set("countries", Core::make('helper/lists/countries')->getCountries());
     $this->set("states", Core::make('helper/lists/states_provinces')->getStates());
     $this->set("installedPaymentMethods", PaymentMethod::getMethods());
     $this->set("orderStatuses", OrderStatus::getAll());
     $productPublishTarget = Config::get('vividstore.productPublishTarget');
     $this->set('productPublishTarget', $productPublishTarget);
 }