X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Trying to Add a Shipping option on the HELP menu Not working (https://forum.x-cart.com/showthread.php?t=8145)

rjcbear 06-17-2004 11:58 AM

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

shan 06-17-2004 02:36 PM

also open help/index.tpl and add this

Code:

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


rjcbear 06-18-2004 07:12 AM

Shan,

Thank you so much that work.

Regards
Ricky


All times are GMT -8. The time now is 01:08 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.