Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Green Bar on Password Forgotten


Pica

Recommended Posts

Hello...

 

I would like to remove the GREEN BAR that appears when user requets a new password through the password_forgotten file.

 

Seeing it shows a message saying a new password was sent, there is no need to add this bar on the top of the window... Plus, it disturbs the layout I made for OSC.

 

I looked all over but couldn't get my hands on it... :evil:

 

Thx,

 

Paulo

Link to comment
Share on other sites

IF you just need a design change look in /includes/header.php

 

<?php

 }



 if ($HTTP_GET_VARS['info_message'] != '') {

?>

<table border="0" width="100%" cellspacing="0" cellpadding="2">

 <tr class="headerInfo">

   <td class="headerInfo"><?php echo $HTTP_GET_VARS['info_message']; ?></td>

 </tr>

</table>

<?php

 }

?>

Link to comment
Share on other sites

Thanks Linda but...

 

What should I do in that piece of code? Set it to false or so?

 

I wish to show the "password sent" message in the page but not that green bar.

 

Thanks for further clues on this.

 

Paulo.

Link to comment
Share on other sites

The options were ... edit what happens in the re-direct or edit the styles used so it's not green.

 

If you want the green gone, then edit the header.php and change the styles used when an info_message !=''

Link to comment
Share on other sites

Thanks Linda !!!

 

I just removed the green bar.

 

Seeing I created 3 different headers to use in different additional pages, I forgot to change it as well in the other files but it's ok now.

 

BTW... can't find something you wrote about setting FREE SHIPPING when sellign services. I need to do that...

 

Thanks in advance.

 

Paulo.

Link to comment
Share on other sites

The Free Shipping and Payment Add-on v5.0 is designed to allow free shipping on orders with a 0 weight.

 

This will hide the other shipping options when weight is 0 and disappear when weight > 0

 

Peek in the contributions or you can grab this on my site ... I think I added the new version there too ... I think ... :?

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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.

×
×
  • Create New...