chalfontgifts:
If you change the width of the window the progress bar wraps to the next line. But only at particular widths. Any Ideas why. You can have it really narrow and its fine. Widen it a bit and it wraps.
I'm not seeing a problem with this. The bar never wraps for me. It just shrinks down with the width of the window. I tried many different widths (in Firefox). Maybe you fixed it already???
chalfontgifts:
Also the progress bar is not present at all on the payment stage, when checking out with or without an account.
Since it is working on every other stage of checkout, alarms should be going off that perhaps code is missing from the payment page only, probably an oversight during installation or an FTP error. If you view source on the payment page, there is no order steps code on that page (should be appearing underneath the "Step 3 of 5 - Payment Information" when you view source).
Open includes\templates\YOUR_TEMPLATE\templates\tpl_checkout_payment_default.php and underneath <h1 id="checkoutPaymentHeading"><?php echo HEADING_TITLE; ?></h1>
add this:
<!-- bof Order Steps (tableless) -->
<?php if($COWOA) { ?>
<div id="order_steps">
<div class="order_steps_text">
<span class="order_steps_text1_COWOA"><?php echo TEXT_ORDER_STEPS_BILLING; ?></span><span class="order_steps_text2_COWOA"><?php echo TEXT_ORDER_STEPS_1; ?></span><span id="active_step_text_COWOA"><?php echo zen_image($template->get_template_dir(ORDER_STEPS_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . ORDER_STEPS_IMAGE, ORDER_STEPS_IMAGE_ALT); ?><br /><?php echo TEXT_ORDER_STEPS_2; ?></span><span class="order_steps_text3_COWOA"><?php echo TEXT_ORDER_STEPS_3; ?></span><span class="order_steps_text4_COWOA"><?php echo TEXT_ORDER_STEPS_4; ?></span>
</div>
<div class="order_steps_line_2">
<span class="progressbar_active_COWOA"> </span><span class="progressbar_active_COWOA"> </span><span class="progressbar_active_COWOA"> </span><span class="progressbar_inactive_COWOA"> </span><span class="progressbar_inactive_COWOA"> </span>
</div>
</div>
<?php } else { ?>
<div id="order_steps">
<div class="order_steps_text">
<span class="order_steps_text2"><?php echo TEXT_ORDER_STEPS_1; ?></span><span id="active_step_text"><?php echo zen_image($template->get_template_dir(ORDER_STEPS_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . ORDER_STEPS_IMAGE, ORDER_STEPS_IMAGE_ALT); ?><br /><?php echo TEXT_ORDER_STEPS_2; ?></span><span class="order_steps_text3"><?php echo TEXT_ORDER_STEPS_3; ?></span><span class="order_steps_text4"><?php echo TEXT_ORDER_STEPS_4; ?></span>
</div>
<div class="order_steps_line_2">
<span class="progressbar_active"> </span><span class="progressbar_active"> </span><span class="progressbar_inactive"> </span><span class="progressbar_inactive"> </span>
</div>
</div>
<?php } ?>
<!-- eof Order Steps (tableless) -->
chalfontgifts:
anyone who can spot any other errors, I would really appreciate the feedback.
The link on the homepage of your test site that is supposed to take you to Chalfontonline.co.uk doesn't work because you have it going to lozer.co.uk/shop/www.chalfontonline.co.uk/shop