コード例 #1
0
 /**
  * ACTION /
  * Redirect back to the storefront as /product/ has no content.
  */
 public function index()
 {
     return $this->redirect(Store_Controller::get_link(), 404);
 }
コード例 #2
0
 /**
  * ACTION /continueshopping
  * Return the customer to the store front.
  */
 public function continueshopping($data)
 {
     return $this->redirect(Store_Controller::get_link());
 }