Changing/Editing the "View All" button in Shopify 

Alterando/Editando o botão "Ver tudo" no Shopify

Log in or Sign up to ensure access to FREE code across multiple devices.

Personalize seu tema. Nenhuma experiência de codificação é necessária. NOTA: O código pode ser diferente de acordo com o seu tema.

Para iniciar:

1. Vá para o seu tema

2. Clique em "editar código"

3. Vá para a pasta Seção e encontre collection.liquid ou pode ser feature-products.liquid para outros.

4. Encontre a seção view_all

5. Em vez de substituir todo o código "<a href /a>", precisaremos apenas substituir " {{ 'collections.general.view_all' | t }" with the code below


6. Then go to your schema and add a text box before the "]" before going to "presets"

"da" : "Knaptekst" , "de" : "Nome do botão" , "pt" : "Etiqueta do botão" , "es" : "Etiqueta de botão" , "fi" : "Tekstipainike" , "fr" : "Texto do botão" , "it" : "Etichetta pulsante" , "ja" : "ボタンのラベル" , "ko" : "버튼 레이블" , "nota" : "Knappetikett" , "nl" : "Knoplabel" , "pl" : "Przycisk z etykietą" , "pt-BR" : "Etiqueta de botão" , "pt-PT" : "Etiqueta do botão" , "sv" : "Knappetikett" , "th" : "ป้ายกำกับปุ่ม" , "tr" : "Düğme etiqueta" , "vi" : "Nhãn nút" , "zh-CN" : "按钮标签" , "zh-TW" : "按鈕標籤" } }

7. Clique em Salvar

8. Vá para o seu tema novamente e clique em Personalizar

9. Adicione uma coleção de recursos e deve haver uma seção para o rótulo do botão

Deixe-me saber se você tem perguntas

Copied!

Lutando com instruções?

Não se preocupe, nós oferecemos cobertura por um preço razoável. Entre em contato conosco através de "Converse conosco" para obter um orçamento.

Relaxe enquanto nós cuidamos disso para você!

Voltar para o blogue

6 comentários

Hi VOLODYMYR,

This code is for legacy themes only.

Made4Uo

Hi
I have some issues with this code
https://prnt.sc/Gsy4MCw50orx

My theme is Taste

Volodymyr

Hi @PETER SNOWDEN,

The edits is for the legacy themes. Make sure to check in your theme editor. There might be a checkbox available to show the “View all” button.

Made4Uo

Hi, i am trying to place this code for “view all button” into dawn theme. Comes back with error when I try to save.
“unable to update the file invalid json in tag ‘schema’”.
I am placing code into collection-list.liquid.
Can you help?
regards
Peter

peter snowden

Hi @Rose Alexander. I think I replied to you already via “chat with us.” Anyway, I updated the code so you only have to find the view_all translation and replace it

Made4uo

Deixe um comentário