Jump to content
xt:Commerce Community Forum

Preisformatierung


Sascha296

Recommended Posts

Kennt jemand eine Möglichkeit wie man zusätzlich eingefügte Preise (Felder in der Datenbank) Formatiert anzeigen lassen kann?

Ich habe es bisher so gemacht:

1. Feld in der SQL Datenbank angelegt. Datentyp etc wie beim product_price.

2. Smarty Tag wie folgt eingefügt:

{if $smarty.const._CUST_STATUS_SHOW_PRICE eq '1' and $module_data.products_price.formated neq ''}

<p class="product-price">{$module_data.products_price.formated}</p>

{/if}

{if $smarty.const._CUST_STATUS_SHOW_PRICE eq '0'}

<p class="product-price">EUR   {$module_data.angebotspreis.formated}</p>

{/if}

Allerdings wird bei einem Preis von 20.00 Eur in der Datenbank 20.0000 nur eine 2 angezeigt auch die Währung musste ich manuell hinzusetzen.

Mache ich da was falsch?

Grüße

Sascha

Link to comment
Share on other sites

Archived

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

×
  • Create New...