Results 1 to 8 of 8
  1. #1
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    374
    Plugin Contributions
    0

    Default Order Steps Question

    Installed Order Steps and (believe) I followed the steps correctly. But it isn't working like it should.

    What file should I look at for the problem?

    Attached is a PDF of the problem.
    Attached Files Attached Files

    Just knowledgeable enough to be dangerous.

  2. #2
    Join Date
    Jan 2004
    Posts
    58,249
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Order Steps Question

    Looks like you're missing the template updates and the stylesheet components.

    Did you rename the custom template folders before uploading?
    Did you merge the template changes into your own custom template files before uploading?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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
    374
    Plugin Contributions
    0

    Default Re: Order Steps Question

    I'm pretty confused, I merged the template changes into both my custom and the "regular" folders (in cased I missed something) as well as adding the css to the stylesheets.

    Is there a certain file I should look at that I may have missed?

    Just knowledgeable enough to be dangerous.

  4. #4
    Join Date
    Jan 2004
    Posts
    58,249
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Order Steps Question

    My comments are based on the version released for 1.3.x

    The contribution contains a .txt file which explains the installation steps in detail. I've summarized them below.

    1. a stylesheet_new.css was supplied. You only need the bottom section of that file denoted as required for order-steps mod. Look in the code comments to see which section to copy from there into your own real stylesheet.
    Your stylesheet may or may not be named stylesheet_new.css.

    2. in the images folder, you need to choose an arrow. There are several to choose from in the optional_arrows folder. Pick one and name it "arrow_checkout.gif" and upload it to your custom template "images" folder

    3. each of the 4 template files has some minor changes ... just an added section of code ... to be merged into your own template files.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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.

  5. #5
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    374
    Plugin Contributions
    0

    Default Re: Order Steps Question

    Well dang it! I followed the directions per the read me and it doesn't appear to be working.

    I agreee with you Doc, it appears that it isn't pulling from the CSS.

    Attached is a template and a stylesheet. Does anyone see a problem?
    Attached Files Attached Files

    Just knowledgeable enough to be dangerous.

  6. #6
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    374
    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.

  7. #7
    Join Date
    Jan 2004
    Posts
    58,249
    Blog Entries
    3
    Plugin Contributions
    106

    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!
    Donations always welcome: www.zen-cart.com/donate

    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.

  8. #8
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    374
    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 confirmation received, no order info in Admin
    By Callan in forum General Questions
    Replies: 4
    Last Post: 18 Aug 2008, 07:10 PM
  2. Payment Button in order history
    By dmarrero in forum General Questions
    Replies: 2
    Last Post: 28 Aug 2006, 09:24 PM
  3. Problem with Order Steps mod
    By rkeppert in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 27 Aug 2006, 05:13 AM

Bookmarks

Posting Permissions

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