chadwixk,
I may have a work around for the tax issue. If after setting up the no tax in the states you change the
PayPal.gateway template
<root>
<root>
It seems to work. If you get a chance please test it.
Jim
I may have a work around for the tax issue. If after setting up the no tax in the states you change the
PayPal.gateway template
<root>
<paymentURL>https://www.paypal.com/cgi-bin/webscr</paymentURL>
<verifyURL>https://www.paypal.com/cgi-bin/webscr</verifyURL>
<PayPalID>your paypal email</PayPalID>
<CartName>Cart Name</CartName>
<ButtonImageURL>/DesktopModules/NB_Store/img/horizontal_solution_PPeCheck.gif</ButtonImageURL>
<Currency>USD</Currency>
<ReturnURL>http://yourwhatever.com/tabid/127/stg/5/ordID/[ORDERID]/Default.aspx?PayPalExit=RETURN</ReturnURL>
<ReturnCancelURL>http://yourwhatever.com/tabid/127/stg/5/ordID/[ORDERID]/Default.aspx?PayPalExit=CANCEL</ReturnCancelURL>
<ReturnNotifyURL>http://yourwhatevers.com/tabid/127/stg/4/Default.aspx</ReturnNotifyURL>
<MerchantLanguage>en</MerchantLanguage>
<paypalurl>
<cmd>_xclick</cmd>
<first_name>[BAddress:AddressName]</first_name>
<last_name>[BAddress:AddressName2]</last_name>
<address1>[BAddress:Address1]</address1>
<address2>[BAddress:Address2]</address2>
<city>[BAddress:City]</city>
<country>[BAddress:CountryCode]</country> ****change this to <state>[BAddress:CountryCode]</state> and add <country>US</country>
<zip>[BAddress:PostalCode]</zip>
<email>[Order:Email]</email>
</paypalurl>
</root><root>
<paymentURL>https://www.paypal.com/cgi-bin/webscr</paymentURL>
<verifyURL>https://www.paypal.com/cgi-bin/webscr</verifyURL>
<PayPalID>your paypal email</PayPalID>
<CartName>Cart Name</CartName>
<ButtonImageURL>/DesktopModules/NB_Store/img/horizontal_solution_PPeCheck.gif</ButtonImageURL>
<Currency>USD</Currency>
<ReturnURL>http://yourwhatever.com/tabid/162/stg/5/ordID/[ORDERID]/Default.aspx?PayPalExit=RETURN</ReturnURL>
<ReturnCancelURL>http://yourwhatever.com/tabid/162/stg/5/ordID/[ORDERID]/Default.aspx?PayPalExit=CANCEL</ReturnCancelURL>
<ReturnNotifyURL>http://yourwhatever.com/tabid/162/stg/4/Default.aspx</ReturnNotifyURL>
<MerchantLanguage>en</MerchantLanguage>
<paypalurl>
<cmd>_xclick</cmd>
<first_name>[BAddress:AddressName]</first_name>
<last_name>[BAddress:AddressName2]</last_name>
<address1>[BAddress:Address1]</address1>
<address2>[BAddress:Address2]</address2>
<city>[BAddress:City]</city>
<state>[BAddress:CountryCode]</state>
<country>US</country>
<zip>[BAddress:PostalCode]</zip>
<email>[OrderUser:Email][Order:Email]</email>
</paypalurl>
</root>It seems to work. If you get a chance please test it.
Jim