Results 1 to 10 of 206

Hybrid View

  1. #1
    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 :-)

  2. #2
    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

  3. #3
    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.

  4. #4
    Join Date
    Dec 2003
    Posts
    12
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) problem

    Clyde,

    This is a very nice mod. Thank you.

    I noticed that the progress bar's color and the background gray color are both darkish, so I made a new orderstep.png that's a little lighter and uploaded it. For some reason, the progress bar is not visible at all now, so I'm not sure just what I did wrong. I'll go take a tour of the CSS files and see if that's where I should have made my changes.

  5. #5
    Join Date
    Dec 2003
    Posts
    12
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) problem

    Well ... I'm a self-confessed dummy. It's all in the CSS files and now works great.

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

    Default Re: Order Steps (tableless) problem

    Since I have to do a quick update to remove that stray define statement, I'll also emphasize that the progress bar colors can be changed in the CSS files.

  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 (1.1) is now available in the downloads section.

 

 

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

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