Jump to content
xt:Commerce Community Forum

Brutto und Netto Preise gleichzeitig darstellen


BlogJack

Recommended Posts

Hallo,

ich habe aus bei mir so gelösst:

Zeile 333 in der class.price.php

return array ('formated' => $tpl_price, 'plain' => $price, 'plain_otax' => $price_otax);
ändern in
return array ('formated' => $tpl_price, 'plain' => $price, 'plain_otax' => $price_otax, 'formatedotax' => $Fprice_otax);[/code]




In der product_listing_v1.html könnte es dann so aussehen:

[code]<p class="price">Brutto: {$module_data.products_price.formated}</p> <p class="price">Netto: {$module_data.products_price.formatedotax}</p> [/code]

mfg

Link to comment
Share on other sites

  • 6 months later...

Archived

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

×
  • Create New...