Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Buy It Now Button Translation

Solved

How can I translate the 'Buy It Now' button to Turkish on Dawn theme?

onurkaymaz
New Member
4 0 0

Hi, 

I'm trying to translate "Buy It Now" button to Turkish. (I want it to be translated as "ŞİMDİ AL")

I would appreciate if you can help me with that. I'm using Dawn theme.

 

I've already tried steps below;

  • Go to Online Store -> Theme -> Actions -> Edit languages
  • In the Filter translations -> type "Buy it now"
  • Locate the translation for the Buy it now button -> click Edit.

Thanks in advanceEkran görüntüsü 2024-02-06 104629.png

Accepted Solution (1)
MastersHub
Shopify Partner
216 21 38

This is an accepted solution.

O kısımı translate de bulamadım. Sana şöyle bir hile css kodu verebilirim. Kendi temamda çalıştırdım. Umarım senin temada sorunsuz çalışır.

 

Edit Code -> Theme.Liquid -> Head tagları arasına yapıştır.

 

head.pngşimdi al.png

 

 

 

<style>
      .shopify-payment-button__button {
        font-size: 0!important;
      }
      
      .shopify-payment-button__button::before {
        content: "ŞİMDİ AL"!important;
        position: absolute;
        visibility: visible;
        top: 0;
        left: 0;
        bottom: 0;
        font-size: 14px;
        display: contents;
      }
</style>

 

Helpful ? Like and Accept Solution
Buy me a Coffee
Need a Shopify Developer?
Send Email or Chat on WhatsApp

View solution in original post

Replies 8 (8)

zaczee
Globetrotter
855 46 42

Hi,

 

Can you share your store url

onurkaymaz
New Member
4 0 0
MastersHub
Shopify Partner
216 21 38

It can be adjusted from many places. My first guess is to check the checkout settings.

Helpful ? Like and Accept Solution
Buy me a Coffee
Need a Shopify Developer?
Send Email or Chat on WhatsApp
MastersHub
Shopify Partner
216 21 38

Önce bunu denemeni tavsiye ederim. Daha sonra farklı ihtimallere bakalım.

 

Ayarlar -> Ödeme -> En Alt -> Ödeme sayfası dili -> Yönet -> Ara -> "now" -> Değiştir & Kaydet

 

Screenshot 2024-02-06 at 11.41.35.png

Helpful ? Like and Accept Solution
Buy me a Coffee
Need a Shopify Developer?
Send Email or Chat on WhatsApp
onurkaymaz
New Member
4 0 0

Hocam o kısım ödeme sayfasındaki şimdi ödenin çeviri bölümü. Bende de zaten o şekilde düzenlenmiş durumda.

 

Aramayı pay now değil buy it now olarak yazınca da böyle bir metin bulamıyor.

 

Ekran görüntüsü 2024-02-06 125020.png

Ekran görüntüsü 2024-02-06 125559.png

MastersHub
Shopify Partner
216 21 38

This is an accepted solution.

O kısımı translate de bulamadım. Sana şöyle bir hile css kodu verebilirim. Kendi temamda çalıştırdım. Umarım senin temada sorunsuz çalışır.

 

Edit Code -> Theme.Liquid -> Head tagları arasına yapıştır.

 

head.pngşimdi al.png

 

 

 

<style>
      .shopify-payment-button__button {
        font-size: 0!important;
      }
      
      .shopify-payment-button__button::before {
        content: "ŞİMDİ AL"!important;
        position: absolute;
        visibility: visible;
        top: 0;
        left: 0;
        bottom: 0;
        font-size: 14px;
        display: contents;
      }
</style>

 

Helpful ? Like and Accept Solution
Buy me a Coffee
Need a Shopify Developer?
Send Email or Chat on WhatsApp
onurkaymaz
New Member
4 0 0

👍 işe yaradı, şimdilik bir sorun görünmüyor.

çok teşekkürler.

Ekran görüntüsü 2024-02-06 134640.png

MastersHub
Shopify Partner
216 21 38

Rica ederim. İşe yaradığına sevindim. Yardıma ihtiyaç duyarsan çekinmeden sorabilirsin. İyi günler.

Helpful ? Like and Accept Solution
Buy me a Coffee
Need a Shopify Developer?
Send Email or Chat on WhatsApp