Well here is what I am trying to do and the steps I took to lead me to this point.
What i am trying to do is add an option for Shipping charges conditions. have created the following. I have created the following variables
lbl_shipping_charges ===> label for the menu
txt_shipping charges ===> it contains the shipping terms
then I created and template called "
shipping.tpl" in the xcart/skin1/help folder on my server and here is the code in that file.
Code:
{* $Id: shipping.tpl,v 1.6 2002/05/20 06:55:20 lucky Exp $ *}
{capture name=dialog}
{$lng.txt_shipping_charges}
{/capture}
{include file="dialog.tpl" title=$lng.lbl_shipping_charges content=$smarty.capture.dialog extra="width=100%"}
then I added the following to the "help.tpl" file
When you select the option it does not diplay the Shipping terms it displays the help options
What am I over looking guy please help!!!!!!
Thanks in advance to all fo you
Kind regards,
Ricky