Install / Uninstall

Related Products Manager for Magento

Install / Uninstall Instructions

Installation Instructions

The easiest way to install Related Products Manager is through Magento Connect.

Install Now through Magento Connect
Uninstall Instructions

To temporarily disable Related Products Manager:

Click on System->Configuration->Advanced and set CommerceStack_Recommender to disabled then clear your cache.

 

To permanently remove Related Products Manager:

Use Magento Connect Manager to uninstall (recommended), or:

  1. Delete the following files and directories:
    • app/code/community/CommerceStack/*
    • app/etc/modules/CommerceStack_*.xml
    • app/design/adminhtml/default/default/layout/recommender.xml
    • (for versions prior to 3.0) js/commercestack/adminhtml/recommender.js
  2. Drop the database table recommender_product_link
  3. Run the following query in the database: DELETE FROM core_resource WHERE code=’recommender_setup’;