|
||||
|
nat?rlich in alle datein in denen der preis angeziegt wird, zb
product_info, product_listing, categorie_listing,.....
__________________
dieser beitrag ist ohne gewähr und stellt nur meine meinung und keinesfalls eine rechtsberatung dar. im zweifelsfalle ist er ironisch gemeint. .:netzdesign33.de:. | .:blog33.de:. |
|
|||
|
Hallo,
erstmal danke f?r die Hilfe, ich habs versuch und bei der product_info hats auch gefunzt. Jetzt wollte ich das Ganze auch f?r die product_listing ?bernehmen und da gehts net... jetzt steht hinter dem Preis immer "Preis auf Anfrage" egal ob der Preis 0 oder xxx ist. Hier der Code-Teil der product_info wo es funzt: Code:
<p style="margin-top: 10px; margin-bottom: 10px">
<font size="4" face="Verdana, Arial, Helvetica, Sans-serif"><strong>{$PRODUCTS_NAME}</strong>
</font></td>
<td nowrap><div align="right">
<p style="margin-top: 10px; margin-bottom: 10px"><i>
<font size="4" face="Verdana, Arial, Helvetica, sans-serif" color="#000080"><strong>{$PRODUCTS_PRICE}
{if $PRODUCTS_PRICE==0}</strong></font></i></p>
<p align="right" style="margin-top: 0; margin-bottom: 0"><i>
<font color="#000080" face="Verdana" size="4"><strong>Preis auf Anfrage</strong></font></i>{/if}
</strong> </font></i></div></td>
Code:
<p><strong>{$module_data.PRODUCTS_PRICE}{if $PRODUCTS_PRICE==0} <i>
<font face="Verdana" size="2" color="#000080">Preis auf Anfrage</font></i>{/if}</strong></p>
Vielen Dank im Voraus und nicht meckern oder lachen, ich bin nicht der Programmierer vor dem Herrn :sad: |
|
|||
|
Sorry der Teil der nichtfunzenden product_listing sieht so aus:
Code:
<tr>
<td class="main" height="31">
<p><strong>{$module_data.PRODUCTS_PRICE}{if $PRODUCTS_PRICE==0}</strong>
<i><font face="Verdana" size="2" color="#000080"><strong>Preis auf Anfrage</strong></font></i>{/if}</p>
</td>
</tr>
|
|
|||
|
So hoffe ich nerve nicht. Habe es jetzt auch bei der product_listing und der new_products hinbekommen, leider wird der Preis nicht ausgeblendet, sondern es erscheint der Preis zusammen mit "Preis auf Anfrage"... wie bekomme ich den Preis weg?
Code:
<p style="margin-top: 10px; margin-bottom: 10px"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<strong>{$module_data.PRODUCTS_PRICE} {if $module_data.PRODUCTS_PRICE==0}</strong></font>
<i><font color="#000080" face="Verdana" size="2"> <strong> >> Preis auf Anfrage</strong></font></i>{/if}
</strong></font></i></p>
Code:
$module_data. |
![]() |
| Lesezeichen |
| Stichworte |
| anfrage, preis |
| Themen-Optionen | |
| Ansicht | |
|
|