-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,33 @@ | ||
# Jshoppingproducts - Products from current category | ||
Displays goods from the current category in the product card | ||
# Jshoppingproducts - Товары из текущей категории | ||
Отображает товары из текущей категории в карточке товара. | ||
|
||
**Supported Joomla versions:** 3.8.0 and later | ||
**Supported JoomShopping versions:** 4.x and later | ||
**[Загрузить последнюю версию](https://github.com/ArtPavluk/plg_jshoppingproducts_currentcatproducts/releases/latest)** | ||
**[Live Demo](https://demo.art-pavluk.com/ru/joomshopping/cars/convertible)** | ||
|
||
**Поддерживаемые версии Joomla:** 3.8.0 и более поздние версии | ||
**Поддерживаемые версии JoomShopping:** 4.x и более поздние версии | ||
**Прочесть на других языках:** | ||
[English](https://github.com/ArtPavluk/plg_jshoppingproducts_currentcatproducts/blob/master/README.md), | ||
[Русский](https://github.com/ArtPavluk/plg_jshoppingproducts_currentcatproducts/blob/master/README.ru-RU.md) | ||
. | ||
|
||
## Настройки | ||
* **Автоматический выход товаров** - Да \ Нет (элементы автоматически появятся в указанном месте автоматически) | ||
* **Где отображать продукты** - _tmp_product_html_end (Если вы не знаете триггеры jshopping, не трогайте эту опцию) | ||
* **Сколько продуктов отображается** - по умолчанию 6 (Ограничьте количество отображаемых товаров) | ||
|
||
## Переопределение вывода | ||
**Файл по умолчанию находится здесь** | ||
*/layouts/plugins/jshoppingproducts/currentcatproducts/default.php* | ||
|
||
** Вы можете переопределить вывод плагина для этого, вам нужно создать такую структуру в своем шаблоне ** | ||
*/templates/your_template /html/layouts/plugins/jshoppingproducts/currentcatproducts/default.php* | ||
|
||
## Скриншоты | ||
|
||
### Настройки плагина | ||
![Настройки плагина](https://demo.art-pavluk.com/images/screenshots/plg_jshoppingproducts_currentcatproducts/en/settings.png) | ||
### Автоматический выпуск товаров - Нет | ||
![Автоматический выход товаров - Нет](https://demo.art-pavluk.com/images/screenshots/plg_jshoppingproducts_currentcatproducts/en/note.png) | ||
### Внешний вид плагина | ||
![Внешний вид плагина](https://demo.art-pavluk.com/images/screenshots/plg_jshoppingproducts_currentcatproducts/en/front.png) |