Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Edit the footer


kunal247

Recommended Posts

Posted

Can some one point me in the right direction as to where I can edit the footer of the website.

and how to add an image of the different cards that we do accept payment for at the bottom in the footer?

Also I have seen other site where they can display the IP address of the person browsing the site, how to set this up?

 

Please help!

Thanks

Kunal

Posted
Can some one point me in the right direction as to where I can edit the footer of the website.

and how to add an image of the different cards that we do accept payment for at the bottom in the footer?

Also I have seen other site where they can display the IP address of the person browsing the site, how to set this up?

 

Please help!

Thanks

Kunal

 

There is a contribution that lets you display the IP here.

 

Hope that helps

 

Simon

Posted
There is a contribution that lets you display the IP here.

 

Hope that helps

 

Simon

Simon,

Thank you for pointing me to the right contribution. Appreciate it.

Can you advise where I can edit the footer too? I have doe this before and just cant think straight right now.

 

Kunal

Posted
Can some one point me in the right direction as to where I can edit the footer of the website.

and how to add an image of the different cards that we do accept payment for at the bottom in the footer?

Also I have seen other site where they can display the IP address of the person browsing the site, how to set this up?

 

Please help!

Thanks

Kunal

 

for the footer, it depends what you want to do. If it's a major change, edit the includes/footer.php to add elements (like an image).

 

If it's minor text change, edit the footer_text_body in english.php.

 

You can also use the banner manager to display an image (static)

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
for the footer, it depends what you want to do. If it's a major change, edit the includes/footer.php to add elements (like an image).

 

If it's minor text change, edit the footer_text_body in english.php.

 

You can also use the banner manager to display an image (static)

Thanks!

Just what I wanted to know.

Going a bit slow today.

 

Cheers!

Kunal

Posted
I know the feeling

 

Simon

 

you guys are hilarious :-)

 

good to know I could help! Off to make a coffee, this talk about slow minds makes me worry :lol:

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
Thanks!

Just what I wanted to know.

Going a bit slow today.

 

Cheers!

Kunal

One more question about the footer - How can I change the colour from White to soething else?

I tried changing the colour of the page background but that does not work.

Posted
One more question about the footer - How can I change the colour from White to soething else?

I tried changing the colour of the page background but that does not work.

 

tried this one?

 

TR.footer {
 background: #bbc3d3;
}

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
tried this one?

 

TR.footer {
 background: #bbc3d3;
}

 

yeah I have changed the colour in the stylesheet.css but its only the date line that changes colour with that but everything below it is still white.

 

Reached a block on this one.

Posted
yeah I have changed the colour in the stylesheet.css but its only the date line that changes colour with that but everything below it is still white.

 

Reached a block on this one.

 

can i see it?

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
Can anyone help!

 

remove that body part from your footer

 

then wrap a table around the whole footer, add a new class to it that only defines the bgcolor and make all bgcolors in the rest of the classes called the same or remove them

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted

I want to add text to my footer but link the text to other internal pages.

 

Can I do this via the includes/footer.php file?

 

And can anyone help with starting the code?

 

Thank you in advance from a not very techie guy!! :)

Posted
remove that body part from your footer

 

then wrap a table around the whole footer, add a new class to it that only defines the bgcolor and make all bgcolors in the rest of the classes called the same or remove them

Monika,

Can you advise as to how to achive what you have described?

Is it possible you can give me the code for it?

 

Regards,

Kunal

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...