Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to add another button on page and put on add in the left column?


boostanddestroy

Recommended Posts

How can I add anothe button at the top of the page on my website (www.boostanddestroy.com).

 

I sell performance car parts and I want to put a "customers car's" button @ the top and also have a page that I can just add pictures of there cars with a list of the parts they have bought from me.

 

 

 

I would also like to know how I can put an add in the left column of my website instead of all of the other stuff.

 

Your help is greatly appreciated

 

Thank you :D

noob-

Link to comment
Share on other sites

Adding content "sequentially" to the left (or right) column is pretty straight forward.

 

At the end of /includes/column_left.php (or column_right.php) after the closing php tag, add your code like this:

 

<tr><td align="center">

******** DELETE THIS LINE AND PUT HTML HERE  ********

</td></tr>

<tr><td align="center">

******** DELETE THIS LINE AND PUT HTML HERE  ********

</td></tr>

<tr><td align="center">

******** DELETE THIS LINE AND PUT HTML HERE  ********

</td></tr>

 

And so on....

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Great, Thank you, that is simple enough! :D

 

 

How can I go about adding another button @ the top like a "customers car's" button @ the top and also have a page that I can just add pictures of there cars with a list of the parts they have bought from me.

 

It would need to be in a format like the shipping, privacy and conditions pages so I can just add pictures and text. I would like it to go where your My account | Cart Contents | Checkout buttons are at the top just below the header.

 

Anyone know how to do this?

noob-

Link to comment
Share on other sites

This tells you how to add a page to the information box:

 

Add extra pages to the information box

 

Do steps 1) 2) aqnd 3) then STOP.

 

When you get a page that works when you access it with your browser we can link it to an image in the header (or where ever)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

This tells you how to add a page to the information box:

 

Add extra pages to the information box

 

Do steps 1) 2) aqnd 3) then STOP.

 

When you get a page that works when you access it with your browser we can link it to an image in the header (or where ever)

 

It tells me to name the new file as filename_links & links.php

 

Instead of filename_links, & links.php do i put it as whatever name I want the file to be?

 

Thank you.

 

thank you for your help. I really appreciate it :D

noob-

Link to comment
Share on other sites

Yep.

;)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

A new button would be an image I guess.

 

There are a lot of "free button" sites.

 

Google that and make one and we'll work it into the header.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...