Question

how to implement automatic Related , upsell, cross-sell products. we uploaded lot of products. but there is no Related , upsell, cross sell products.

What we want is through programatically how we can assign the Related , upsell, cross sell for same category products. Is there any free extension that give this result with atleast 4 + review.

Was it helpful?

Solution

You can use AheadWorks Automatic Related Products 2 https://ecommerce.aheadworks.com/magento-extensions/automatic-related-products-2.html

43 reviews

5 Stars support

FREE MODULES:

https://www.magentocommerce.com/magento-connect/related-products-manager.html https://www.magentocommerce.com/magento-connect/mtoo-related-automatic-related-products.html

OTHER TIPS

You can check in DB how this is related...

catalog_product_linktable holds "link_type_id"(here you can check which id upsell or cross sell have), and then you just need to insert products to the table catalog_product_link and set the riht link_type_id to it. Best way to do this is to have some excel or something like that, map all products to its linked product id and just build insert queries and boom:) Clear cache, maybe you will need some reindexing - I am not sure about that and you should have related products on site.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top