In Deinem Templateordner unter /modules/product_listing/Deine_Listing_Vorlage.html.
Hallo,
wäre nett wenn mir hier jemand weiter helfen könnte.
Wo bez. wie kann ich bei XTCommerce Shop den Button JETZT KAUFEN austauschen?
Möchte gerne erst Detailansicht statt Sofort Kaufen...
weiß aber leider nicht wie und wo ich das einstellen kann bez. austauschen kann:-( vorallem das der Link dann auch dahin führt zur Detailansicht.
Bin neu und find emich in den einzelnen Templates noch nicht zurecht:-(
Geändert von Feenglanz (17.02.2008 um 12:39 Uhr)
In Deinem Templateordner unter /modules/product_listing/Deine_Listing_Vorlage.html.
Du möchtest Dich bedanken?
Hier meine Amazon Wunschliste
Lenk-Webservice | Fuerteventura alternativ | Shop-Hilfe.com
vielen dank...
das habe ich gefunden aber ich weiß nicht was ich da verändern soll:-(
da gibt es einmal: _product_listing_v1 und product_listing_v1
{config_load file="$language/lang_$language.conf" section="index"}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td class="contentsTopics">{$CATEGORIES_NAME}</td>
<td align="right"> </td>
</tr>
<tr valign="top">
<td class="contentsTopics">{$CATEGORIES_HEADING_TITLE}</td>
<td align="right"> </td>
</tr>
</table>
{if $CATEGORIES_DESCRIPTION}<br />
{$CATEGORIES_DESCRIPTION}{/if}<br />
{if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}" alt="{$CATEGORIES_NAME}" width="32" height="32" />
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="border-bottom: 1px solid; border-color: #000000;"> </td>
</tr>
</table>
{/if}
{if $MANUFACTURER_DROPDOWN}<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main" align="right"><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main" align="right">{#text_show#} </td>
<td class="main" align="right">{$MANUFACTURER_DROPDOWN}</td>
</tr>
</table> </td>
</tr>
</table>
<br />
{/if}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-top: 2px solid; border-color: #d4d4d4;">
{foreach name=aussen item=module_data from=$module_content}
<tr>
<td rowspan="2" style="border-bottom: 1px solid; border-color: #cccccc;"> {if $module_data.PRODUCTS_IMAGE!=''}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" /></a>{/if}
{if $module_data.PRODUCTS_FSK18=='true'}<br /><img src="{$tpl_path}img/fsk18.gif" alt="" />{/if}</td>
<td align="left" class="main"><a href="{$module_data.PRODUCTS_LINK}"><strong>{$module_data.PRODUCTS_NAME}</strong></a></td>
</tr>
<tr>
<td align="left" class="main" style="border-bottom: 1px solid; border-color: #cccccc;">{$module_data.PRODUCTS_SHORT_DESCRIPTION}
<br />
<strong>{$module_data.PRODUCTS_PRICE} </strong><br />
{$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}
{if $module_data.PRODUCTS_VPE}<br />{$module_data.PRODUCTS_VPE}{/if}
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="right"><table width="200" border="0">
<tr>
<td align="right">{if $module_data.PRODUCTS_SHIPPING_NAME}
<table width="200" border="0" cellpadding="0" cellspacing="0">
<tr valign="middle">
<td class="main">{#text_shippingtime#}</td>
{if $module_data.PRODUCTS_SHIPPING_IMAGE}
<td><img src="{$module_data.PRODUCTS_SHIPPING_IMAGE}" alt="{$module_data.PRODUCTS_SHIPPING_NAME}" width="32" height="32" /></td>
{/if}
<td class="main">{$module_data.PRODUCTS_SHIPPING_NAME}</td>
</tr>
</table>
{/if} {$module_data.PRODUCTS}</td>
</tr>
</table></td>
</tr>
</table> </td>
</tr>
{/foreach}
</table>
</td>
</tr>
</table>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>{$NAVIGATION}</td>
</tr>
</table>
welchen Button muss ich austauschen und welchen Text damit der Link zu Detailansicht geht statt gleich kaufen?
Wäre lieb wenn ich noch mal Antwort bekame - danke!
Sorry aber in Deinem Template sehe ich momentan gar keinen Button. Kannst Du einen Link zum Shop geben?
Grüße
Walter
Du möchtest Dich bedanken?
Hier meine Amazon Wunschliste
Lenk-Webservice | Fuerteventura alternativ | Shop-Hilfe.com
das Teil was Du suchst sollte
{$module_data.PRODUCTS_BUTTON_BUY_NOW}
heissen und damit
{$module_data.PRODUCTS_LINK}
ausgetauscht werden. Wobei der letzte Tag nur ein Link ist, kein Button!!!
Wenn ich Dich richtig verstanden habe.
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)