Magento – Recently Viewed products issue in Magento V2.1.3

magento-2.1products

Today I configured the Recently Viewed products in my local website, It is showing When Customer Login in front store otherwise it's not showing.

Is it Customer Session based or It will shown every Customer (Guest, General..etc)?

enter image description here

I want to show Recently Viewed products to everyone how can I configure this?

Any help?

Best Answer

Lets take an example for homepage. if you want to show "Recently Viewed Products" on your homepage follow below steps :

  1. Login to your admin panel
  2. Click on content - > Blocks - > Find Homepage Block

  3. Click on Homepage Block and edit then toggle show/hide editor , You will see insert widget option there

  4. Click on insert widget select "Recently Viewed Products" from dropdown , add number of product to display (ex - 5)

  5. Select template from dropdown then click on insert widget

  6. Click on save Block then go to the front side on homepage . View any product
  7. Back to the homepage you will see "Recently Viewed Product" over there.
Related Topic