Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Inserting link into description


philmorgan33

Recommended Posts

Ok another simple question (I hope). I sell Honda automotive accessories and would love to know how to link "instructions" into the description. Under my description I want to have a hyperlink that says "instillation instructions" that will bring up a PDF file I have on my computer. Can anyone know how I can do this? I don?t really know code well enough to figure this out myself

Phil

Link to comment
Share on other sites

Might be easiest to copy the code from popup_image.php and renaming it as popup_install.php then tweaking so that it displays your install instructions. You would then need to add a field into your db for the install filename, and tweak your admin to reflect this.

 

Basically, figure out how the image is displayed and setuip, then tweak and code to get teh install instructions working from a similar base.

 

Hope that gives you a starting point.

Please note - if I have suggested a contrib above, it doesnt mean it will work! Most of the contribs are not ones I've used, but may be useful for your particular problem....

Have you tried a refined search? Chances are your problem has already been dealt with elsewhere on the forums.....

if (stumped == true) {

return(square_one($start_over)

} else {

$random_query = tep_fetch_answer($forum_query)

}

Link to comment
Share on other sites

Might be easiest to copy the code from popup_image.php and renaming it as popup_install.php then tweaking so that it displays your install instructions. You would then need to add a field into your db for the install filename, and tweak your admin to reflect this.

 

Basically, figure out how the image is displayed and setuip, then tweak and code to get teh install instructions working from a similar base.

 

Hope that gives you a starting point.

:blink: wow thats waaaaaay over my head, I will give your reply to my computer guy and it will probably make more sense to him

thanks

phil

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...