tonkelz Posted January 3, 2010 Report Share Posted January 3, 2010 Hallo! Habe die xtcommerce 3.04SP1. Jetzt wollte ich den Grundpreis einstellen. VPE im Admin erstellt(100ml) und auch den Haken und die Umrechnung eingefügt. In der product_info_v1.html hat es funktioniert mit: {if $PRODUCTS_VPE} <tr valign="middle"> <td width="25%" height="40" class="main"><strong>Grundpreis</strong></td> <td width="35%">{$PRODUCTS_VPE}</td>{/if} </tr> Warum funktioniert dies nicht in der product_listing.html und der new_products_default.html? Habe es so eingegliedert: <tr> <td class="main"><table width="100%" border="0" cellpadding="0" cellspacing="2"> <tr> <td align="right" class="main"><font color="790000"><strong>{$module_data.PRODUCTS_PRICE}</strong></font><font size="1"><br />{$module_data.PRODUCTS_TAX_INFO}<br>{$module_data.PRODUCTS_SHIPPING_LINK}</font></td> </tr> {if $PRODUCTS_VPE} <tr valign="middle"> <td width="25%" height="40" class="main"><strong>Grundpreis</strong></td> <td width="35%">{$PRODUCTS_VPE}</td>{/if} </tr> Wer kann helfen bevor ich eine Abmahnung erhalte? Link to comment Share on other sites More sharing options...
tonkelz Posted January 7, 2010 Author Report Share Posted January 7, 2010 Hat wirklich keiner einen Tipp? Hat niemand den Grundpreis drin? Link to comment Share on other sites More sharing options...
tonkelz Posted March 5, 2010 Author Report Share Posted March 5, 2010 So ich habs hinbekommen. {if $module_data.PRODUCTS_VPE}Grundpreis{$module_data.PRODUCTS_VPE}<br />{/if}[/CODE] Es fehlte:[i] $module_data.[/i] So funktionierts wenn ich es noch richtig im Kopf habe Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.