I have looked through the button_names.php file, but couldn't find the one I needed. I want to change the text from "login to shop" to Login to order" and I can't find where to do it. See green circle.
Thanks
Justin
I have looked through the button_names.php file, but couldn't find the one I needed. I want to change the text from "login to shop" to Login to order" and I can't find where to do it. See green circle.
Thanks
Justin
includes/languages/your_template/english.php
define('TEXT_LOGIN_TO_SHOP_BUTTON_REPLACE','Login to Shop');
Worked perfectly, Thanks!!