This small extension attempts to automate the product cross sell maintenance.
Every time a customer checks out, all products that are in the shopping cart are linked as cross sell products.
My target is to implement the functionality \"customers who brought this product also brought these..\"
if one of the products already is linked with another, the position attribute gets incremented.
The display logic of cross sell products is modified by this extension, so products with a HIGH position placed first on the list of cross sell products.
This extension has been tested successfully with Magento v1.3.1!UPDATE 0.1.3beta: a bit faster and handles carts with many products more gracefully now.
You can disable the extension or enable logging in the admin interface.
Look in System > Configuration > Sales > Auto CrossSell Products.
Logging will take place in the file configured in System > Configuration > Developer > Log Settings (default var/log/system.log). Please note that you have the log directory and that file yourself, and give the webserver write permissions, too.
Revision 0.1.2beta fixes an issue where the module was installed under app/code/local/ but was configured as a community module. Please update to 0.1.2beta to fix this issue! Also, you need to manually delete the directory app/code/local/Netzarbeiter. Sorry for the inconvenience!
If you have ideas for improvements or find bugs, please send them to vinai@netzarbeiter.com,
with Netzarbeiter_AutoXSell as part of the subject line.