가 이미 본 적이거야
public function renderForm()
{
$fields_form = array('form' => array(
'legend' => array(
'title' => $this->module->l('Edit carrier'),
'image' => '../img/admin/icon_to_display.gif'
),
'input' => array(
array(
'type' => 'text',
'name' => 'shipping_method',
),
),
'submit' => array(
'title' => $this->module->l('Save'),
'class' => 'btn btn-default pull-right'
)
));
$helper = new HelperForm();
$helper->show_toolbar = false;
$helper->table = $this->table;
$this->fields_form = array();
$helper->identifier = $this->identifier;
$helper->submit_action = 'submitBlockCart';
return $helper->generateForm(array($fields_form));
}
여러 스레드에서 종류의 오류. admin/themes/your_theme/template/helpers/form/form.tpl
이 서버에 있고 올바른 액세스 권한이 있습니까?
때로는 전체 helpers
디렉토리가 이상한 이유로 누락되었습니다.
편집 도우미 양식은 백 오피스에만 사용할 수 있습니다. FrontController 컨텍스트에서는 사용할 수 없습니다.
그래, 사실이지만 많은 무료 테마를 다운로드하고 모두 동일합니다. 그 폴더가 있습니까 ?? 나 통과시켜 줄래? – Slashhh
[Prestashop website] (https://www.prestashop.com/en/developers-versions#previous-version)에서 다운로드 할 수 있습니다.사용중인 것과 동일한 버전을 다운로드하고 누락 된 디렉토리를 아카이브에서 웹 사이트로 복사하십시오. –
이미 그랬지만 "default-bootstrap"테마에서 찾을 수 없었습니다. 어떤 단서가 있습니까? – Slashhh