AbanteCart Community

Shopping Cart Operations => Support => Topic started by: abcart_ecm on June 13, 2014, 08:40:55 AM

Title: Change text inside button confirm order (Solved)
Post by: abcart_ecm on June 13, 2014, 08:40:55 AM
Hi,
I want to change the text inside the button "Confirm Order" (english)
or "Bestellung bestätigen" (german)

Looked for possible key but nothing to find.
To find the php echo I traced it back to this code inside default_banktransfer.tpl

<a id="checkout" class="btn ml10 pull-right btn-orange">
    <i class="icon-ok icon-white"></i>
    <?php echo $button_confirm; ?>
</a>

Looking at the php echo the variable holding this text = button_confirm
but no keys found.

So where can I edit this text in english, german and spanish ?
-------------------------
Edit:
Found it: key button_confirm
Solved.
Title: Re: Change text inside button confirm order (Solved)
Post by: abantecart on June 13, 2014, 01:16:35 PM
Did you try to search for text in admin ( top right )?
There are many posts that covered this in the forum.

See video how it works

 
Title: Re: Change text inside button confirm order (Solved)
Post by: abcart_ecm on June 14, 2014, 07:35:50 AM
Hi,
I found it in Admin with the search everywhere bar.
Still have to get used on using that great tool  :)