Page 14 of 21 FirstFirst ... 41213141516 ... LastLast
Results 131 to 140 of 206
  1. #131
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Order Steps (tableless) support thread

    Quote Originally Posted by thelawman View Post
    How do I shift the links over for the previous steps (see pic)?



    Any help will be appreciated.


    zen 1.3.9c
    Make sure you're using the newest version of the mod.

    from the payment confirmation screen you should be able to click on either of the two previous steps and return to that step.

  2. #132
    Join Date
    May 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) support thread

    Thanks for the quick reply. I downloaded from download section today.

    The links work... I'm trying to have them line up closer to the numbers 1 & 2, they are too far to the right.

  3. #133
    Join Date
    May 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) support thread

    When I comment out the "IF/ELSE" section in /includes/languages/english/extra_definitions/MYTEMPLATE/order_steps_defines.php and add

    define('TEXT_ORDER_STEPS_1', 'Shipping Information');
    define('TEXT_ORDER_STEPS_2', 'Payment Information');

    the text lines up perfect.

    I'm sure it can be fixed in the css file... but can't seem to get it right.

    see http://www.solsticecatalog.com
    Last edited by thelawman; 29 May 2010 at 02:21 AM. Reason: added URL

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

    Default Re: Order Steps (tableless) support thread

    Quote Originally Posted by thelawman View Post
    When I comment out the "IF/ELSE" section in /includes/languages/english/extra_definitions/MYTEMPLATE/order_steps_defines.php and add

    define('TEXT_ORDER_STEPS_1', 'Shipping Information');
    define('TEXT_ORDER_STEPS_2', 'Payment Information');

    the text lines up perfect.

    I'm sure it can be fixed in the css file... but can't seem to get it right.

    see http://www.solsticecatalog.com
    In that file replace the IF/ELSE section(s) with the following and see if that corrects the problem.

    if ($current_page_base == 'checkout_payment' || $current_page_base == 'checkout_confirmation') {
    define('TEXT_ORDER_STEPS_1', '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">Shipping Method</a>');
    } else {
    define('TEXT_ORDER_STEPS_1', 'Shipping Method');
    }
    if ($current_page_base == 'checkout_confirmation') {
    define('TEXT_ORDER_STEPS_2', '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">Payment Method</a>');
    }else{
    define('TEXT_ORDER_STEPS_2', 'Payment Method');
    }

  5. #135
    Join Date
    May 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) support thread

    Thanks! It did help out a little... it moved the linked text over enough to read but not enough to line it up close to the numbers...

    I like the idea of the links but I like the way the regular text lines up.

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

    Default Re: Order Steps (tableless) support thread

    Quote Originally Posted by thelawman View Post
    Thanks! It did help out a little... it moved the linked text over enough to read but not enough to line it up close to the numbers...

    I like the idea of the links but I like the way the regular text lines up.
    try adding the following

    .progressmeter li a {margin:0; padding:0;font-size:1em;font-weight:bold;}

    to each of the following stylesheets:

    checkout_confirmation.css
    checkout_payment.css
    checkout_shipping.css
    checkout_success.css

  7. #137
    Join Date
    May 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) support thread

    WOW! Thanks so much! Works perfectly!


    Love your mods and thanks for the support.

  8. #138
    Join Date
    Jan 2009
    Posts
    29
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) support thread

    Hello,

    Thank you for this mod which is just what I am looking for. I managed to install everything and it looked great. I attempted to do a test order and all was going well until I completed the test payment upon which instead of it sending me to the checkout success page it sent me back to my home page. The order did go show up in my admin but the items where not removed from the shopping cart. Could you please help me figure this out incase I did something wrong as I would really like it to go to the checkout success page. I have uninstalled the mod for now but would love to get it working the way I want and have it on my site.

    Thank you
    Michelle

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

    Default Re: Order Steps (tableless) support thread

    Quote Originally Posted by michellepchy View Post
    Hello,

    Thank you for this mod which is just what I am looking for. I managed to install everything and it looked great. I attempted to do a test order and all was going well until I completed the test payment upon which instead of it sending me to the checkout success page it sent me back to my home page. The order did go show up in my admin but the items where not removed from the shopping cart. Could you please help me figure this out incase I did something wrong as I would really like it to go to the checkout success page. I have uninstalled the mod for now but would love to get it working the way I want and have it on my site.

    Thank you
    Michelle
    This mod does not interfere with any of the payment/order option functions.

    All it does is sit at the top of each page and indicates where you are in the checkout process.

    Check and make sure your payment option(s) are setup correctly.

  10. #140
    Join Date
    Jan 2009
    Posts
    29
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) support thread

    Quote Originally Posted by clydejones View Post
    This mod does not interfere with any of the payment/order option functions.

    All it does is sit at the top of each page and indicates where you are in the checkout process.

    Check and make sure your payment option(s) are setup correctly.
    Thank you for the quick response I think they are all set up right as once I uninstalled the mod and did another test order it all works.

 

 
Page 14 of 21 FirstFirst ... 41213141516 ... 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

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