1
votes

I want to change magento add to cart to buy now or else from admin panel. I do not want to make changes in code Please guide where can I find option in admin panel. I could not find any option in admin panel for same. As I change any code changes will be lost on update.

1
No update affect your theme's template folder. it mainly affect core files. so change in template folder. Change'll not loss on Update.Niraj Jani
what if i update theme alsosaurav
Yes, That Might caught problem. I guess anz answer is perfect. but still if u update theme locale will be updated. there'll be also same problem.Niraj Jani

1 Answers

1
votes

The easiest way you can achieve this is using the translate.csv , rather than changing multiple phtml files .

Go to your theme. Then inside you theme, go to Locale > en_US. Open the translate.csv using any text editor. Then add the following line the csv.

 "Add to Cart","Buy Now"

Save, clear cache from admin, and then refresh. Voila! it must be done.