Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

point contact us to a web site


gotboost350z

Recommended Posts

Posted

is there something in the php scritp i can put to direct contact us link to my info site?

 

tried this, let me know thanks

 

td <?php echo $item_menu_06;?> onClick="document.location="<?href_link('http://www.katanamotorsports.com/katana')?>'">/td>

</tr>

Posted

is there something in the php scritp i can put to direct contact us link to my info site?

 

tried this, let me know thanks

 

td <?php echo $item_menu_06;?> onClick="document.location="<?href_link('http://www.katanamotorsports.com/katana')?>'">/td>

</tr>

It all depends... Do you want your web page to display within osC or direct everything to your web page?

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Posted

Try this, and keep in mind that you cannot simply copy my code. I may have links that you do not. Just the one line you can probably copy...

 

 

 $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' .
                                        '<a href="' . tep_href_link(FILENAME_ERRORS) . '">' . BOX_INFORMATION_ERRORS . '</a><br>' .
                                        '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' .
                                        '<a href="' . tep_href_link(FILENAME_FEATURED_PRODUCTS) . '">' . BOX_CATALOG_FEATURED_PRODUCTS . '</a><br>' .
                                        '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' .
                                        '<a href="' . tep_href_link(FILENAME_SP_ORDER) . '">' . BOX_INFORMATION_SP_ORDER . '</a><br>' .
                                        '<a href="http://www.katanamotorsports.com/katana">' . BOX_INFORMATION_CONTACT . '</a><br>' .
                                        '<a href="' . tep_href_link(FILENAME_SITEMAP_SEO) . '">' . BOX_INFORMATION_SITEMAP_SEO . '</a>');

 new infoBox($info_box_contents);

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Posted

hmm still no go this is what i have

 

 

$info_box_contents[] = array('text' => '<ul class="information">

<li class="bg_list3_un"><a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a></li>' .

'<li class="bg_list3"><a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a></li>' .

'<li class="bg_list3"><a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a></li>' .

'<a href="http://www.katanamotorsports.com/katana">' . BOX_INFORMATION_CONTACT . '</a><br>' .

'</ul>');

 

new infoBox($info_box_contents);

?>

Posted

like this? im still learning

'<li class="bg_list3"><a href="http://www.katanamotorsports.com/katana">' . BOX_INFORMATION_CONTACT . '</a></li>' .

 

More like this...if it doesn't work then I give up. If you can't tell us what it does instead of keep telling us it just doesn't work then you won't get much more help. Sorry it that sounds brash. I wish I could help more. You're just not giving us much to work with.

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Archived

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

×
×
  • Create New...