Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

link to external page


bobthelucky

Recommended Posts

Posted

i created a new page and im calling it links, i want to be able to set links to other peoples sites but when i install a link using standard html <a href="www.siteiwant.com">link site</a>

i get site not found in osCommerce/catalog/site

so i guess i can use standard html here but i tried to find help on this and didnt see anything i can use any ideas?

thanks in advance

Posted

Are you adding these to a /catalog/includes/languages/english/links.php file, or directly to a catalog/links.php page (or some derivative thereof) ?

 

If adding to the /english file, try:

 

<a href="http://www.siteiwant.com">link site</a>

 

You might also want to have the link open in a new browser window, in which case it should be:

 

<a href="http://www.siteiwant.com" target="_blank">link site</a>

 

HTH,

 

Terry

Terry Kluytmans

 

Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like:

 

Add order total to checkout_shipment

Add order total to checkout_payment

Add radio buttons at checkout_shipping (for backorder options, etc.)

Duplicate Table Rate Shipping Module

Better Product Review Flow

 

* If at first you don't succeed, find out if there's a prize for the loser. *

Posted

ok that worked wonderfully thank you, i want to provide links to any one ho links back to my store so i was trying to figure that out. i guess the http sends it to the web rather then looing in local path or something like that just getting started with all this

thanks so much

Archived

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

×
×
  • Create New...