[TYPO3-shop] customers + VAT - Resellers no VAT

Simon Justesen simon at FJERNDETTEsimm.dk
Tue Aug 4 22:58:27 CEST 2009


Simon Justesen skrev:
> Hi,
> 
> I'm having a bit of a problem with a shop
> 
> With normal customers - prices are entered into the database with added 
> 25% Danish VAT.
> 
> So the calculation, like normal tt_product behaviour is (I think):
> 
> SUBTOTAL (incl. VAT)
> VAT ONLY AMOUNT
> + SHIPPING
> = TOTAL
> 
> 
> Reseller prices are entered into the db ex. VAT to make it easier for 
> the backend user
> I need to have the subtotal behave differently, like this:
> 
> SUBTOTAL (ex. vat)
> + VAT
> + SHIPPING
> = TOTAL
> 
> How's this done? I've been playing around with
> plugin.tt_products.TAXpercentage = 25.00
> plugin.tt_products.TAXmode = 1
> plugin.tt_products.TAXincluded = 0
> 
> But can't really get the correct results.
> Would I need to change the source or do you have a TS workaround?
> 
> Thanks,
> Simon

Nevermind, I did it - I was just hoping I didn't have to make an extra 
template and rearrange markers, so if you have a better idea then do tell :)


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