close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Tax rule not working...

Thread began 5/12/2010 7:26 am by chris.cherry130663 | Last modified 5/14/2010 8:07 am by Jason Byrnes | 1520 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...

Sign in to reply to this post

chris.cherry130663

bump...

This is about a production system...

Sign in to reply to this post

Jason ByrnesWebAssist

if the tax isn't being applied with the second rule, then the session is not being set properly.

Add the following to the confirm page after the body tag:
Shipping State: <%= Session("eCartCheckoutForm_shipping_state_province") %>

so you can see what it is being set to.


Also, provide a link where we can see the problem to investigate further.

Sign in to reply to this post

chris.cherry130663

Unfortunately, I can't give you a link to try this out, due to users having to be military to buy items from our site.

You can see the variable at the top of the confirm page (Order ConfirmationMD), with the MD being the session variable.

It is also carried over to the Success page, where I have the session variable written in the Shipping information section of the page.

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
login.php

Sign in to reply to this post

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...