Jump to content
xt:Commerce Community Forum

Categorylisting Scrip Mod


Pixelizer

Recommended Posts

Hall?le,

bin gerade meine category_listing am ver?ndern und w?rde da gerne was mit den catpics verdrehen.

Worum gehts: Es ist ja so wenn man im cat menu auf eine Hauptkategorie klickt "dieser (A) hauptpunkt beinhaltet (B) unterkategorien und diese wiederum © unterkategorien" wird dem user im contentbereich die auswahl eine unterkategorie , also (B), zu w?hlen dargestellt. Dort habe ich bilder drin, soweit so gut. Jetzt w?hlt der User eine kategorie dann wird ihm die auswahl zu den © kategorien gezeigt (auch bilder am start) und zus?tzlich noch darunter die New_Products.

Was will ich: Ich will das wenn der user die auswahl der kategoriegruppen © incl den darunter dargestellten New_Prodcts gezeigt bekommt, das aufkeinenfall ?ber der © auswahl noch das Bild der unterkategorie (B) dargestellt wird. Beim Text gehts, der verschwindet wenn der user zur auswahl © kommt aber das bl?de pic nicht.

Das ganze befindet sich ja (Also die kompletten steps) in der categorie_listing.html und wird mit If's abgecheckt aber ich peil das ned so. Kann mir da jemand helfen.

Link to comment
Share on other sites

  • 3 years later...

also bei mir wirds trotzdem nicht angezeig???

{if $CATEGORIES_IMAGE}{$CATEGORIES_IMAGE}{/if}

{config_load file="$language/lang_$language.conf" section="categorie_listing"}

<table width="100%" border="0" cellpadding="0" cellspacing="0">

<tr valign="top">

<td class="main"> <table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr valign="top">

<td class="contentsTopics">{$CATEGORIES_NAME}</td>

<td align="right"> {if $CATEGORIES_IMAGE}{$CATEGORIES_IMAGE}{/if}</td>

</tr>

<tr valign="top">

<td class="contentsTopics">{$CATEGORIES_HEADING_TITLE}</td>

<td align="right"></td>

</tr>

</table>{if $CATEGORIES_DESCRIPTION}

{$CATEGORIES_DESCRIPTION}

<br />

<br />

{/if}

{if $module_content !=''} <strong>{#heading_more_categories#}</strong>

<br />

<table style="border-top: 2px solid; border-color: #d4d4d4;" width="100%" border="0" cellspacing="0" cellpadding="0">

<tr> {foreach name=aussen item=module_data from=$module_content}

{php}

$col++;

{/php}

<td class="main"><table width="100%" border="0" cellpadding="0" cellspacing="4">

<tr>

<td align="center" >{if $module_data.CATEGORIES_IMAGE}<a href="{$module_data.CATEGORIES_LINK}"><img src="{$module_data.CATEGORIES_IMAGE}" alt="{$module_data.CATEGORIES_NAME}" /></a>{/if}</td>

</tr>

<tr>

<td align="center" ><strong><a href="{$module_data.CATEGORIES_LINK}">{$module_data.CATEGORIES_NAME}</a></strong></td>

</tr>

<tr>

<td align="center" >{$module_data.CATEGORIES_DESCRIPTION}</td>

</tr>

</table>

</td>

{php}

if ($col>=3) {

$col=0;

echo '</tr><tr>';

}

{/php}

{/foreach} </tr>

</table>

{/if} <br />

</td>

<td class="main"> </td>

</tr>

</table>

<br />

<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td>{$MODULE_new_products}</td>

</tr>

</table>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...