View Single Post
  #2  
Old 11-25-2003, 08:27 PM
  DataViking's Avatar 
DataViking DataViking is offline
 

eXpert
  
Join Date: Jan 2003
Location: Las Vegas, NV
Posts: 361
 

Default

1) edit help/general.tpl and add the following line:

How to shop {include file="buttons/go.tpl"}

this is just a modified copy of another help section span.

2) edit help/index.tpl and add the new section template reference:

{elseif $section eq "hts"} {include file="help/hts.tpl"}

this is also a modified copy of another help section reference.

3) create the help/hts.tpl and write the text required. To make it fit into dialog use example from the help/about.tpl.
__________________
Web Design Web Design and Custom X-Cart Projects

http://www.dataviking.com

Mention the forums for discounts!
x-cart Version 4.1.8
Reply With Quote