Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

206
Visualizações
How can we update or edit meta fields for each product for getting multiple images of each product from shopify?

How can we update or edit meta fields for each product for getting multiple images of each product from shopify ?

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

If I understand your question you want to have multiple images per product and set in the metafields of the product which image corresponds to which feature of the product.

I would suggest the following, possibly using a web application or an app that removes any manual intervention:

  • You upload all the pictures of the product using Shopify API (or manually).
  • You create a metafield attribute with a json that contains the map the index of the picture that you upload.
  • In your .liquid file you access pictures with something like product.media[product.metafields.myshop.media_data['front_picture']]

To make an example, let's say you have a product with 4 front and 5 back pictures.

  • You upload all your pictures. Front pictures are first 4 and back are the last ones (this is just an example, they could be mixed).
  • You set your metafield as { "front" : [1,2,3,4],"back" : [5,6,7,8,9]} (NB they don't have to be consequent numbers)
  • In your frontend you can put
    {% for front_index in product.metafields.myshop.media_data.front %}
          <img src="{{ product.media[front_index]| img_url: 'original' }}"/>
    {% endfor %}
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda