Hi Torola
Yep, you have the right template (/yourshop/skin1/help/general.tpl) for modifying.
The help.php in the cart root (/www.yoursite.com/yourshop/help.php) calls up the help.php in the include directory (/yourshop/include/help.php) that uses the general.tpl. All of the buttons are links back to the /include/help.php with the variables set for each of the menu items.
So you cannot make a link to your pages in the same manner because the /include/help.php does not handle your page data.
You can put a link in there to your html pages that you can make yourself.
eg:
<H3>
How to shop on our website</h3>
<H3>
Shipping and return policy</h3>
It is better to put it after {/capture} and you can embed it into a table structure like general.tpl has.
These pages would be outside of the shopping cart structure and so would not be very elegant.
However with my hidden pages method, these links can jump you to an embedded page. For example, if you click on "Powered by Xcart" link under the payment methods (all shopping cart screens), you will see the hidden page :
http://www.eotr.com/Light4Life/EOTRpages.php?pageid=19
This page is embedded in the shopping cart framework and you use the same static page creation method in the administration area.
I also have a test method to look at pages that are disabled (so you can work on them with the shopping cart fully operational but hidden from customers).
You can add the go button to any link.
So do you want an external page or an embedded page?
Note: there is another method in the forum for embedded static pages. Search for it, choices, choices, choices.....
Regards
Ing. Stephen Hatton
