redirectPath .= ($country > 0) ? '&virtuemart_country_id=' . $country : ''; } /** * Retrieve full statelist */ function getList() { $view = $this->getView('state', 'json'); $view->display(null); } }