[TYPO3-shop] tax problem need help

Franz Holzinger franz at fholzinger.com
Wed Nov 22 20:04:01 CET 2006


Peter Abels a écrit :
> Hello typo3 user,
> the marker ###PRICE_TOTAL_ONLY_TAX### in my template dont work.
> it is possible to view the complete tax
> i set the marker but dont understand what he do.

This is a missing feature.

tt_products/lib/class.tx_ttproducts_billdelivery.php

$markerArray['###PRICE_TOTAL_ONLY_TAX###']=$this->price->priceFormat($actItem['totalTax']-$actItem['totalNoTax']);

Greets,

Franz



More information about the TYPO3-project-tt-products mailing list