사용자가 버튼을 클릭 할 때 "이메일로 보내기"페이지를 팝업 창으로 사용자 정의하고 싶은 올바른 방법을 제안 해주십시오. 템플릿 힌트를 사용하면 버튼이
frontend / rwd / default / template / catalog / product / view / sharing.phtml
그리고 해당 레이아웃 파일은 catalog.xml
(frontend / rwd / default / layout에 있음)
그래서 다음 코드가 local.xml
있는 동일한 폴더에를 만들었습니다 catalog.xml
( test.phtml
대신 sharing.phtml
'Debug'에 부여한 것 )
<?xml version="1.0"?>
<layout version="0.1.0">
<default>
<catalog-product-view>
<reference name="content">
<block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
<block type="catalog/product_view" name="product.info.sharing" as="sharing" template="catalog/product/view/test.phtml"/>
</block>
</reference>
</catalog-product-view>
</default>
</layout>
그러나 아무 일도 일어나지 않습니다. 기존 xml
및 phtml
파일 을 수정하지 않고 테마의 기본 디자인을 변경 (덮어 쓰기)하는 방법을 의미 합니까?