Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    372
    Plugin Contributions
    0

    Default Re: Order Steps Question

    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.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Order Steps Question

    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.

  3. #3
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    372
    Plugin Contributions
    0

    Default Figured it Out!

    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
    Attached Files Attached Files

    Just knowledgeable enough to be dangerous.

 

 

Similar Threads

  1. Order Process - Clarify Steps
    By barrow_matt in forum Built-in Shipping and Payment Modules
    Replies: 10
    Last Post: 2 Apr 2010, 03:23 PM
  2. Order Steps Tableless
    By Berserker in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 27 Feb 2008, 04:04 AM
  3. tabs for order steps, attributes question
    By outpostmontana in forum General Questions
    Replies: 0
    Last Post: 2 Feb 2008, 06:12 PM
  4. Order Steps Edition 2
    By Hemma in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 15 Jan 2008, 06:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg