Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Jul 15, 2014
2 parents 72e2e3e + 11635aa commit 35b3d5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@

Прежде всего, скачайте дистрибутив, распакуйте его, и скопируйте файлы из каталога `upload` в корень opencart-магазина. Затем следуйте [инструкции по модификации исходных кодов](doc/install.md) магазина.

Выполните SQL-скрипт `zone.sql` над БД магазина через phpMyAdmin либо из консоли:

```
$ mysql opencart -u opencart -p < zone.sql
```

### 2. Включите подсказки в настройках

Модуль настраивается в админке по адресу: *Дополнения > Модули > DaData*.
Expand Down
16 changes: 0 additions & 16 deletions doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,14 +270,6 @@

### 12. catalog/view/theme/default/template/checkout/guest.tpl

После строчки: `<h2><?php echo $text_your_details; ?></h2>`

Изменить строку: `<div class="content">`

на строку: `<div class="content" style="overflow: visible;">`

---

После строчки: `<h2><?php echo $text_your_address; ?></h2>`

Добавить:
Expand Down Expand Up @@ -321,14 +313,6 @@

### 13. catalog/view/theme/default/template/checkout/register.tpl

После строчки: `<h2><?php echo $text_your_details; ?></h2>`

Изменить строку: `<div class="content">`

на строку: `<div class="content" style="overflow: visible;">`

---

После строчки: `<h2><?php echo $text_your_address; ?></h2>`

Добавить:
Expand Down

0 comments on commit 35b3d5d

Please sign in to comment.