Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Box Link Question...


elijahweb

Recommended Posts

I have added a box in the right column. The Title of the box has changed as I had intended by following the Guide, but the links haven't changed from the info box I copied from. Any hints on what step I have goofed. I've run it twice and the link text hasn't changed. I'll keep trying while I wait on a post...

 

Keith Ronan

Thanks in advance,

Keith Ronan

Link to comment
Share on other sites

Hello there ...

 

Not sure what you links you are planning on placing within the box but this is what the link looks like in the info box ...

 

'<a href="' . tep_href_link(FILENAME_SHIPPING, '', 'NONSSL') . '">' . BOX_INFORMATION_SHIPPING . '</a><br>'

 

If you are placing your own link, then you would change it to this perhaps ...

 

'<a href="http://www.yoururl.com">' . BOX_INFORMATION_YOURCHOICE . '</a><br>'

 

If you are adding other links within the cart it would be more like this ...

 

'<a href="' . tep_href_link(FILENAME_GV_REDEEM, '', 'NONSSL') . '">' . BOX_INFORMATION_GV . '</a><br>'

 

Hope that helps :)

Link to comment
Share on other sites

  • 3 weeks later...
If you are placing your own link, then you would change it to this perhaps ...

 

Quote:

'<a href="http://www.yoururl.com">' . BOX_INFORMATION_YOURCHOICE . '</a><br>'

 

this is what I am looking for but can't get it to work right...

 

could you please help me out a little? :D

 

here is the info about what I am trying to do: http://www.oscommerce.com/forums/viewtopic.php?t=34859

 

Thanks

Link to comment
Share on other sites

How would you link to a specific item in the shop?

 

Lets say I want to have a link somewhere that points to item # 5

 

how would I do that?

 

Thanks

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...