Hi Clyde,
No there are no error messages. The buttons just don't show up.
On other things, I'm trying to integrate COWOA into the template. On another site I was able to enter the COWOA code into tpl_login_default with the split login screen false section. On the cold steel template I was doing the same thing but for some reason the COWOA login does not show up on the login page.
These are what I did:
On login.css added:
.cowoa {
margin: 0 auto;
padding: 0;
width: 50%;
}
On tpl_login_default.php added just after the BOF normal login code:
<!--bof cowoa-->
<div class="cowoa">
<?php
if ($_SESSION['cart']->count_contents() > 0) { ?>
<br class="clearBoth" />
<hr id="catBoxDivider" />
<br class="clearBoth" />
<fieldset class="main">
<legend><?php echo TEXT_RATHER_COWOA; ?></legend>
<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>
<?php } ?>
</fieldset>
</form>
</div>
<!--eof cowoa-->
I'm not sure if I am missing anything but when I tried copying and pasting it on the split login true screen, it also does not show up. Any ideas?
![]()


Reply With Quote
