Magento布局和位置

时间:2013-07-13 23:45:45

标签: css magento layout compare php

我正在尝试做一些magento重新设计,所以我有点困惑,关于两件事:

  1. 如何将比较产品块添加到左列(在哪里,以及我必须添加的内容),例如我使用2columns-left和左栏没有那个块..
  2. 如何更改产品页面上元素的位置,例如,我希望矿山产品图像在右侧,并且图像下方的简短说明,我有困惑,在哪里查找,哪些文件,什么代码,要更改位置?
  3. - 我知道我可以用css定位,但它很乱并且不那么好。 :/

    谢谢。

1 个答案:

答案 0 :(得分:0)

正如你在这里提到的两点。

1.比较产品app / design / frontend / {interface} / {theme} /layout/catalog.xml。 移动这一行

<block type="catalog/product_compare_sidebar" before="cart_sidebar" 
name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>

来自标签内部''标签内部'' 清除缓存,你就完成了。

2.要检查您的文件或阻止来自哪里,只需抛出此步骤,然后您就可以更改您的magento项目中的布局或位置或产品

goto->admin->system->configuration->Current Configuration Scope(left side)->select main website->Debug(right tab)->Template Path Hints ->select yes->refresh home page