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