WAMP Windows 10에서 Magento 2 CE 버전 2.1.0을 사용하고 있습니다.
나는 이미 언급했다
마 젠토 2 : 미니 카트 기본 템플릿 HTML 파일을 무시하는 방법?
마 젠토 2 기본 루마 테마를 재정의하고 싶습니다
폴더 구조가 아래와 같습니다
magento2
|_ app
|_ design
|_ frontend
|_ Custom
|_Theme
|_Magento_Theme
|_templates
|_root.phtml - Copy of Luma
registration.php
theme.xml
app \ design \ frontend \ Custom \ Theme \ Magento_Theme \ registration.php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::THEME,
'frontend/Custom/Theme',
__DIR__
);
app \ design \ frontend \ Custom \ Theme \ Magento_Theme \ theme.xml
<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/theme.xsd">
<title>My Theme</title>
<parent>Magento/luma</parent>
</theme>
php bin/magento setup:static-content:deploy
캐시를 실행 하고 지 웁니다. 에 새로 만든 테마가 표시되지 않습니다 Admin -> Content -> Design -> Configuration
. 드롭 다운 목록을 편집하십시오.
내가 아직도 무엇을 놓치고 있습니까?