Files
SyliusCmsPlugin/doc/faqs.md
Mikołaj Król c0eafc5488 Add missing docs
2018-07-13 18:42:41 +02:00

872 B

FAQs

Frequently asked question is a common part of each eCommerce website. You can add the in your admin panel configuring question, answer and position. All results will be paginated in the store front.

General usage

To render FAQs list, use the bitbag_sylius_cms_plugin_shop_frequently_asked_question_index route.

<a href="{{ path('bitbag_sylius_cms_plugin_shop_frequently_asked_question_index') }}">{{ 'app.ui.faqs'|trans }}</a>

Customization

If you don't know how to override templates yet, read Sylius template customization guide.

You can create a template under app/Resources/BitBagSyliusCmsPlugin/views/Shop/FrequentlyAskedQuestion location. Available templates you can override can be found under this location.