Hi,

Originally Posted by
Graphicman
Because of other mods i manually over wrote the files and did it to the letter and have checked them all but i have 2 major problems,
1. The first is this in split mode, CoWA appears twice.
2. The second when i set split mode to false CoWA does not appear at all.
Looks like a problem with your tpl_login_default.php template. Bit hard to know exactly what the problem is without looking at the template but there should be two sections of code that look like:
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 } ?>
One (or both) is probably in the wrong place in the template.
Hope that helps.
Regards,
Christian.
Bookmarks