Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Logo Insertion


dzyre

Recommended Posts

Posted

I just got started with OS Commerce and I have many questions. My first question is how do you insert your logo on the cart page. Please send step by step instruction for I am new to this.

 

Thank you.

Matt Frazier

Posted
I just got started with OS Commerce and I have many questions.  My first question is how do you insert your logo on the cart page.  Please send step by step instruction for I am new to this.

 

Thank you.

 

Welcom to the club. If you have not read through the knowledge base you should do so as a lot of your questions will be answered there.

 

To answer this question you need to go to your includes/header.php file and find the following code.

 

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td>

 

Change the oscommerce.gif with the name of your image then upload the image to your images folder

 

Change the oscommerce to your store name.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
Welcom to the club. If you have not read through the knowledge base you should do so as a lot of your questions will be answered there.

 

To answer this question you need to go to your includes/header.php file and find the following code.

 

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td>

 

Change the oscommerce.gif with the name of your image then upload the image to your images folder

 

Change the oscommerce to your store name.

 

Thanks for your help. I found the file and the code but for some reason the file will not let me edit the information. Am I doing something wrong?

Matt Frazier

Posted

What are you using to edit the file?

 

Are you using osCommerce's File Manager?

Via ftp program?

Using notepad, Dreamweaver?

 

One thing you need to know.

Never use osCommerce's File Manager, there are bugs that have caused many new users countless of problems.

Posted
What are you using to edit the file?

 

Are you using osCommerce's File Manager?

Via ftp program?

Using notepad, Dreamweaver?

 

One thing you need to know.

Never use osCommerce's File Manager, there are bugs that have caused many new users countless of problems.

 

I was trying to use the OS Commerce File Manager, but it won't even let me make a change. What should I be using to edit the file? As I stated before I am new to this so I do not understand all technical lingo that is being used on this support site.

Matt Frazier

Posted

You can try program like CuteFTP.

- Login to your site.

- Find the file you want to edit.

- Right click and chose edit option.

- Edit your file.

- Save your file.

- Test your site.

 

Personally, I use Dreamweaver. But it takes a bit of time setting up, not to mention the cost.

 

You can also use other FTP programs.

- Download the file you want to edit.

- Edit your file with notepad.

- Save your file.

- Upload your file back to the server.

 

Have a good osCommerce adventure.

Archived

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

×
×
  • Create New...