Jump to content

Removing ugly steps on checkout


xsolidus

Recommended Posts

are you sure you edited the right template, what brian said should work

 

also

 

you can remove the images themselves or remove (comment out) the css

 

css is in templates/orderforms/comparison/style.css on line

 

look for the following

 

lines 154 to 185 looks like this

 

/*
Steps
*/

#order-comparison .stepscontainer {
   width: 630px;
   border: 1px solid #000;
   background-image: url('images/stepsbg.png');
   font-size: 11px;
   margin: 15px auto 10px auto;
}

#order-comparison .stepscontainer .arrow {
   float: left;
   width: 33px;
   height: 35px;
   background-image: url('images/stepsarrow.png');
}

#order-comparison .stepscontainer .arrowactiveleft {
   float: left;
   width: 33px;
   height: 35px;
   background-image: url('images/stepsarrowactiveleft.png');
}

#order-comparison .stepscontainer .arrowactiveright {
   float: left;
   width: 33px;
   height: 35px;
   background-image: url('images/stepsarrowactiveright.png');
}

 

you can use a comment like this to comment them out

 

/* comment */

 

just remember that any changes you make will need to be redone when you update.

Edited by Infopro
Wrapped Output in Code Tags
Link to comment
Share on other sites

I did that too, and still the images remain on both the default and my custom template.

if you are using a custom order-form template based on comparison, but have called it something else, be aware that the other files in that template contain references to the comparisonsteps.tpl template file *inside* the comparison folder...

 

e.g, in viewcart.tpl, you will see the following line of code...

 

{include file="orderforms/comparison/comparisonsteps.tpl" step=3}

going through the other templates in your custom order theme and removing code similar to the above should remove the images.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated