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)
-   -   second dialoug box (https://forum.x-cart.com/showthread.php?t=6214)

e1front 01-26-2004 10:32 PM

second dialoug box
 
I was wondering if i can use more than one dialoug box
you know where you put your template in
Quote:

{capture name=dialog}
{include file="customer/main/products.tpl"}
{/capture}
{include file="dialog.tpl" content=$smarty.capture.dialog title="Products" extra="width=100%"}


What i really wanna do is have these cool tables "dashed border" for the side columns menu
you will find it at : http://www.moonlight-toys.com > Sensual adult toys and gifts

shan 01-27-2004 04:07 AM

make a copy of dialog.tpl give it a new look and call it

Code:

dialog_new.tpl

now when you want to call it adjust the code from

Code:

{capture name=dialog}
{include file="customer/main/products.tpl"}
{/capture}
{include file="dialog.tpl" content=$smarty.capture.dialog title="Products" extra="width=100%"}


to

Code:

{capture name=dialog}
{include file="customer/main/products.tpl"}
{/capture}
{include file="dialog_new.tpl" content=$smarty.capture.dialog title="Products" extra="width=100%"}


e1front 01-27-2004 08:27 AM

thanks a lot
 
Thanks lot for your help
If it is not too much to ask
do you how this table with dashed border was implemented on the design
which is better create a new table for each [main menu] [specials] [help] [existing customers]

or do what??

shan 01-27-2004 01:25 PM

use you style sheet to attach a style to the menu.

have a search on google for help on css style sheets.

topstyle pro is a good piece of software for creating css styles


All times are GMT -8. The time now is 06:35 PM.

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