문제

I have recently install Magento 2.3. The app/design/frontend/magento/ is empty. I want to modify the product detail page and catalog detail pages. I am new to Magento can anybody help me in this

도움이 되었습니까?

해결책

You need create a new theme based on Magento luma or blank. please read through Magento Doc:

https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/theme-create.html

You could follow that tutorial to create your own theme (MyCompony/mytheme). And copy all files in (vendor/magento/module-catalog/view/frontend/templates/product/) into your new theme folder (app/design/MyCompony/mytheme/Mage_Catalog/templates/product/). If you want to edit category page just modify the list.phtml. For Product detail page, you have to modify the corresponding files inside product/view/.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top