Found one of the problems, arrow_checkout.gif was mis-named. was checkout_arrow, should be arrow_checkout.
So, that now shows up. But the progress bar is still not showing.
jacque
Found one of the problems, arrow_checkout.gif was mis-named. was checkout_arrow, should be arrow_checkout.
So, that now shows up. But the progress bar is still not showing.
jacque
Just knowledgeable enough to be dangerous.
The progress bar is built as table-cells with classes in the stylesheet used to display the appropriate coloring.
eg:
Code:<table class="order_steps" cellspacing="0"> <tr><td class="order_steps_text" id="active_step_text"><img src="includes/templates/custom/images/arrow_checkout.gif" width="24" height="24" alt="" border="0" align=""><br />Shipping Method</td><td class="order_steps_text"><br />Payment Method</td><td class="order_steps_text"><br />Review Order</td><td class="order_steps_text"><br />Order Complete</td> </tr> <tr class="order_steps_line_2"> <td class="progressbar_active"></td><td class="progressbar_inactive"></td><td class="progressbar_inactive"></td><td class="progressbar_inactive"></td> </tr> <tr class="order_steps_line_3"> <td class="progressbar_active_shadow"></td><td class="progressbar_inactive_shadow"></td><td class="progressbar_inactive_shadow"></td><td class="progressbar_inactive_shadow"></td> </tr> </table>
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
I use the Better Categories module.
For me it worked by adding the CSS to the stylesheet_bettercategories.css
I have attached the file in case anyone would like to use it.
Jacque
Just knowledgeable enough to be dangerous.