Miva Merchant 4 Module FAQs » Phone Order Manager (BROK_PHONEORDERS)
I have modified the module to add support for tax modules which provide multiple, separate, taxes.
You can now use tokens to display additional data from the tax modules as well as fields to permit the data to be modified.
The original tax related tokens:
%taxbox%, %taxdescription%, %taxbox|xxx|%, %taxamount%, %taxamountF%
all apply to the FIRST tax method store/saved by the tax module (in the case of Canadian VAT, that will be GST).
To display other tax info, the tokens are incremented:
%taxbox2%, %taxdescription2%, %taxbox2|xxx|%, %taxamount2%, %taxamount2F%
%taxbox3%, %taxdescription3%, %taxbox3|xxx|%, %taxamount3%, %taxamount3F%
etc.
So to display the second tax on the Phone Order Interface, you could add a second table row below the current tax so it would look, together, like:
<TR>
<TD colspan="2">
</TD>
<TD ALIGN="right" VALIGN="middle" colspan="3">
<FONT FACE="Arial, Helvetica" SIZE="-1">
%recalculatetax%
<B>%taxdescription%:</B>
</FONT>
</TD><TD ALIGN="center">
<FONT FACE="Arial, Helvetica" SIZE="-1">
%taxbox%
</FONT>
</TD></TR>
<TR>
<TD colspan="2">
</TD>
<TD ALIGN="right" VALIGN="middle" colspan="3">
<FONT FACE="Arial, Helvetica" SIZE="-1">
<B>%taxdescription2%:</B>
</FONT>
</TD><TD ALIGN="center">
<FONT FACE="Arial, Helvetica" SIZE="-1">
%taxbox2%
</FONT>
</TD></TR>
Most Recent FAQ Entries:
Top 10
Displaying Tax Module Fields on Phone Order Manager Interface
We are a Canadian based business. Our tax module (Canadian VAT) has several tax fields and we would like to display them on the Phone Order Manager interface (rather than just the one default field). Is this possible? (2003/04/15)
I have modified the module to add support for tax modules which provide multiple, separate, taxes.
You can now use tokens to display additional data from the tax modules as well as fields to permit the data to be modified.
The original tax related tokens:
%taxbox%, %taxdescription%, %taxbox|xxx|%, %taxamount%, %taxamountF%
all apply to the FIRST tax method store/saved by the tax module (in the case of Canadian VAT, that will be GST).
To display other tax info, the tokens are incremented:
%taxbox2%, %taxdescription2%, %taxbox2|xxx|%, %taxamount2%, %taxamount2F%
%taxbox3%, %taxdescription3%, %taxbox3|xxx|%, %taxamount3%, %taxamount3F%
etc.
So to display the second tax on the Phone Order Interface, you could add a second table row below the current tax so it would look, together, like:
<TR>
<TD colspan="2">
</TD>
<TD ALIGN="right" VALIGN="middle" colspan="3">
<FONT FACE="Arial, Helvetica" SIZE="-1">
%recalculatetax%
<B>%taxdescription%:</B>
</FONT>
</TD><TD ALIGN="center">
<FONT FACE="Arial, Helvetica" SIZE="-1">
%taxbox%
</FONT>
</TD></TR>
<TR>
<TD colspan="2">
</TD>
<TD ALIGN="right" VALIGN="middle" colspan="3">
<FONT FACE="Arial, Helvetica" SIZE="-1">
<B>%taxdescription2%:</B>
</FONT>
</TD><TD ALIGN="center">
<FONT FACE="Arial, Helvetica" SIZE="-1">
%taxbox2%
</FONT>
</TD></TR>
Last update: 2003-07-30 02:00
Author: Support
Revision: 1.0
You cannot comment on this entry
Most Recent FAQ Entries: 
- I have the UPS Custom Integration configured so that ... (2008-07-11 10:21)
- I would like to conditionally display something for a ... (2008-07-03 17:37)
- Is there any way to configure specific global headers ... (2008-06-02 18:28)
- I pay my affiliates with gift certificates from your ... (2008-05-29 10:42)
- Is there any way to add a negative number ... (2008-05-22 13:51)
Top 10 
- 2521 views:
Adding Tokens to Evaluate Expressions - 2510 views:
Why won't you call me for technical support? I ... - 2489 views:
Is there a way to "Limit" the number of ... - 2402 views:
Are license keys valid for more than one store? ... - 2308 views:
I'm trying to enter a license key and get ... - 2270 views:
How do I install a module? - 2133 views:
How do I check for a module upgrade? - 2132 views:
How can display and change the parameters of an ... - 1960 views:
The total on my checkout pages are not correct. ... - 1843 views:
I have select and radio type attributes in my ...
















