Question

I am using magento ver 1.9.2.3 , how can i get viewed product also viewed product list and also bought product based on my customer list using available options?

Était-ce utile?

La solution

If I understand your question correctly you wish to display a 'Recently Viewed Products' block?

You can do that using the following guide: https://docs.magento.com/m1/ce/user_guide/marketing/recently-viewed-compared.html

enter image description here

enter image description here

To display past orders or bought products from past orders in your customer list you would have to use a module such as this: https://www.mageworx.com/products-ordered-by-customer-magento-extension.html

1) PEOPLE WHO VIEWED THIS ALSO VIEWED

Maybe this for starters: https://github.com/vovayatsyuk/magento-alsoviewed

2) PEOPLE WHO BOUGHT THIS ALSO BOUGHT like Amazon.

https://www.mageworx.com/others-also-bought-magento-extension.html

or https://github.com/georgeschiopu/alsobought

as examples.

Note: These modules linked are free. I am in no way connected to their creators.

Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top