I am making some modifications to a shopping cart script to include support
for
multiple sales taxes (CA counties). I think I am close, but it is not
working ...
Here is the orignal:
$sc_sales_tax = ".0775";
@sc_sales_tax_form_values = ("ca", "Calafornia");
And here is what I am trying to do:
@$sc_sales_tax = (".00",
".0825",
".0725",
".0725",
".0725",
".0725",
".0725",
".0825",
".0725",
".0775",
".0725");
@sc_sales_tax_form_values = ("Outside CA",
"Alameda",
"Alpine",
"Amador",
"Butte",
"Calaveras",
"Colusa",
"Contra Costa",
"Del Norte",
"El Dorado",
"Fresno");
Am I close to the mark here or did I miss it completly? (Been working on
CGI jobs 2
weeks straight and need a break to reorganise my brain back into
semi-functional
order)
Chad
____________________________________________________________________
--------------------------------------------------------------------
Join The Web Consultants Association : Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------