cancel
Showing results for 
Search instead for 
Did you mean: 

Move Compare Products

Move Compare Products

I need to move the compare products section to the footer or at least further down from where its at on the right side.

 

Google so far hasn't yielded any results...

 

Any help would be appreciated.

 

3 REPLIES 3

Re: Move Compare Products

You need to move the compare product static block to where you want to place it.

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: Move Compare Products

I'm not quite sure how to do that.....

 

 

Re: Move Compare Products

Could maybe be done like this in the rvd theme:In catalog.xml file.

Find this:

<reference name="right">
<block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
<!--<block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml">-->
<!--<action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>-->
<!--<action method="setImgAlt" translate="alt" module="catalog"><alt>Keep your eyes open for our special Back to School items and save A LOT!</alt></action>-->
<!--</block>-->
</reference>

 

Change is to this:

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

</reference>

 

You should be able to add this to your local.xml file as well, this way you don't edit core files.

 

Let me know if this helps :0)

 

-- Best regards --
Kent Christiansen | Magento Certified Solution Specialist