Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Upload Logo


Guest

Recommended Posts

Please can you give me the exact path to catalog/ images?

I cannot seem to find it

I found header.php ok.

 

Thanks

:oops:

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 :lol:

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>

Link to comment
Share on other sites

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?

It looks correct to me. Is this site available externally? It would be a lot easier to diagnose with a link. You can PM it if it is supposed to be private for some reason. The configure.php wouldn't hurt either (I'm wandering a bit here, not a lot on which to go at the moment; unfortunately, it's hard to diagnose "doesn't work.").

 

Thanks,

Matt

Link to comment
Share on other sites

hey matt

 

You can acess it externally.... www.rightclicksolutions.biz/shop its very raw as I have just started with it

 

Thanks

Andy

:lol:

Link to comment
Share on other sites

If it helps my handle for MSN is [email protected] 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:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...