<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: ShopSite Tip &#8211; Customize Your Tax and Shipping</title>
	<atom:link href="https://www.lexiconn.com/blog/2009/08/shopsite-tip-customize-your-tax-and-shipping/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lexiconn.com/blog/2009/08/shopsite-tip-customize-your-tax-and-shipping/</link>
	<description>All about e-Commerce, ShopSite, and Web Hosting</description>
	<lastBuildDate>Thu, 16 Dec 2021 19:59:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.1</generator>
	<item>
		<title>By: Rob Mangiafico</title>
		<link>https://www.lexiconn.com/blog/2009/08/shopsite-tip-customize-your-tax-and-shipping/#comment-1431</link>
		<dc:creator><![CDATA[Rob Mangiafico]]></dc:creator>
		<pubDate>Sat, 06 Feb 2010 23:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lexiconn.com/blog/?p=151#comment-1431</guid>
		<description><![CDATA[Not sure how merchants actually put this into practice. Some might collect the county data after the sale is complete, and with an average sales tax rate in the cart, it works out in terms of not losing too much after you calculate the actual sales tax based on county.

Sort of like charging an average rate for shipping and setting it up so it averages out to not cause a loss on shipping costs.

Maybe another merchant will chime in, or maybe ask on the ShopSite forum.]]></description>
		<content:encoded><![CDATA[<p>Not sure how merchants actually put this into practice. Some might collect the county data after the sale is complete, and with an average sales tax rate in the cart, it works out in terms of not losing too much after you calculate the actual sales tax based on county.</p>
<p>Sort of like charging an average rate for shipping and setting it up so it averages out to not cause a loss on shipping costs.</p>
<p>Maybe another merchant will chime in, or maybe ask on the ShopSite forum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>https://www.lexiconn.com/blog/2009/08/shopsite-tip-customize-your-tax-and-shipping/#comment-1429</link>
		<dc:creator><![CDATA[Scott]]></dc:creator>
		<pubDate>Sat, 06 Feb 2010 22:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lexiconn.com/blog/?p=151#comment-1429</guid>
		<description><![CDATA[Thanks Rob.  Another question in search of a solution.  You say that some merchants approximate the rate state wide, and sort it out after the fact in terms of complying with state law.

The California state tax return requires sales to be broken down into about 120 different lines by county and then by municipality (see http://www.boe.ca.gov/pdf/boe401a2.pdf)  How does or can ShopSite support the needed detail?  Thanks]]></description>
		<content:encoded><![CDATA[<p>Thanks Rob.  Another question in search of a solution.  You say that some merchants approximate the rate state wide, and sort it out after the fact in terms of complying with state law.</p>
<p>The California state tax return requires sales to be broken down into about 120 different lines by county and then by municipality (see <a href="http://www.boe.ca.gov/pdf/boe401a2.pdf" rel="nofollow">http://www.boe.ca.gov/pdf/boe401a2.pdf</a>)  How does or can ShopSite support the needed detail?  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Mangiafico</title>
		<link>https://www.lexiconn.com/blog/2009/08/shopsite-tip-customize-your-tax-and-shipping/#comment-1426</link>
		<dc:creator><![CDATA[Rob Mangiafico]]></dc:creator>
		<pubDate>Sat, 06 Feb 2010 22:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.lexiconn.com/blog/?p=151#comment-1426</guid>
		<description><![CDATA[California and New York make this a more difficult task to manage. You can create as many &quot;sales tax by zip&quot; textboxes as you need in the backoffice, populate each with the zip codes that correspond to a specific tax rate, and ShopSite will apply the correct rate for shoppers when they enter their shipping zip code on the cart page.

However, if counties have overlapping zip codes, then it will not be 100% accurate. Some merchants approximate the rate state wide, and sort it out after the fact in terms of complying with state law.

Two other options would be to have a developer create a Tax API that automates this process, and can read in a downloaded tax file to return accurate sales tax. The file could then be updated when the state makes changes. Or, you could look at the AvaTax API from Avalara, although this is quite expensive.]]></description>
		<content:encoded><![CDATA[<p>California and New York make this a more difficult task to manage. You can create as many &#8220;sales tax by zip&#8221; textboxes as you need in the backoffice, populate each with the zip codes that correspond to a specific tax rate, and ShopSite will apply the correct rate for shoppers when they enter their shipping zip code on the cart page.</p>
<p>However, if counties have overlapping zip codes, then it will not be 100% accurate. Some merchants approximate the rate state wide, and sort it out after the fact in terms of complying with state law.</p>
<p>Two other options would be to have a developer create a Tax API that automates this process, and can read in a downloaded tax file to return accurate sales tax. The file could then be updated when the state makes changes. Or, you could look at the AvaTax API from Avalara, although this is quite expensive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>https://www.lexiconn.com/blog/2009/08/shopsite-tip-customize-your-tax-and-shipping/#comment-1422</link>
		<dc:creator><![CDATA[Scott]]></dc:creator>
		<pubDate>Sat, 06 Feb 2010 21:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.lexiconn.com/blog/?p=151#comment-1422</guid>
		<description><![CDATA[California levies a state-wide sales tax as well as counties and cities/municipalities.  There are about 4,200 such combinations.  These can be boiled down to about 2,600 zip codes.

So your recommendation is a nice idea in theory, but how do I apply it in reality?  A 2,600 item drop down menu would be a bit much, don&#039;t you think?]]></description>
		<content:encoded><![CDATA[<p>California levies a state-wide sales tax as well as counties and cities/municipalities.  There are about 4,200 such combinations.  These can be boiled down to about 2,600 zip codes.</p>
<p>So your recommendation is a nice idea in theory, but how do I apply it in reality?  A 2,600 item drop down menu would be a bit much, don&#8217;t you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Mangiafico</title>
		<link>https://www.lexiconn.com/blog/2009/08/shopsite-tip-customize-your-tax-and-shipping/#comment-6</link>
		<dc:creator><![CDATA[Rob Mangiafico]]></dc:creator>
		<pubDate>Wed, 26 Aug 2009 11:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.lexiconn.com/blog/?p=151#comment-6</guid>
		<description><![CDATA[Brent, thanks for the extra tip. It is amazing that sites continue to use the default settings for such an important step in the buying process.

The problem with New York is they have counties that have overlapping zip code ranges, so they make it difficult for online stores to easily comply with their complex tax code. Other states planned their counties more logically to make it easy to setup zip code ranges and rates.]]></description>
		<content:encoded><![CDATA[<p>Brent, thanks for the extra tip. It is amazing that sites continue to use the default settings for such an important step in the buying process.</p>
<p>The problem with New York is they have counties that have overlapping zip code ranges, so they make it difficult for online stores to easily comply with their complex tax code. Other states planned their counties more logically to make it easy to setup zip code ranges and rates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent</title>
		<link>https://www.lexiconn.com/blog/2009/08/shopsite-tip-customize-your-tax-and-shipping/#comment-5</link>
		<dc:creator><![CDATA[Brent]]></dc:creator>
		<pubDate>Wed, 26 Aug 2009 06:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.lexiconn.com/blog/?p=151#comment-5</guid>
		<description><![CDATA[Great advice. I cannot tell you how many websites I have seen that use things like this. Plus they continue to do it even after you show them how to make it better.

You can even take it a step further and add more zip code fields in ShopSite that will allow you to use the zip code to automatically calculate County taxes. You just need the zip code breakdowns by County. This is located under Commerce Setup &gt; Tax.]]></description>
		<content:encoded><![CDATA[<p>Great advice. I cannot tell you how many websites I have seen that use things like this. Plus they continue to do it even after you show them how to make it better.</p>
<p>You can even take it a step further and add more zip code fields in ShopSite that will allow you to use the zip code to automatically calculate County taxes. You just need the zip code breakdowns by County. This is located under Commerce Setup &gt; Tax.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
