Hmmm, a few years ago I needed to move my CO button and used this:
Its been awhile since worked with zc but I seem to rememberPHP Code:
<div class="buttonRow forward"><?php echo TEXT_SECURE_CHECKOUT; ?></div>
<br class="clearBoth" />
means move to the right andPHP Code:
<div class="buttonRow forward">
means leftPHP Code:
<div class="buttonRow back">
and this was a line breakSubstitute the TEXT_SECURE_CHECKOUT with what ever button your trying to move, on what ever page your working on, hope this helps:lookarounPHP Code:
<br class="clearBoth" />