View Single Post
  #1  
Old 06-17-2004, 11:58 AM
  rjcbear's Avatar 
rjcbear rjcbear is offline
 

X-Adept
  
Join Date: Jun 2004
Location: Alabama,U.S.A
Posts: 503
 

Default Trying to Add a Shipping option on the HELP menu Not working

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
__________________
X-CART Gold version 4.0.14 & 4.1.11
Apache Version 1.3.29 (Unix)
EWDHosting-Quality X-cart Hosting
We will always sell you the right shoe and the left one is free.
Reply With Quote