I’m working on creating a store where most of the books will be free, so people can download them directly from the product page without needing to go through checkout. I’ve created a download button that seems to work well.
The issue arises when I try to display download stats on the product page. Basically, I’m not sure how to do it. I’m pretty new to Shopify, and from what I’ve seen, there aren’t any apps that allow this.
This type of work is possible but is pretty complex as well the same time and it will require some custom coding in your theme files at multiple places so if you’re not familiar with coding then I would highly recommend you to hire a Shopify developer who can help you out with that in performing the task smoothly. Feel free to let me know if you want me to help you out and I would be more than happy to give you a helping hand.
Hello @PauuB ,
The metafield itself only stores data, such as a count (e.g., number of downloads). It does not display a graphic or visual element by default. You can use Liquid to format and display it however you like, such as showing a count or even adding a graphic next to it (like a download icon). The metafield is just a data point that you can customize the display for in your theme’s code.