Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
手伝って頂けますか?いくつかの製品を検索したいとき、それは私のレイヤーを破壊します。右バーを削除したい。これはその画像ですhttp://i49.tinypic.com/vopnj4.png
これを試して:
app\design\frontend\your_package\your_theme\layout\catalog.xml 内
<default> <remove name="right" /> ..... </default>
これにより、すべてのカタログページから削除されるため、次のように変更することをお勧めします
<catalog_product_view translate="label">
ブラウザの URL パスは何ですか (www.xyz.com/?)