All things Shopify and commerce
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;
Thanks in advance
Solved! Go to the solution
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.
<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>
Hi,
Can you share your store url
It can be adjusted from many places. My first guess is to check the checkout settings.
Ö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
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.
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.
<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>
👍 işe yaradı, şimdilik bir sorun görünmüyor.
çok teşekkürler.
Rica ederim. İşe yaradığına sevindim. Yardıma ihtiyaç duyarsan çekinmeden sorabilirsin. İyi günler.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025