X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Horizontal and Vertical Flyout Category Menu (https://forum.x-cart.com/showthread.php?t=16820)

seth@lowel.com 05-01-2006 06:12 AM

second try
 
I integrated the vertcal flyout menu (works great), but is there a way to pick the order of the flyout/sub-categories. As of now the order is generated alphabetically. I set the order positions, but it is only sorted to those specs when the main category is clicked, not on the flyout.

Any Ideas?



X-Cart version 4.0.17
PHP 4.3.10
MySQL server 4.1.15
MySQL client 5.0.16
Apache/1.3.33 (Unix) DAV/1.0.3 mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.3.10 mod_ssl/2.8.22 OpenSSL/0.9.7e
Linux

PhilJ 05-02-2006 07:06 AM

Quote:

is there a way to pick the order of the flyout/sub-categories
Hi, this is fixed in the latest version, cats/subcats are sorted by their 'sort position.

Online Michael 05-02-2006 07:41 AM

Hi PhilJ,

you say you're working on a sub, sub category fix. How far away is it and how many sub category levels are trying to implement? Is it possible to have it do unlimited sub categories????

mfcopier 05-10-2006 02:34 AM

Well looks like its not free now where is the download page?

syddos 05-10-2006 04:37 AM

Try this link for Flyout/dropmenus

http://www.ricom.co.uk/resources.php

force8 05-10-2006 06:31 PM

this works with 4.1


replace your vert.tpl file with this:

Code:

{* Vert Flyout Menu START *}
{if $config.General.root_categories eq "Y"}
<table class="vflyoutwidth" border="0" cellspacing="0" cellpadding="0">
<tr>
{foreach from=$categories item=c}
<td style="cursor: pointer;" class="vrootcatbg">
{$c.category|truncate:20:"...":true}
</td>
</tr>
<tr>
<td>
<div id="linkmenu{$c.categoryid}" class="vanylinkcss">
{foreach from=$allcategories item=cat}
{if $cat.parentid eq $c.categoryid}
                {$cat.category|truncate:20:"...":true}
{/if}
{/foreach}
</div>
</td>
</tr>
{/foreach}
</table>
{/if}
{* Vert Flyout Menu END *}


let me know if this was helpful

seth@lowel.com 05-18-2006 11:04 AM

i fixed it

PhilJ 05-18-2006 11:15 AM

cool

seth@lowel.com 05-18-2006 11:32 AM

Cant believe someone responded so quickly.....
The fix is:

"wmode=transparent"

It needs to be put in two places, in the flash call.
1) throw a
<PARAM NAME="wmode" VALUE="transparent">
before the <EMBED

2)
in the embed (i put it after the "quality" ) add:
wmode=transparent



OR in publish setting,
go to the HTML tab and in window mode select tranparent

Screw IFRAMES


thats it. fixed my problem, put the flash to the "back layer"

petegarnish 05-23-2006 10:14 PM

words getting cut off in submenu
 
Hi,

Some of my submenu headings are getting cut off because they are too long and are truncated with "..." at the end. Does anyone know how I can fix this.

take a look http://www.new-media.com.au

Thanks


All times are GMT -8. The time now is 11:26 PM.

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