I would like to move the "Continue Checkout" button up and just below the "Payment Method" box. Where do I do that?
Thanks
www.thecablestation.com
I would like to move the "Continue Checkout" button up and just below the "Payment Method" box. Where do I do that?
Thanks
www.thecablestation.com
www.theCableStation.com
"If we restrict liberty to attain security we will lose them both."
In the tpl_checkout_payment.php template.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Is that the same as tpl_checkout_payment_default.php ?
If so is this the code that I move, and where to?
Code:<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONTINUE_CHECKOUT, BUTTON_CONTINUE_ALT, 'onclick="submitFunction('.zen_user_has_gv_account($_SESSION['customer_id']).','.$order->info['total'].')"'); ?></div> <div class="buttonRow back"><?php echo TITLE_CONTINUE_CHECKOUT_PROCEDURE . '<br />' . TEXT_CONTINUE_CHECKOUT_PROCEDURE; ?></div>
www.theCableStation.com
"If we restrict liberty to attain security we will lose them both."
Apologies yes, that is the file. But it's only the first line that you would move for the button.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
To where exactly? Also does it matter that I have Fast and Easy Checkout installed?
www.theCableStation.com
"If we restrict liberty to attain security we will lose them both."
Where do I move that line too?![]()
www.theCableStation.com
"If we restrict liberty to attain security we will lose them both."
Unfortunately, I can't advise specifically as I've never used fast and easy checkout. You will need to look at the template code that gives you, work out which bit is inserting the payment information and put it after that.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Thanks for replying.
www.theCableStation.com
"If we restrict liberty to attain security we will lose them both."