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)
-   -   Special.tpl (https://forum.x-cart.com/showthread.php?t=3206)

barabbas 06-16-2003 02:22 AM

Special.tpl
 
anyone have the original code for Special.tpl in v3.4?

i tried to restore it but it wouldnt let me.

shan 06-16-2003 03:15 AM

its in skin1_original folder.

check that you have correct permissions set on files in skin1. tpl should be 666 if you want to edit them

barabbas 06-18-2003 07:37 PM

x-cart is version 3.4.2 and the original special.tpl is not in the skin1_original directory. can someone please just do a copy and paste for me?

Jerry 06-18-2003 09:33 PM

I am using 3.4.1. This is code from /customer/special.tpl. I hope it's what you're looking for.
+++++++++
{capture name=menu}
{if $active_modules.Gift_Certificates ne ""}
{ include file="modules/Gift_Certificates/gc_menu.tpl" }
{/if}
{if $active_modules.Product_Configurator ne ""}
{ include file="modules/Product_Configurator/pc_menu.tpl" }
{/if}


{/capture}
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_special menu_content=$smarty.capture.menu }

barabbas 06-18-2003 11:24 PM

that fixed it - thanks jerry


All times are GMT -8. The time now is 07:05 AM.

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