jaypee2012-12-20 13:42 | hello, » Quick.Cart v5.x |
cgan2012-12-20 16:18 | jaypee - check this link (vatLite), scroll down to fourth from bottom of the page: cgan |
jaypee2012-12-20 16:31 | yes, thanks cgan... |
cgan2012-12-20 16:46 | I haven't checked vatLite but maybe you can find something useful from this old topic: cgan |
jaypee2012-12-20 17:24 | bammbabalugapolapbangbang! |
jaypee2012-12-20 17:32 | mmmh, i´m back. |
interkob2012-12-20 21:50 | You should enter prices with VAT in all your products. And then you can show how much is without VAT anywhere. |
jaypee2012-12-21 08:08 | @interkob: i guess you get me wrong. |
interkob2012-12-21 09:21 | Try this solution. Maybe this is not full and not tested, but...
$aData['sPrice'] = is_numeric( $this->aProducts[$iProduct]['mPrice'] ) ? displayPrice( $this->aProducts[$iProduct]['mPrice'] ) : $this->aProducts[$iProduct]['mPrice'];
$aData['sPrice'] = is_numeric( $this->aProducts[$iProduct]['mPrice'] ) ? displayPrice( $this->aProducts[$iProduct]['mPrice'] ) : $this->aProducts[$iProduct]['mPrice'];
$aData['sPrice'] = is_numeric( $aData['mPrice'] ) ? displayPrice( $aData['mPrice'] ) : $aData['mPrice'];
$aData['sPrice'] = is_numeric( $aData['mPrice'] ) ? displayPrice( $aData['mPrice'] ) : $aData['mPrice'];
$aData['sProductsSummary'] = displayPrice( $aData['fProductsSummary'] );
$aData['sProductsSummary'] = displayPrice( $aData['fProductsSummary'] );
VAT $aData[sVAT]
|
jaypee2012-12-21 10:11 | Then open pages_default.tpl, products_default.tpl, orders_step-x.tpl and paste the code: |
interkob2012-12-21 10:46 | pages/products tpl
<!-- IF:START PRICE -->VAT $aData[sVAT]
$aData[sProductsSummary]<br />
|
jaypee2012-12-21 11:02 | thanks. doesn´t work on spot. i will take my time and hope to sort this out. |
interkob2012-12-21 11:33 | What doesn't work? You should see VAT value in products' list, in product's details page, in basket and in order form. |
jaypee2012-12-21 12:46 | i see vat in list and details (but this was already visible before i use your script). |
interkob2012-12-21 12:54 | You better try it on clear version. I see all ok. |
jaypee2012-12-21 13:29 | tried it on a clear version...still the same result. |