Display top 3 customer details with photo in homepage dawn theme

Hi All,

I want to display the top 3 customer details with photo in homepage(Based on the order they completed). I am using dawn theme.. is it possible to do ?? Can anyone pls help me on that..

thanks

Hello @Aravinthmoshi ,

You want to say that you want to show Customer testimonials in Home page?

No. Based on their products purchased ranking(orders placed in website), need to display the top 3 customer details with photo in homepage.

Thanks.

@Aravinthmoshi ,

Can you share the store URL ?? so that I can check and let you know!

Have a Nice Day!

Thanks for your response.

store url: https://northmistnew.myshopify.com/

pwd:northmist

In that homepage, leaderboard section- need to show the top ranked customer details.

thank you.

Hi @Aravinthmoshi

To display top 3 customer details you need to add below code in to your section.

Display customer image shopify does not provide option for add customer image.

Create new file and add below code. Use this section where you want to display top 3 customers.


  

    

  

{% schema %}
  {
    "name": "Top Customer",
    "settings": [],
	"presets":[
      {
      	"name": "Top Customer"
      }
	]
  }
{% endschema %}

{% stylesheet %}
{% endstylesheet %}

{% javascript %}
{% endjavascript %}

Thank You.

@SheetalZadfiya Thanks for your code.. I have tried your code, But it is not working for me.. can you pls help me out on this?

Thanks,

Aravinth.