Franz Holzinger

Verse of the day

Bei Gott ist mein Heil, meine Ehre, der Fels meiner Stärke; meine Zuversicht ist auf Gott.
Psalm 62:7

© Bible Gateway's Verse of the Day


autor  
28-11-06 10:10:18 Myserious ###PRICE_TOTAL_TAX###
Redvald
I think I hava a calculation problem. My code is like this:

<form method="post" action="###FORM_URL###">
<div>
<table width="100%" border="0">

<tr class ="basketlinjer">
<td class="baskettop">&nbsp;</td>
<td class="baskettop">Antall</td>
<td class="baskettop">Navn</td>
<td class="baskettop">Pris pr. stk. </td>
<td class="baskettop">Samlet pris </td>
</tr>
<!-- ###ITEM_CATEGORY_AND_ITEMS### begin -->
<!-- ###ITEM_CATEGORY### begin -->
<!-- ###ITEM_CATEGORY### end -->
<!-- ###ITEM_LIST### begin -->
<!-- ###ITEM_SINGLE### begin-->
<tr>
<td class="shopimage">###PRODUCT_IMAGE###</td>
<td class="quantity">
<input size="3" maxlength="4" type="text" name="###FIELD_NAME_BASKET###2" value="###FIELD_QTY###" /> </td>
<td class="product">###PRODUCT_TITLE###</td>
<td class="price">Kr. ###PRICE_TAX###,-</td>
<td class="total">Kr. ###PRICE_TOTAL_TAX###,-</td>
</tr>
<!-- ###ITEM_SINGLE### end -->
<!-- ###ITEM_LIST### end -->
<!-- ###ITEM_CATEGORY_AND_ITEMS### end -->
</table>
<div class="baskettop" align="right"><strong>Totalt: Kr ###PRICE_TOTAL_TAX###,-</strong><br />
</div>
</div>

<div class="form_control">
<div align="right">
<input type="hidden" name="mode_update" value="1" />
<input type="submit" name="products_update" value="Oppdater handlekurv" />
<input type="submit" name="products_info" value="G&aring; til adresseopplysninger" />
</div>
</div>
</form>

But the final ###PRICE_TOTAL_TAX###
28-11-06 10:12:48 The last sentece
redvald
But the final ###PRICE_TOTAL_TAX### show a higher total then it should. I have set the tax to "0", and there is nowhere i Can find any extra Shipping cost added to the items I put in the basket.
1-12-06 10:33:39 Payment/shipping settings
Franz
Use the TypoScript object browser to check your settings with payment and shipping. Maybe you have inherited some calculation script from the default settings.
< Zurück zum Forum