close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Tax rule not working...

Thread began 5/12/2010 7:26 am by chris.cherry130663 | Last modified 5/14/2010 8:07 am by chris.cherry130663 | 1517 views | 4 replies

chris.cherry130663

Tax rule not working...

I have an active tax rule in the cart object to charge MD sales tax if the shipping address is in MD. This rule is not firing off at all.

I had additional rules for government exempt cards. We had a customer from MD purchase an item, but no tax was charged. We verified that the card was not govt issued, and I began stripping out the rules to get to simple MD tax.

Old rule:

function WAEC_shoeCart_MDTax()
totalTax = 0
if (true AND ((cStr(Session("eCartCheckoutForm_shipping_state_province")) = "MD") AND (cStr(Session("left_4")) <> "XXXX") AND (cStr(Session("left_4")) <> "XXXX") AND (cStr(Session("left_4")) <> "XXXX") AND (cStr(Session("left_4")) <> "XXXX") AND (cStr(Session("left_4")) <> "XXXX"))) then
totalTax = totalTax + (WA_eCart_TotalColumn(shoeCart, "TotalPrice") * cDbl(.06))'Result
end if
WAEC_shoeCart_MDTax = WA_eCart_FormatNumber(totalTax, shoeCart.ForceDecimalsC, shoeCart.DecimalPlacesC)
end function

New Rule (still not working):

function WAEC_shoeCart_MDTax()
totalTax = 0
if (true AND ((cStr(Session("eCartCheckoutForm_shipping_state_province")) = "MD"))) then
totalTax = totalTax + (WA_eCart_TotalColumn(shoeCart, "TotalPrice") * cDbl(.06))'Result
end if
WAEC_shoeCart_MDTax = WA_eCart_FormatNumber(totalTax, shoeCart.ForceDecimalsC, shoeCart.DecimalPlacesC)
end function


It is still not working.

The click chain in my cart is checkout (enter payment info) > confirm (submit to Authorize.Net) > success.

Let me know if you need any more info from me...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...