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)
-   -   iFrame and xcart code (https://forum.x-cart.com/showthread.php?t=13497)

hudge 04-19-2005 12:08 PM

iFrame and xcart code
 
I am using an iframe to create a custum scroll bar. But I would like to pull my cat list. (i am hand entering the list right now :( )

http://www.dejaun.com/store/home.php?cat=13

If I use <iframe src="skin1/customer/main/scrollmenu.tpl">, I get the source code and no function.

so I am using this <iframe src="skin1/customer/main/scrollmenu.html" >, but get no ability to use xcart code

I want to inclue this, I believe:
Code:

{section name=cat_num loop=$subcategories}
{if $subcategories[cat_num].category}{assign var="tmp" value="1"}{/if}
{/section}

{if $subcategories}
{foreach from=$subcategories item=subcat}
{ $subcat.category|escape }
{/foreach}
{/if}


Many thanks.
Hudge

hudge 04-21-2005 05:32 PM

Any thougths?

balinor 04-21-2005 06:45 PM

I'm thinking the use of an iframe is going to be nothing but trouble with X-Cart, but I may be wrong. May want to ask X-Cart tech support if it is even possible.

hudge 04-21-2005 07:11 PM

Thanks Ryan, any other ideas of another scroll bar?


All times are GMT -8. The time now is 01:53 AM.

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