Page 1 of 2 12 LastLast
Results 1 to 10 of 206

Hybrid View

  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
    Jun 2007
    Location
    Helena, MT
    Posts
    53
    Plugin Contributions
    0

    help question Order Steps-- Tabless a problem (Zen CArt Conversion KIt )

    I have Zen Cart 1.3.7 on my website www.katzgardengloves.com I had a couple of calls from people that they could not set up accounts and submit orders and so I tried to track down the problem. I just recently installed the Zen CArt Conversion KIt which includes the Order Steps--Tabless. I tried checking my trial account and could log in but when I tried checking ouit it would not go any further than step 1. And if I try to start a new account I get to input my information twice. Or rather it goes back to the original zencart registration page but goes no further.

    I'm not very technical. I can edit files if I'm told where to look, but I'm no programer. I've learned a lot setting up this site, but this really has me stumped. I've looked through an earlier thread but didn't really understand it all. So some help will be sorely appreaciated.

    Kathy

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

    Default Re: Order Steps-- Tabless a problem (Zen CArt Conversion KIt )

    Quote Originally Posted by mtkatgirl View Post
    I have Zen Cart 1.3.7 on my website www.katzgardengloves.com I had a couple of calls from people that they could not set up accounts and submit orders and so I tried to track down the problem. I just recently installed the Zen CArt Conversion KIt which includes the Order Steps--Tabless. I tried checking my trial account and could log in but when I tried checking ouit it would not go any further than step 1. And if I try to start a new account I get to input my information twice. Or rather it goes back to the original zencart registration page but goes no further.

    I'm not very technical. I can edit files if I'm told where to look, but I'm no programer. I've learned a lot setting up this site, but this really has me stumped. I've looked through an earlier thread but didn't really understand it all. So some help will be sorely appreaciated.

    Kathy
    Order Steps is only an add on at the top of the checkout pages indicating where you are in the checkout process - it does not affect the functioning of the login/register process nor the checkout functioning.

    I'd check with the author of the conversion kit ( don't know if there is a support thread for it though)

  9. #9
    Join Date
    Jun 2007
    Location
    Helena, MT
    Posts
    53
    Plugin Contributions
    0

    Default Re: Order Steps-- Tabless a problem (Zen CArt Conversion KIt )

    Clyde,

    The main part of the conversion kit created the spilt page format. Your mod was just included. But I'll contact him as well

    On one of the threads for your mod had another person commented about the same thing that I just did. That the checkout or registration hung up between stages.

    I couldn't understand what you told that person about fixing it. I figured that would be the same fix I needed. Could you tell me what you told him that fixed his problems so that I could understand it?

    I have a lot of other mods on my site like but I didn't find where any of these conflicted with your files.

    SEO urls,
    clickshowhid category menu
    columnn layout grid for product
    cibtact information sidebox
    newsletter subxcribe
    paypal verified logo
    return authorization
    shopping cart in header
    shopping cart with image side box
    split panel login
    telephone not required on signin

    plus other items like:

    easy populate advanced
    editor fckeditorfm
    export orders
    ezpages on sitemap
    header dropdown menu css
    improved attributes controller

    Any help would be appreciated.

    Kathy

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

    Default Re: Order Steps-- Tabless a problem (Zen CArt Conversion KIt )

    Quote Originally Posted by mtkatgirl View Post
    Clyde,

    The main part of the conversion kit created the spilt page format. Your mod was just included. But I'll contact him as well

    On one of the threads for your mod had another person commented about the same thing that I just did. That the checkout or registration hung up between stages.

    I couldn't understand what you told that person about fixing it. I figured that would be the same fix I needed. Could you tell me what you told him that fixed his problems so that I could understand it?

    I have a lot of other mods on my site like but I didn't find where any of these conflicted with your files.

    SEO urls,
    clickshowhid category menu
    columnn layout grid for product
    cibtact information sidebox
    newsletter subxcribe
    paypal verified logo
    return authorization
    shopping cart in header
    shopping cart with image side box
    split panel login
    telephone not required on signin

    plus other items like:

    easy populate advanced
    editor fckeditorfm
    export orders
    ezpages on sitemap
    header dropdown menu css
    improved attributes controller

    Any help would be appreciated.

    Kathy


    On one of the threads for your mod had another person commented about the same thing that I just did. That the checkout or registration hung up between stages.

    I couldn't understand what you told that person about fixing it. I figured that would be the same fix I needed. Could you tell me what you told him that fixed his problems so that I could understand it?
    Can you provide a url to this post so I can take a look?

    Again, Order Steps does not affect any of the functioning of login/create account nor the checkout process.

 

 
Page 1 of 2 12 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