Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please Help Real Quick


Freedom Fighter

Recommended Posts

Posted

echo '< href="' .  tep_href_link('yourlink.php', 'youroptionalparameters', 'NONSSL') . '">Name of your link</a>';

 

to take the session with the client.

If you do not need the session just use regular html.

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Posted
Where do I add that code and to what file?

 

In includes/boxes/information.php just add to the end of the info_box_contents ... ala ...

 

  $info_box_contents[] = array('align' => 'left',

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

                                         '<a href="' . tep_href_link(FILENAME_PRIVACY, '', 'NONSSL') . '">' . BOX_INFORMATION_PRIVACY . '</a><br />' .

                                         '<a href="' . tep_href_link(FILENAME_CONDITIONS, '', 'NONSSL') . '">' . BOX_INFORMATION_CONDITIONS . '</a><br />' .

                                         '<a href="' . tep_href_link(FILENAME_CONTACT_US, '', 'NONSSL') . '">' . BOX_INFORMATION_CONTACT . '</a><br />' .

                                        '< href="' .  tep_href_link('yourlink.php', ", 'NONSSL') . '">Name of your link</a>');

 

Thanks

 

Nick

Posted

just like.. error on line something something..

 

 

I'm getting fusterated... Another question is, how do you format like the looks of the text in the products box for those with sub catagories?

 

Help with these problems would be greatly appericated.

 

Thanks,

Alex

Extreme Alterations

Posted
just like.. error on line something something..  

 

Oh.. that error.. the solution is easy.. you just change something on line something. That's all there is to it.

 

:?:

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Archived

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

×
×
  • Create New...