আমি WAMP উইন্ডোজ 10 এ ম্যাজেন্টো 2 সিই সংস্করণ 2.1.0 ব্যবহার করছি
আমি ইতিমধ্যে রেফারেন্স
ম্যাজেন্টো 2: মিনি-কার্ট ডিফল্ট টেম্পলেট এইচটিএমএল ফাইলকে ওভাররাইড করবেন কীভাবে?
ম্যাজেন্টো 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
। ড্রপডাউন তালিকা সম্পাদনা করুন।
আমি এখনও কি অনুপস্থিত?