Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Invalid/Finding Links


TangerineGoods

Recommended Posts

They're probably in includes/header and footer.php. Like Mark said said, it's hard to tell since you have a template.

Link to comment
Share on other sites

I got the template for free from a website. I can post the site address but I'm not sure if I'm allowed. There doesn't seem to be any contact information where I can ask for help. I've checked both the includes/header and footer and no luck. Any suggestions?

Link to comment
Share on other sites

It looks like a banner, check the admin banner manager to see if it is there.

 

 

 

Chris

 

I checked the banner management from the oscommerce admin page and the only thing listed was for the logo.

 

Anyone have any suggestion or need a screenshot of any page?

Link to comment
Share on other sites

It appears your top link goes to products_id=45

Your first bottom link products_id=36

Your second bottom link cpath=30

 

So the we know the links are looking for your 45th, and 36th products along with the 30th category.

 

If you changed the images, then likely the same location as the image is where you'll find the code to what it is linking to.

 

Hope that helps,

Don

Link to comment
Share on other sites

It appears your top link goes to products_id=45

Your first bottom link products_id=36

Your second bottom link cpath=30

 

So the we know the links are looking for your 45th, and 36th products along with the 30th category.

 

If you changed the images, then likely the same location as the image is where you'll find the code to what it is linking to.

 

Hope that helps,

Don

 

Thanks for the info, the template had many items but unfortunately my store doesn't have as much so many items were deleted. How would I fix this issue?

Link to comment
Share on other sites

How did you change your images?

 

Did you just make a new image and rename it the same as the old, or did you find where they were being displayed by the template?

 

The code you are looking for should be something like

<?php echo tep_href_link('index.php', 'cPath=30&', 'NONSSL'); ?>

 

What you need to do is find the product id and or cPath you want to link to and switch the code to that product or category.

You can find the Cpath or product id by clicking on the category or product and looking at the URL that is displayed. The product id or cpath will be at the end.

 

As stated above it is very difficult for us to tell you where to find the code since you are using a template. It could be in your index.php file, your header.php, footer.php, or if the template uses Simple Template System somewhere in the sts_template folder.

Link to comment
Share on other sites

<td><!-- new_products //-->

<table cellspacing=0 cellpadding=0>

<tr>

<td valign=top>

<table cellspacing=0 cellpadding=0 class=tc>

<tr><td width=108 align=center>

<a href="http://www.tangerinegoods.com/product_info.php?products_id=107">

<img src="images/PICT0008.jpg" border="0" alt="Louis Vuitton Key Ring" title=" Louis Vuitton Key Ring " width="85" height="85" vspace=5></a></td><td width=146 valign=top>

<table cellspacing=0 cellpadding=0>

<tr><td width=2 height=40 bgcolor=#EA8234></td><td width=144 class=ti><a style="padding-right:4px" class=ti_ href="http://www.tangerinegoods.com/product_info.php?products_id=107">Louis Vuitton Key Ring</a></td></tr>

<tr><td colspan=2 height=65 class=ds>What more can be said? Louis Vuitton.

<br>

Impress your friends in ...</td></tr>

<tr><td colspan=2 class=pr><span class=pp><span class=currency_symbol>$</span>60.00<span class=currency_symbol></span></span></td></tr>

</table>

</td></tr>

<tr><td>

<a href="http://www.tangerinegoods.com/product_info.php?products_id=107">

<img src="includes/languages/english/images/buttons/small_view.gif" border="0" alt="" width="77" height="25">

<img src=images/m28.gif width=31 height=25 border=0></a></td><td>

<a href="http://www.tangerinegoods.com/index.php?cPath=32&action=buy_now&products_id=107">

<img src="includes/languages/english/images/buttons/button_in_cart.gif" border="0" alt="" width="116" height="25">

<img src=images/m30.gif width=30 height=25 border=0></a></td></tr>

</table>

</td>

<td width=2></td>

</tr>

<tr><td colspan=3 height=2></td></tr>

<tr><td>

<a href=http://www.tangerinegoods.com/product_info.php?products_id=36>

<img src=images/m31.jpg width=255 height=104 border=0></a>

</td><td></td><td>

<a href=http://www.tangerinegoods.com/index.php?cPath=30><img src=images/m32.jpg width=255 height=104 border=0></a></td></tr>

</table>

<!-- new_products_eof //-->

</td>

 

This is the section of the links I got from the view source. Any suggestions?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...