dzyre Posted January 16, 2005 Posted January 16, 2005 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
ozcsys Posted January 16, 2005 Posted January 16, 2005 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. <{POST_SNAPBACK}> 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??
dzyre Posted January 16, 2005 Author Posted January 16, 2005 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. <{POST_SNAPBACK}> 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
Guest Posted January 17, 2005 Posted January 17, 2005 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.
dzyre Posted January 17, 2005 Author Posted January 17, 2005 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. <{POST_SNAPBACK}> 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
Guest Posted January 17, 2005 Posted January 17, 2005 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.