Over lay text on Check out Button

Do any of you get this problem on your site during checkout? please check image, a over lay text on a image button

7 answers

Profile photo of Saguaros 0.00 $tone August 9, 2012
Public

Hi jc,

This is title of submit button, you could remove it from file: \app\design\frontend\base\defaulttemplate\checkou t\onepagereview\button.phtml

PHP Code:

<button type="submit" title="<?php echo $this->__('Place Order'?>" class="button btn-checkout" onclick="review.save();"><span><span><?php echo $this->__('Place Order'?></span></span></button>


Remove the code for title (the first one):

PHP Code:

<?php echo $this->__('Place Order'?>


Hope this helps.

#3
Profile photo of Saguaros 0.00 $tone August 14, 2012
Public

It’s so strange cause I changed like that and it works in my local. Did you flush all the cache after making change?

If it still persists, pm me admin and FTP account, I shall check for you.

#5

This question is now closed

Written By

Comments