Skip to main content
Изменено: 08 ноября 2023

Изменение внешнего вида RadicalMart. Список макетов

1. Общая информация

...

2. Javascript

/media/templates/site/[ваш_шаблон]/js/com_radicalmart/radicalmart.js
/media/templates/site/[ваш_шаблон]/js/com_radicalmart/radicalmart.min.js
Эти файлы можно переопределить через шаблон:
/templates/[ваш_шаблон]/js/com_radicalmart/radicalmart.js
/templates/[ваш_шаблон]/js/com_radicalmart/radicalmart.min.js

3. Файлы шаблона

Перечисленные ниже файлы и папки размещать здесь: /templates/ваш_шаблон/.
Полный пример: /templates/yootheme/html/com_radicalmart/cart/default.php
В списке ниже путь будет начинаться с /html/ или /js/ — эти папки должны лежать в корне вашего шаблона.

Карточка товара

/html/com_radicalmart/product/default.php
/html/com_radicalmart/product/default_buy.php
/html/com_radicalmart/product/default_gallery.php
/html/com_radicalmart/product/default_info.php
/html/com_radicalmart/product/default_overview.php
/html/com_radicalmart/product/default_variability.php
/html/layouts/components/radicalmart/gallery/image/preview.php
/html/layouts/components/radicalmart/gallery/image/slide.php
/html/layouts/components/radicalmart/metas/variability/item/grid.php
/html/layouts/components/radicalmart/metas/variability/item/list.php

Список категорий

/html/com_radicalmart/categories/default.php
/html/layouts/components/radicalmart/categories/item/grid.php
/html/layouts/components/radicalmart/categories/item/overlay.php

Список товаров (категория)

/html/com_radicalmart/category/default.php
/html/com_radicalmart/category/default_categories.php
/html/com_radicalmart/category/default_grid.php
/html/com_radicalmart/category/default_list.php
/html/com_radicalmart/category/default_ordering.php
/html/layouts/components/radicalmart/products/item/grid.php
/html/layouts/components/radicalmart/products/item/list.php

Фильтр товаров в сайдбаре:

/html/mod_radicalmart_filter/default.php
/html/layouts/components/radicalmart/field/filter/categories.php
/html/layouts/components/radicalmart/field/filter/in_stock.php
/html/layouts/components/radicalmart/field/filter/price.php
/html/layouts/plugins/radicalmart_fields/standard/field/filter/checkboxes.php
/html/layouts/plugins/radicalmart_fields/standard/field/filter/images.php

Корзина

/html/com_radicalmart/cart/default.php
/html/layouts/components/radicalmart/cart/icon.php
/html/layouts/components/radicalmart/cart/module.php
/html/layouts/components/radicalmart/cart/notification/add.php

Оформление заказа (checkout)

/html/com_radicalmart/checkout/default.php
/html/com_radicalmart/checkout/default_sidebar.php
/html/com_radicalmart/done/default.php
/html/com_radicalmart/done/default_paid.php
/html/layouts/components/radicalmart/checkout/login.php

Оплата и доставка (шаг при оформлении заказа):

/html/layouts/components/radicalmart/payment/error.php
/html/layouts/components/radicalmart/payment/pay.php
/html/layouts/components/radicalmart/payment/success.php
/html/layouts/components/radicalmart/field/method/payment.php
/html/layouts/components/radicalmart/field/method/shipping.php

Заказы пользователя

/html/com_radicalmart/order/default.php
/html/com_radicalmart/order/default_sidebar.php
/html/com_radicalmart/orders/default.php

Профиль пользователя

/html/layouts/components/radicalmart/account/sidebar.php
/html/com_radicalmart/personal/default.php
/html/com_radicalmart/settings/default.php

Поля

/html/layouts/plugins/radicalmart_fields/standard/display/images.php
/html/layouts/plugins/radicalmart_fields/standard/display/list.php
/html/layouts/plugins/radicalmart_fields/standard/field/variability/buttons.php
/html/layouts/plugins/radicalmart_fields/standard/field/variability/images.php
/html/layouts/plugins/radicalmart_fields/standard/field/variability/list.php

Другое

/html/layouts/com_radicalmart/joomla/pagination/links.php

Памятка

Оформление чекбокса согласия с правилами сайта на этапе оформления заказа:

/html/layouts/joomla/form/field/checkboxes.php

Опции выбора метода оплаты:

/html/layouts/components/radicalmart/field/method/payment.php
Опции выбора метода оплаты
Как вывести артикул на странице товара?
В карточке товара использовать код:

<?php echo $this->product->code; ?>


В заключении

...

Перед кастомизацией убедитесь в совместимости расширений с используемой версией Joomla. Настоятельно рекомендуется создать резервную копию базы данных и файлов сайта.