Я создал кучу продуктов, но мне нужно стилизовать их в соответствии с дизайном дизайнера. Я знаю, что мне нужно перезаписать шаблон из /modules/contrib/commerce/modules/product/templates/commerce-product.html.twig, но где мне поместить его в свою тему?
Идет ли он в корень папки моих шаблонов? Как правильно оформить страницу отдельного продукта?



Из документов https://www.drupal.org/docs/8/theming/twig/working-with-twig-templates:
- Locate the template you wish to override.
- Copy the template file from its base location into your theme folder.
- (optionally) Rename the template according to the naming conventions in order to target a more specific subset of areas where the template is used.
- Modify the template to your liking.
Возможно, вам придется очистить кеши, чтобы Drupal распознал новый файл.
Итак, обычно у вас есть папка templates в вашей теме, в которую вы можете поместить все пользовательские файлы twig.