Change Checkout Flags on Product and Add 'Add to Cart' Button on Theme Waresabino

Topic summary

  • Pedido: remover os avisos/selos de “trusted and secure checkout” e as bandeiras acima da seção “nós aceitamos”, e adicionar um botão “Add to Cart” abaixo de “Comprar Agora” no tema Ware Sabino (terceiro).

  • Progresso: foi fornecida uma solução CSS para ocultar os selos/badges. Instrução: adicionar ao final de style.css ou theme.css o seguinte: .htusb-payment-badges { display: none !important; }.

  • Sobre o “Add to Cart”: é necessário editar o template de produto para renderizar o botão no local desejado. Como o tema é de terceiro (Waresabino da Sabino Vision), não foi possível testar ou compartilhar o código exato; foi solicitado acesso/contato por e‑mail para realizar a personalização.

  • Contexto extra: o link de um produto da loja foi compartilhado para referência.

  • Status: remoção dos badges encaminhada com CSS; inclusão do botão “Add to Cart” permanece em aberto, dependente de acesso ao tema. Nenhuma solução final publicada para o segundo ponto.

Summarized with AI on December 15. AI used: gpt-5.

Hello, could anyone help me with how to remove this ‘trusted and secure checkout’ and the flags above the ‘nós aceitamos’ section in the screenshot?

Also, how can I add the ‘Add to Cart’ button below the ‘Comprar Agora’ button in the Ware sabino theme? Thank you

For adding add to cart button you will need to edit some code and in the product template file need to render the atc button at the location you need it.

Please reach out via mail for any help regarding theme customization/Modifications.

Thanks

Shadab

1 Like

Hello. could you help me telling me the code and where to put it to make
these 2 customizations in the product template please? my theme is
waresabino, a third party theme, from the Sabino Vision website. my site:
https://lojaainsof.com.br/collections/melhores-promocoes/products/mini-kalimba-thumb-piano-de-madeira-macica-8-teclas-em-aco-inox-promocao
thank you!

So for hiding those trust badges, open style.css or theme.css file from your theme code editor and paste this at the very bottom of everything.

.htusb-payment-badges{

display: none !important

}

As for the second one i will need access to your store since you are using a third-party probably paid theme and i cannot test this out on my dev store. Please reach out via mail for a convenient conversation and solution.

Thanks
Shadab

1 Like