Page 1 of 21 12311 ... LastLast
Results 1 to 10 of 206
  1. #1
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Order Steps (tableless) support thread

    I just installed this mod and test it on my Zen cart v1.3.5. i've noticed theres a little bit problem with the pic on the Step2 page. As you can see on the image below where the green color line didn't move to the right which it suppose to. Then i tried to customize the width percentage in the stylesheet but cant get it right. And one other thing is that the text below the Step 2-3 - Payment Information as you see theres a text says TEXT_CUSTOMER_MESSAGE.

    I'm wondering how to fix it..thanks
    Attached Images Attached Images  

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Order Steps (tableless) problem

    I thought I'd taken the Customer message thing out. (that was a specialized message for another site). the green line appears to be a mix up in ordering the code for the line.

    I'll tweak everything and post an updated version.

    Thanks for the update

  3. #3
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Order Steps (tableless) problem

    The updated version to fix these errors is available in the downloads section.

  4. #4
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) problem

    Glad you fixed it.. Thanks

  5. #5
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Order Steps (tableless) problem

    Clyde-

    Thanks for updating this mod so it is CSS based.

    When I compared the template files in your version I discovered they are based on older Zen Cart code, not template files distributed with Zen Cart 1.36. Thus I noticed some 1.36 code missing.

    I suggest to anyone installing this mod, to compare and merge, rather than directly uploading the template files. It's easy to do as there is a custom code block that needs to be copied and inserted into each template file (the code block is just a bit different for each of the four files).

    One other item... I discovered the CSS was the same for all four files, except that checkout_success.css has one more entry
    Code:
    #order_steps { width: 100%; }
    It appears that this causes the Order Steps center "box" to push into the right column (on a site displaying both left and right column sideboxes). When I removed the width entry all was well.

    Also I observed on each of the checkout pages the Order Steps center "box" "rubs" on the left & right columns. I made the following adjustment to the #order_steps class in each of the four CSS files to add some margin:
    Code:
    replace:
       margin: 10px 0 10px 0;
    
    with:
       margin: 10px 10px 10px 10px;
    Hope this helps someone.

    Woody
    Last edited by Woodymon; 17 Dec 2006 at 10:23 AM.

  6. #6
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Order Steps (tableless) problem

    Woody,

    I'll pull your suggestions together and post an update.

  7. #7
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Order Steps (tableless) problem

    An updated version based on Woody's suggestions is now in the downloads section.

  8. #8
    Join Date
    Nov 2003
    Posts
    1,155
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) problem

    Just tried the latest Order Steps, and it looks like TEXT_CUSTOMER_MESSAGE is still in the /includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_payment_default.php file

    HTH :-)

  9. #9
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Order Steps (tableless) problem

    Quote Originally Posted by DogTags View Post
    Just tried the latest Order Steps, and it looks like TEXT_CUSTOMER_MESSAGE is still in the /includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_payment_default.php file
    It is possible you has installed a previous version of Order Steps and you had inserted a TEXT_CUSTOMER_MESSAGE define in
    /includes/languages/english/checkout_payment.php

    (or maybe you have in override)

    That define is no longer needed.

    Note the Order Steps current version block of code in that template file does not call that define:

    Code:
    <!--bof order steps (tableless) -->
        <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"><img src="<?php echo DIR_WS_TEMPLATE; ?>images/arrow_checkout.gif" width="24" height="24" alt="" border="0" align=""><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">&nbsp;</span><span class="progressbar_active">&nbsp;</span><span class="progressbar_inactive">&nbsp;</span><span class="progressbar_inactive">&nbsp;</span>
                </div>		
        </div>
    <!--eof order steps (tableless) -->
    Woody

  10. #10
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Order Steps (tableless) problem

    I'm working on a couple of other things at the moment so I'll try to post an update as soon as I can.

    In the meantime open tpl_checkout_payment_default.php and delete <?php echo TEXT_CUSTOMER_MESSAGE; ?> around line 20.

 

 
Page 1 of 21 12311 ... LastLast

Similar Threads

  1. Shopping Cart Steps Images [Support Thread]
    By Trinity14 in forum Addon Templates
    Replies: 21
    Last Post: 11 Apr 2021, 05:35 AM
  2. JK Order Exporter - Support Thread
    By eVelt in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 26 Sep 2015, 07:06 AM
  3. v154 Order Steps Responsive [Support Thread]
    By davewest in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jul 2015, 06:11 PM
  4. Order Steps Tableless
    By Berserker in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 27 Feb 2008, 04:04 AM
  5. Order Steps - Tableless small issue IE only
    By dharma in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 11 Jan 2007, 02:40 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR