See this Photo links
1&2 Question below this link
http://www.mx7.com/view2/yp7CxevpbgGvgqwg
Q.1 How to romve compare link with JM product list?
Q.2 I’m using Magento 1.9.1(Latest version) , Cannot push on tab button, And tab content live outside tab.
3 Question below this link
http://www.mx7.com/view2/yp7E8Qx2RvdjSvCl
Q.3 How to remove compare box on left side?
Thanks you
1 answer
Hi
Q.1 How to romve compare link with JM product list?
=> you go to base\default\template\catalog\product\view\addto.phtml
Q.2 I’m using Magento 1.9.1(Latest version) , Cannot push on tab button, And tab content live outside tab.
=> you go to admin-> CMS -> Pages -> home page -> click Design tab in the left column -> In Layout Update XML : you find name=”jmtabs” . you can refer it.
Q.3 How to remove compare box on left side?
=> go to app\design\frontend\default\jm_casual\layout\catalog.xml
remove below code line 62
<block type=”catalog/product_compare_sidebar” after=”-” name=”catalog.compare.sidebar” template=”catalog/product/compare/sidebar.phtml”/>
Best regards,
Kan