I would like to know how I can move the COWOA location from the bottom to the top of the page above the other login options . Any type of help will be greatly appreciated.
I would like to know how I can move the COWOA location from the bottom to the top of the page above the other login options . Any type of help will be greatly appreciated.
Halo's Ethereal Favors - Wedding Favors, Baby Shower Favors, Baby Gifts & more!
Visit Our Blog:Halo's Favors Blog
In includes/templates/your_template/templates/tpl_login_default.php
Move this code to wherever you want it displayed:
PHP Code:<?php
if ($_SESSION['cart']->count_contents() > 0) { ?>
<fieldset>
<legend>Checkout Without Account</legend>
<?php echo TEXT_RATHER_COWOA; ?>
<div class="buttonRow forward">
<?php echo "<a href=\"" . zen_href_link(FILENAME_NO_ACCOUNT, '', 'SSL') . "\">"; ?>
<?php echo zen_image_button(BUTTON_IMAGE_CONTINUE, BUTTON_CONTINUE_ALT); ?></a></div>
<br class="clearBoth" />
</fieldset>
<?php } ?>
Mods: Admin Activity Report || PO Box Ban || Empty Cart Manager || Autoresponder+ || Zip Validator || Desktop Data || SRiC
Thanx Dude!
Halo's Ethereal Favors - Wedding Favors, Baby Shower Favors, Baby Gifts & more!
Visit Our Blog:Halo's Favors Blog