Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding a Link to the information Section


Guest

Recommended Posts

Posted

HI,

 

Im wanting to create another link along with the 4 we already have in the information secton:

 

Shipping & Returns

Privacy Notice

Conditions of Use

Contact Us

 

i'm wanting to add a FAQ section to this. Can you help me on how to do this, i've had a look through it but can't seem to find out how to add it.

 

Thanks in advance

Posted

please tell me how you managed todo it, im also wondering, and cant seem to figure it out...

THanX

  • 3 weeks later...
Posted

still heavent figured it out, weird i wont find it by seraching though, believe that there should be a whole lotta people asking for that.

please help me out if you know though :)

Posted
HI,

 

Im wanting to create another link along with the 4 we already have in the information secton:

 

Shipping & Returns

Privacy Notice

Conditions of Use

Contact Us

 

i'm wanting to add a FAQ section to this. Can you help me on how to do this, i've had a look through it but can't seem to find out how to add it.

 

Thanks in advance

 

Very interested to know the same. Can anyone suggest how to do that???

Posted

The Wiki help works good except I now have a blank line between each link I added. I tried adding a line break <br> after each link but no joy.

 

I'm using 2.2 MS2.

 

Here is what I have right now. Thanks for any help.

 

new infoBoxHeading($info_box_contents, false, false);

 

$info_box_contents = array();

$info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' .

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

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

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

'<a href="' . tep_href_link(FILENAME_GV_FAQ, '', 'NONSSL') . '">' . BOX_INFORMATION_GV . '</a>');

 

//ICW ORDER TOTAL CREDIT CLASS/GV

 

// start of code to place link inside category box

 

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

'text' => '<a href="http://www.XXXXXXX.com/forums/">Forum</a><br>');

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

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

'text' => '<a href="http://www.XXXXXX.com/cgi-bin/chat.cgi">Chat 24/7</a>');

 

 

// end of code to place link inside category box

~spectr17

Archived

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

×
×
  • Create New...