Software Search
HELP/FAQs?

Got questions/problems? Take a look through our FAQs (frequently asked questions), or email us at: support@bigyellowkey.com. We shall do our best to get back to you promptly.

Want Discounts?

Are your prices for multiple domains too large? Are you trying to get licences for test domains but being asked to pay full cost? Don't worry; we can add test domains to your licences manually. Just purchase a single domain addon/upgrade for what it is that you need, and then email us about your situation regarding the remaining domains and we'll liaise with you over the options. email us at: support@bigyellowkey.com. We shall do our best to get back to you promptly. click here for more information regarding multiple domains, upgrades, and discount policies.

BigYellowKey News
(click here to view all BYK news)

Imminent: 4/1/2016 4:05:00 PM
BYZ Development Points have been changed
Click Here for details.
The new BYZ Development Points (BYZ192) replace all previous BYZ Points which are now no longer available.

Released: 4/1/2016 3:05:00 PM
BYZ Annual Pass Now Available!
Click Here for details.
The BYZ Annual Pass replaces the BYZ addon subscription service.

Released: 4/1/2016 2:05:00 PM
The BYZ Terms and Conditions have been changed.
Click Here for details.

Apologies, but online Payments are temporary unavailable as we are in the process of changing our payment gateway.
Please contact us if you wish to place an order and we will organize a manual payment process for you.
We hope/expect online payments to be available again soon.

Tax/VAT Amount Template Fields for VPASP - BYZ091

<< back to previous screen

Allows your customers to see the breakdown of tax, pre-tax price, and taxed price.



Tax/VAT Amount Template Fields for VPASP - BYZ091
Latest version:02/01-AUG-2011
From vendor:Big Yellow Zone
For Terms and Conditions, click here
Please do not purchase any BigYellowZone
products/services or request technical
support until you have read and agree with
the terms and conditions.
Price:£10.00
add to cart


Compatibility, Bundling, and Status Notes:
Compatible with VPASP V4.5 to V7
Before installing, you must have installed:
BYZ038
BYZ036
BYZ033

This product includes:
BYZ038
BYZ036
BYZ033

Demos/Samples:
(click on a link below to see the corresponding demo/sample)
Sample Tax Display


Important Note: This is only for those who use the standard vpasp tax elements; if you have purchased/installed an addon for tax processing then this may not work for that addon.

It is also only designed for sites that hold their prices (eg cprice) in their database as tax-excluded amounts. If you store tax-inclusive prices on your site then this addon is not for you.

Your raw product prices might not include tax, but you want to be able to show your customers what the tax element is so that they don't get a nasty surprise when they enter the ordering process in the cart. With this addon you can display the tax element, the pre-tax price, or the price-including-tax values in any combination, as each of those elements are separate template-fields in their own right.

Included in the addon are detailed examples of how you can use the Tax template fields in your templates.


Technical/Developer Information:
Usually you would use this for "cprice", but you can use any amount column you want by just adding it as the argument in your template-field in your template-file, ie the same logic that the "formatcurrency" template-field.

Wherever you want to show a Tax field in your template, add whichever of the relevant new template special fields you want to use:

BYZ_TAX_PRICE_TAX_ONLY
BYZ_TAX_PRICE_INCLUDING_TAX
BYZ_TAX_FORMAT_CCY_PRICE_TAX_ONLY
BYZ_TAX_FORMAT_CCY_PRICE_INCLUDING_TAX
BYZ_TAX_DISPLAY_PRICES_BOX

This would normally be added to your product detail template (tmp_product.htm), but you can also add it to the product summary template, or frontpage template etc

As with all our template-field addons, you can also use/call the functions in your asp files in other places (eg if you want to show dynamic shipping costs with their corresponding tax values in a static "shipping.asp" page), for example:
To call the functions from VBScript, use the following as examples:

Response.Write BYZ_TAX_PRICE_TAX_ONLY_VB(youramountvalue)

Response.Write BYZ_TAX_PRICE_INCLUDING_TAX_VB(youramountvalue)

Response.Write BYZ_TAX_FORMAT_CCY_PRICE_TAX_ONLY_VB(youramountvalue)

Response.Write BYZ_TAX_FORMAT_CCY_PRICE_INCLUDING_TAX_VB(youramountvalue)

Response.Write BYZ_TAX_DISPLAY_PRICES_BOX_VB(youramountvalue)


Terms and Conditions:
For terms, conditions, and licensing information for all BigYellowZone products/services, please click here.
Please do not purchase any BigYellowZone products/services or request technical support until you have read and agree with the terms and conditions.


Full Version History:
VerNo Version Date Release Notes
01 16-JUN-2006 Initial version - Big Yellow Zone Tax Template Fields For VP-ASP
02 01-AUG-2011 Upgraded BYZ038 (from V06 to V13)
Upgraded BYZ036 (from V02 to V08)
Upgraded BYZ033 (from V03 to V11)
Added version control file.
Changed template fields to use arrays as an argument instead of just the cursor (to avoid 8k/memo bugs where values get blanked out in cursors).
Made compatible with VPASP V7.
Changed html of price box to pass html-validation without errors/warnings.
Effected files:
README*.htm (changed files)
byz$091_version.asp (new file)
byz091_install.asp (deleted file)
byz_template_codes_codes_taxfields.asp (changed file)
byz_template_codes_functions_taxfields.asp (changed file)
byz_template_codes_functions_taxfields_display_box_config.asp (changed file)
example_taxfields.asp (deleted file)
example_tmp_product_tax.htm (deleted file)