Jasmin Savard
Jasmin Savard
QST is for local sales but as you can see it is also charged by Newegg.ca  It always depends if you need to produce a tax report for that...
+1 for Avalara but you also need a simple table solution for small websites. https://github.com/avadev/AvaTax-REST-V2-DotNet-SDK
I believe that big e-commerce companies have been recently encouraged to pay sales tax in different countries at least (Amazon). So, while a state cannot require it we still need...
The FrontEndCultureSelector currently uses the LocalizationPart and does'nt rely on the cookie because on the front end we need to be able to set a page favorite in a browser...
For the Layout module we could use this technique. JSON Web Tokens. https://jwt.io/ We could encode the user and everything related to it this way. This would be encoded and...
Anonymous checkout
B2B feature
Those could be also helpfull : https://github.com/domaindrivendev/Swashbuckle http://swagger.io/ Related to the new admin theme. I'm not sure though that we want to wait on that full REST API to be...
I think it means that you would need to change the MD5CryptoServiceProvider for using something else since FIPS doesn't allow anything else than TLS 1.0 encryption (SHA-1 or SHA-2). An...
If I remember correctly, Orchard used to use BundlerMinifier and got migrated to the gulp pipeline because we could fine-tune it more. There are also dependencies that only need to...