How can I display the 'Amount Sold' for each product on my page?

Hello.

Someone help me please.

I would like to know how I can put, “Amount of Sold” for each product on my page, this amount I would put myself. Could you give me an idea of how I can do this?

1 Like

@ookla

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

could you give an idea of ​​how to do this please?

@ookla

can you please provide store url so i will guide

Merchants wanting this setup can contact me for pricing by messaging my profile or contacting my at the email in my signature

Either for the product, or for the variants if need be use the new metafield definitions to create a custom definition: https://help.shopify.com/en/manual/metafields/metafield-definitions/creating-custom-metafield-definitions

shopify.com/admin/metafields/> shopify.com/admin/metafields/products:

Example values

Choosing the type to be a Number, you can also just use text.

The new metafield on product pages

Always backup themes before you make any changes to code

To use the metafields with liquid in theme files add the following line to the relevant area of code:

{{ product.metafileds.my_fields.amount_sold.value }}

note the underscores(_) and use of the .value

https://shopify.dev/api/liquid/objects/metafield

thank you so much it worked