Hi
I am new to oscommerce. I am wondering how do I upload my logo to my store?
Latest News: (loading..)
Upload Logo
Started by andybh, Jul 18 2003, 03:31
12 replies to this topic
#1
Posted 18 July 2003, 03:31
#2
Posted 18 July 2003, 04:12
ftp to catalog/ images
#3
Posted 18 July 2003, 17:21
Then go to header.php and change oscommerce.gif to yourlogo.gif
#4
Posted 18 July 2003, 17:44
Thanks for your help! Much appreciated
#5
Posted 18 July 2003, 18:15
Please can you give me the exact path to catalog/ images?
I cannot seem to find it
I found header.php ok.
Thanks
:oops:
I cannot seem to find it
I found header.php ok.
Thanks
:oops:
#6
Posted 18 July 2003, 18:20
all you need to do is replace oscommerce.gif with yourlogo.gif in header.php
#7
Posted 18 July 2003, 19:11
images is a subdirectory of the main catalog directory. You can double check this by looking at the define of DIR_WS_IMAGES in configure.php or application_top.php.
Good luck,
Matt
Good luck,
Matt
#8
Posted 19 July 2003, 03:35
OK
Now you will have to excuse me for a sec cause im new to php but have some html knowledge.
Here is the script for header.php - I have included my log in the correct line but still nothing happens
Is what I have done correct so far?
I can send you configure.php
Thanks
Andy
<?php
/*
$Id: header.php,v 1.19 2002/04/13 16:11:52 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright © 2002 osCommerce
Released under the GNU General Public License
*/
if ($messageStack->size > 0) {
echo $messageStack->output();
}
?>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td><?php echo tep_image(DIR_WS_IMAGES . 'rightclick.gif', 'Right Click Solutions', '204', '50'); ?></td>
<td align="right"><?php echo '<a href="http://www.rightclicksolutions.biz" target="_blank">' . tep_image(DIR_WS_IMAGES . 'header_support.gif', HEADER_TITLE_SUPPORT_SITE, '50', '50') . '</a> <a href="' . tep_catalog_href_link() . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_ONLINE_CATALOG, '53', '50') . '</a> <a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_administration.gif', HEADER_TITLE_ADMINISTRATION, '50', '50') . '</a>'; ?> </td>
</tr>
<tr class="headerBar">
<td class="headerBarContent"> <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '" class="headerLink">' . HEADER_TITLE_TOP . '</a>'; ?></td>
<td class="headerBarContent" align="right"><?php echo '<a href="http://www.oscommerce.com" class="headerLink">' . HEADER_TITLE_SUPPORT_SITE . '</a> | <a href="' . tep_catalog_href_link() . '" class="headerLink">' . HEADER_TITLE_ONLINE_CATALOG . '</a> | <a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '" class="headerLink">' . HEADER_TITLE_ADMINISTRATION . '</a>'; ?> </td>
</tr>
</table>
Now you will have to excuse me for a sec cause im new to php but have some html knowledge.
Here is the script for header.php - I have included my log in the correct line but still nothing happens
Is what I have done correct so far?
I can send you configure.php
Thanks
Andy
<?php
/*
$Id: header.php,v 1.19 2002/04/13 16:11:52 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright © 2002 osCommerce
Released under the GNU General Public License
*/
if ($messageStack->size > 0) {
echo $messageStack->output();
}
?>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td><?php echo tep_image(DIR_WS_IMAGES . 'rightclick.gif', 'Right Click Solutions', '204', '50'); ?></td>
<td align="right"><?php echo '<a href="http://www.rightclicksolutions.biz" target="_blank">' . tep_image(DIR_WS_IMAGES . 'header_support.gif', HEADER_TITLE_SUPPORT_SITE, '50', '50') . '</a> <a href="' . tep_catalog_href_link() . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_ONLINE_CATALOG, '53', '50') . '</a> <a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_administration.gif', HEADER_TITLE_ADMINISTRATION, '50', '50') . '</a>'; ?> </td>
</tr>
<tr class="headerBar">
<td class="headerBarContent"> <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '" class="headerLink">' . HEADER_TITLE_TOP . '</a>'; ?></td>
<td class="headerBarContent" align="right"><?php echo '<a href="http://www.oscommerce.com" class="headerLink">' . HEADER_TITLE_SUPPORT_SITE . '</a> | <a href="' . tep_catalog_href_link() . '" class="headerLink">' . HEADER_TITLE_ONLINE_CATALOG . '</a> | <a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '" class="headerLink">' . HEADER_TITLE_ADMINISTRATION . '</a>'; ?> </td>
</tr>
</table>
#9
Posted 19 July 2003, 06:11
Quote
Here is the script for header.php - I have included my log in the correct line but still nothing happens
Is what I have done correct so far?
Is what I have done correct so far?
Thanks,
Matt
#10
Posted 19 July 2003, 08:01
hey matt
You can acess it externally.... www.rightclicksolutions.biz/shop its very raw as I have just started with it
Thanks
Andy
You can acess it externally.... www.rightclicksolutions.biz/shop its very raw as I have just started with it
Thanks
Andy
#11
Posted 19 July 2003, 09:50
Do you have your logo in the images folder?? catalog/images
#12
Posted 19 July 2003, 10:10
If it helps my handle for MSN is andybh01@hotmail.com and online now if it makes it easier.
Now this is the path to catalog (i think its right) /public_html/shop/pkg/catalog thats located on my hosts server
But after that there is no folder /images hummmm maybe i am looking in the wrong place.
If u want I will set u up with ftp access just for tonight if u want to have a look for yourself...
Thanks
Andy
:wink:
Now this is the path to catalog (i think its right) /public_html/shop/pkg/catalog thats located on my hosts server
But after that there is no folder /images hummmm maybe i am looking in the wrong place.
If u want I will set u up with ftp access just for tonight if u want to have a look for yourself...
Thanks
Andy
:wink:
#13
Posted 19 July 2003, 23:22
thank you. Worked for me too!
Biscochitos almost as good as grandma














