मैं WAMP Windows 10 पर Magento 2 CE संस्करण 2.1.0 का उपयोग कर रहा हूं
मैंने पहले ही रेफर कर दिया
Magento 2: मिनी-कार्ट डिफ़ॉल्ट टेम्पलेट HTML फ़ाइल को ओवरराइड कैसे करें?
Magento के 2 डिफॉल्ट लूमा थीम को ओवरराइड करना चाहेंगे
मेरे पास फ़ोल्डर संरचना है
magento2
|_ app
|_ design
|_ frontend
|_ Custom
|_Theme
|_Magento_Theme
|_templates
|_root.phtml - Copy of Luma
registration.php
theme.xml
एप्लिकेशन \ डिजाइन \ दृश्यपटल \ कस्टम \ थीम \ Magento_Theme \ registration.php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::THEME,
'frontend/Custom/Theme',
__DIR__
);
एप्लिकेशन \ डिजाइन \ दृश्यपटल \ कस्टम \ थीम \ 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
। ड्रॉपडाउन सूची संपादित करें।
क्या मुझे अभी भी याद आ रहा है?