All Bijoux
Total Posts: 22
Joined: 2008-05-04
I would like to remove compare product and recently viewed boxes.
For compare box I suppose is on template/catalog/products/compare/sidebar.phtml
-Just removing all the lines???
For the recently viewed products box It’s been harder to find.
Is it a matter of removing specific lines from: layout/ reports.xml ??
No knowledge of php neither too much css.
Thanx a lot if you could confirm by deleting this lines on told files
we will be able to not show those two boxes
Posted: May 18 2008
| top
double02
Total Posts: 28
Joined: 2007-12-08
Los Angeles, CA
delete the following two lines
in layout/reports.xml (line 27)
< block type = "reports/product_viewed" before = "right.permanent.callout" name = "right.reports.product.viewed" template = "reports/product_viewed.phtml" />
in layout/catalog.xml (line 53)
< block type = "core/template" before = "cart_sidebar" name = "catalog.compare.sidebar" template = "catalog/product/compare/sidebar.phtml" />
Posted: May 18 2008
| top
| # 1
All Bijoux
Total Posts: 22
Joined: 2008-05-04
Thanks!!! Better and quicker answer could not be possible
Posted: May 21 2008
| top
| # 2
WebShopApps
Total Posts: 436
Joined: 2008-05-30
London, UK
You also need to remove the relevant line from customer.xml .
Can be tested by clicking on My account (assuming logged in).
Signature
#1 Magento Worldwide Shipping extension provider - come talk to us @ WebShopApps.com to discuss your requirements
Magento Gold Industry Partners & Trusted Extension Providers
“Your entire suite of shipping extensions has proven to be extremely successful for many of our clients. The flexibility is extraordinary so we can adapt to each store’s particular needs.”
Posted: June 3 2008
| top
| # 3
triality
Total Posts: 19
Joined: 2008-10-28
When I did this it removed the recently view products box from the homepage, but it still shows up when I click on categories. IE:
anyone know how to remove it from this area as well?
Posted: November 9 2008
| top
| # 4
skippybosco
Total Posts: 796
Joined: 2008-10-03
triality, the links you posted are password protected.. that being said, disable magento cache, clear your browser cache.. try again.
Posted: November 10 2008
| top
| # 5
2xxstudio
Total Posts: 2
Joined: 2008-12-20
Could someone tell me where can I change this box title “Recently Compared Products” ?
Posted: December 30 2008
| top
| # 6
chiareu
Total Posts: 11
Joined: 2008-12-30
Bucharest - Romania
To Disable “Recently Viewed Box” simply go on Admin Interface / Sistem/Advanced/Advanced and disable “Mage_Reports.”
That’s all.
For Compare Box still searching.
Posted: January 16 2009
| top
| # 7
guillaume7684
Total Posts: 236
Joined: 2008-10-20
double02 - 18 May 2008 01:30 PM
delete the following two lines
in layout/reports.xml (line 27)
< block type = "reports/product_viewed" before = "right.permanent.callout" name = "right.reports.product.viewed" template = "reports/product_viewed.phtml" />
in layout/catalog.xml (line 53)
< block type = "core/template" before = "cart_sidebar" name = "catalog.compare.sidebar" template = "catalog/product/compare/sidebar.phtml" />
I want to remove “compare products” on the homepage ONLY , so I delete this line in the file layout/catalog.xml:
<block type="core/template" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
The problem is when I am in the categories of products, “compare products” is also deleted !!!
Posted: February 2 2009
| top
| # 8
Frawanaz
Total Posts: 11
Joined: 2008-02-18
Hi
Thank you for the solution to removing the compare products box.
However I still have one problem. On the products themselves when listed in a category, below the actual thumbnail/picture you have the option to “Add to Compare “ or “Add to Wishlist’.
Is there an easy way (preferably just commenting out some xml code), to remove the *Add to Compare* link?
Thank you in advance.
J.
Posted: April 19 2009
| top
| # 9
Diana38
Total Posts: 12
Joined: 2009-02-18
I have same problem. I removed all boxes ( compare ) but still show in product display and category the option. ..link to compare. Wonder where I could find those to remove.
zero002021
Total Posts: 5
Joined: 2009-05-05
chiareu - 16 January 2009 02:03 PM
To Disable “Recently Viewed Box” simply go on Admin Interface / Sistem/Advanced/Advanced and disable “Mage_Reports.”
That’s all.
For Compare Box still searching.
Will disabling “Mage_Reports” affect anything other than the “Recently Viewed Products” Box?
cloudesign
Total Posts: 32
Joined: 2009-06-02
Client does not want the compare feature on the site, anywhere. How can I disable it without hacking in case she changes her mind?
Girdy
Total Posts: 12
Joined: 2009-04-19
My problem is that I want to show the recently viewed items on my site but have not got a clue how to make it available so any pointers would be appreciated.
mk-ok
Total Posts: 20
Joined: 2009-02-10
Frawanaz - 19 April 2009 12:03 AM
Hi
Thank you for the solution to removing the compare products box.
However I still have one problem. On the products themselves when listed in a category, below the actual thumbnail/picture you have the option to “Add to Compare “ or “Add to Wishlist’.
Is there an easy way (preferably just commenting out some xml code), to remove the *Add to Compare* link?
Thank you in advance.
J.
Bump. Any solutions?
Posted: August 12 2009
| top
| # 14