<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: New Version of TaxCloud Implementation for Zen Cart &#8211; Now Supporting PayPal Express Checkout!</title>
	<atom:link href="http://dev.taxcloud.net/2011/04/28/new-version-of-taxcloud-implementation-for-zen-cart-now-supporting-paypal-express-checkout/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.taxcloud.net/2011/04/28/new-version-of-taxcloud-implementation-for-zen-cart-now-supporting-paypal-express-checkout/</link>
	<description>Information for web developers who want to integrate TaxCloud</description>
	<lastBuildDate>Wed, 05 Jun 2013 22:30:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jeff Everett</title>
		<link>http://dev.taxcloud.net/2011/04/28/new-version-of-taxcloud-implementation-for-zen-cart-now-supporting-paypal-express-checkout/#comment-220</link>
		<dc:creator><![CDATA[Jeff Everett]]></dc:creator>
		<pubDate>Fri, 11 Nov 2011 00:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://dev.taxcloud.net/?p=184#comment-220</guid>
		<description><![CDATA[OK, found a pretty good solution with Dave&#039;s help.  The discount coupons page is default http://yourdomain.com/index.php?main_page=discount_coupon

If you just want to have your discount coupons page displayed then you can use the EZ pages tool to create a new link to it since removing the built in order total module will keep it from showing up in your links.  From admin go to tools:ez pages.  Create a new page, and near the bottom where it asks about internal/external links enter &quot;index.php?main_page=discount_coupon&quot; without the quotes.]]></description>
		<content:encoded><![CDATA[<p>OK, found a pretty good solution with Dave&#8217;s help.  The discount coupons page is default <a href="http://yourdomain.com/index.php?main_page=discount_coupon" rel="nofollow">http://yourdomain.com/index.php?main_page=discount_coupon</a></p>
<p>If you just want to have your discount coupons page displayed then you can use the EZ pages tool to create a new link to it since removing the built in order total module will keep it from showing up in your links.  From admin go to tools:ez pages.  Create a new page, and near the bottom where it asks about internal/external links enter &#8220;index.php?main_page=discount_coupon&#8221; without the quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davefedtax</title>
		<link>http://dev.taxcloud.net/2011/04/28/new-version-of-taxcloud-implementation-for-zen-cart-now-supporting-paypal-express-checkout/#comment-219</link>
		<dc:creator><![CDATA[davefedtax]]></dc:creator>
		<pubDate>Thu, 10 Nov 2011 20:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://dev.taxcloud.net/?p=184#comment-219</guid>
		<description><![CDATA[Jeff, I will try to reproduce it here first.]]></description>
		<content:encoded><![CDATA[<p>Jeff, I will try to reproduce it here first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Everett</title>
		<link>http://dev.taxcloud.net/2011/04/28/new-version-of-taxcloud-implementation-for-zen-cart-now-supporting-paypal-express-checkout/#comment-218</link>
		<dc:creator><![CDATA[Jeff Everett]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 21:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://dev.taxcloud.net/?p=184#comment-218</guid>
		<description><![CDATA[Hi Dave, thanks again for the help.

Indeed situation #1 is correct, I just didn&#039;t know that vendors are supposed to charge tax on a discounted amount.  Thanks for the clarification on that one.

As far as situation #2 goes, the site I&#039;m working with is http://business2way.com and I&#039;d be more than happy to toggle the default/tax cloud modules or help you help me in any way.  The &quot;default&quot; page I&#039;m referring to is located in includes/languages\english/discount_coupon.php.  If I can provide any other info please let me know.  Thanks again!

JE]]></description>
		<content:encoded><![CDATA[<p>Hi Dave, thanks again for the help.</p>
<p>Indeed situation #1 is correct, I just didn&#8217;t know that vendors are supposed to charge tax on a discounted amount.  Thanks for the clarification on that one.</p>
<p>As far as situation #2 goes, the site I&#8217;m working with is <a href="http://business2way.com" rel="nofollow">http://business2way.com</a> and I&#8217;d be more than happy to toggle the default/tax cloud modules or help you help me in any way.  The &#8220;default&#8221; page I&#8217;m referring to is located in includes/languages\english/discount_coupon.php.  If I can provide any other info please let me know.  Thanks again!</p>
<p>JE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davefedtax</title>
		<link>http://dev.taxcloud.net/2011/04/28/new-version-of-taxcloud-implementation-for-zen-cart-now-supporting-paypal-express-checkout/#comment-217</link>
		<dc:creator><![CDATA[davefedtax]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 21:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://dev.taxcloud.net/?p=184#comment-217</guid>
		<description><![CDATA[1. The way the coupon module works is to calculate the tax based on original subtotal of the order, before discounts. This is the correct way to do it based on the SSUTA rules. Is this not what you are seeing in your cart? The post on the Zen Cart forum was made before we published the custom coupon module for TaxCloud. 

2. I&#039;m not aware of the coupon page. The TaxCloud coupon module is basically a copy of the Zen Cart coupon module. I will take a look to see if I can find any differences that would cause this problem.]]></description>
		<content:encoded><![CDATA[<p>1. The way the coupon module works is to calculate the tax based on original subtotal of the order, before discounts. This is the correct way to do it based on the SSUTA rules. Is this not what you are seeing in your cart? The post on the Zen Cart forum was made before we published the custom coupon module for TaxCloud. </p>
<p>2. I&#8217;m not aware of the coupon page. The TaxCloud coupon module is basically a copy of the Zen Cart coupon module. I will take a look to see if I can find any differences that would cause this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Everett</title>
		<link>http://dev.taxcloud.net/2011/04/28/new-version-of-taxcloud-implementation-for-zen-cart-now-supporting-paypal-express-checkout/#comment-216</link>
		<dc:creator><![CDATA[Jeff Everett]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 20:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://dev.taxcloud.net/?p=184#comment-216</guid>
		<description><![CDATA[Hi Dave, thanks for the response I really appreciate any help.

I have enabled the tax cloud discount coupon order total module. &quot;ot_taxcloud_coupon&quot; from the zen cart admin modules:order total as you advised, andTaxCloud is working and doing the discounts.  

There are still two minor issues:
1. When a discount is applied the tax isn&#039;t being recalculated to reflect the discount amount. Basically this means I&#039;m charging tax on a higher amount than what the customer is really ordering.  This thread from the zen cart forum shows where a user &quot;taxcloud&quot; was aware of the issue.  
http://www.zen-cart.com/forum/showthread.php?t=174459

2. The &quot;regular&quot; zen cart discount coupons module has a page where a customer can view a list of all the coupons currently available for my store.  When I turn off the regular zen cart coupon module and turn on the taxcloud one instead my discount coupons page disappears.  This is the issue I&#039;m most concerned about: is there is any way to have the taxcloud discount coupons module not disable the built-in discount coupons page.  

Regards-

Jeff]]></description>
		<content:encoded><![CDATA[<p>Hi Dave, thanks for the response I really appreciate any help.</p>
<p>I have enabled the tax cloud discount coupon order total module. &#8220;ot_taxcloud_coupon&#8221; from the zen cart admin modules:order total as you advised, andTaxCloud is working and doing the discounts.  </p>
<p>There are still two minor issues:<br />
1. When a discount is applied the tax isn&#8217;t being recalculated to reflect the discount amount. Basically this means I&#8217;m charging tax on a higher amount than what the customer is really ordering.  This thread from the zen cart forum shows where a user &#8220;taxcloud&#8221; was aware of the issue.<br />
<a href="http://www.zen-cart.com/forum/showthread.php?t=174459" rel="nofollow">http://www.zen-cart.com/forum/showthread.php?t=174459</a></p>
<p>2. The &#8220;regular&#8221; zen cart discount coupons module has a page where a customer can view a list of all the coupons currently available for my store.  When I turn off the regular zen cart coupon module and turn on the taxcloud one instead my discount coupons page disappears.  This is the issue I&#8217;m most concerned about: is there is any way to have the taxcloud discount coupons module not disable the built-in discount coupons page.  </p>
<p>Regards-</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davefedtax</title>
		<link>http://dev.taxcloud.net/2011/04/28/new-version-of-taxcloud-implementation-for-zen-cart-now-supporting-paypal-express-checkout/#comment-215</link>
		<dc:creator><![CDATA[davefedtax]]></dc:creator>
		<pubDate>Wed, 09 Nov 2011 19:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://dev.taxcloud.net/?p=184#comment-215</guid>
		<description><![CDATA[Hello Jeff, the TaxCloud integration for Zen Cart does include discount coupons. There is a coupon module for TaxCloud that needs to be enabled, to replace the built-in coupon module. This module correctly calculates the cart totals when using TaxCloud to calculate the taxes.]]></description>
		<content:encoded><![CDATA[<p>Hello Jeff, the TaxCloud integration for Zen Cart does include discount coupons. There is a coupon module for TaxCloud that needs to be enabled, to replace the built-in coupon module. This module correctly calculates the cart totals when using TaxCloud to calculate the taxes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Everett</title>
		<link>http://dev.taxcloud.net/2011/04/28/new-version-of-taxcloud-implementation-for-zen-cart-now-supporting-paypal-express-checkout/#comment-209</link>
		<dc:creator><![CDATA[Jeff Everett]]></dc:creator>
		<pubDate>Tue, 01 Nov 2011 20:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://dev.taxcloud.net/?p=184#comment-209</guid>
		<description><![CDATA[First off, taxcloud is awesome!

Just wondering if there is any ETA/update on when the zen cart integration will fully support discount coupons?  Specifically, I&#039;d really love to be able to at least have the discount coupons &quot;define pages&quot; page still visible- i lose it when I remove the built-in zen cart discount coupons module.]]></description>
		<content:encoded><![CDATA[<p>First off, taxcloud is awesome!</p>
<p>Just wondering if there is any ETA/update on when the zen cart integration will fully support discount coupons?  Specifically, I&#8217;d really love to be able to at least have the discount coupons &#8220;define pages&#8221; page still visible- i lose it when I remove the built-in zen cart discount coupons module.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davefedtax</title>
		<link>http://dev.taxcloud.net/2011/04/28/new-version-of-taxcloud-implementation-for-zen-cart-now-supporting-paypal-express-checkout/#comment-162</link>
		<dc:creator><![CDATA[davefedtax]]></dc:creator>
		<pubDate>Thu, 11 Aug 2011 17:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://dev.taxcloud.net/?p=184#comment-162</guid>
		<description><![CDATA[Hello Ron,

The TaxCloud API ID and Key are available from your merchant account on TaxCloud.net. When you create a &quot;Location&quot; which describes your web site a ID and Key are generated for you.

Thank you for the feedback on the readme file. We are working on a more detailed installation guide for Zen Cart which will be available shortly.]]></description>
		<content:encoded><![CDATA[<p>Hello Ron,</p>
<p>The TaxCloud API ID and Key are available from your merchant account on TaxCloud.net. When you create a &#8220;Location&#8221; which describes your web site a ID and Key are generated for you.</p>
<p>Thank you for the feedback on the readme file. We are working on a more detailed installation guide for Zen Cart which will be available shortly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Lee</title>
		<link>http://dev.taxcloud.net/2011/04/28/new-version-of-taxcloud-implementation-for-zen-cart-now-supporting-paypal-express-checkout/#comment-160</link>
		<dc:creator><![CDATA[Ron Lee]]></dc:creator>
		<pubDate>Thu, 11 Aug 2011 06:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://dev.taxcloud.net/?p=184#comment-160</guid>
		<description><![CDATA[Where do I find the TaxCloud API ID and TaxCloud API Key requested for ZenCart installations?

I signed up for user account at taxcloud.net, updated our profile, billing info etc. Downloaded files from the link contained in this forum message: &quot;New Version of TaxCloud Implementation for Zen Cart – Now Supporting PayPal Express Checkout!&quot;. installed files on server. Everything looks good so far with the following exceptions:

1. The readme.txt document &quot;TaxCloud PHP Integration - v1.4&quot; needs improvement as follows:

a. Para 3 &quot;....navigate to Admin -&gt; Locations/Taxes/ TaxCloudSettings...&quot; shoud read &quot;... navigate to Admin -&gt; Location/Taxes -&gt; TaxCloud Tax Lookups...&quot;.

b. Para 3 &quot;...file permissions for taxCloudConfig.php need to be set to make the file writeable...&quot; should read .file permissions for includes/modules/TaxCloud/ taxCloudConfig.php need to be set to make the file writeable...&quot; . 

Note: it also unclear if the write permission is to be set for user only, group or other (rest of world). I set mine to 777 (read,write &amp; execute) for all three but would prefer to make &#039;other&#039; read/execute only if write is not necessary.

I would suggest a separate &quot;TaxCloud PHP Integration - v1.4&quot; document for ZenCart API&#039;s with these changes as the paths are specific for ZenCart installs.]]></description>
		<content:encoded><![CDATA[<p>Where do I find the TaxCloud API ID and TaxCloud API Key requested for ZenCart installations?</p>
<p>I signed up for user account at taxcloud.net, updated our profile, billing info etc. Downloaded files from the link contained in this forum message: &#8220;New Version of TaxCloud Implementation for Zen Cart – Now Supporting PayPal Express Checkout!&#8221;. installed files on server. Everything looks good so far with the following exceptions:</p>
<p>1. The readme.txt document &#8220;TaxCloud PHP Integration &#8211; v1.4&#8243; needs improvement as follows:</p>
<p>a. Para 3 &#8220;&#8230;.navigate to Admin -&gt; Locations/Taxes/ TaxCloudSettings&#8230;&#8221; shoud read &#8220;&#8230; navigate to Admin -&gt; Location/Taxes -&gt; TaxCloud Tax Lookups&#8230;&#8221;.</p>
<p>b. Para 3 &#8220;&#8230;file permissions for taxCloudConfig.php need to be set to make the file writeable&#8230;&#8221; should read .file permissions for includes/modules/TaxCloud/ taxCloudConfig.php need to be set to make the file writeable&#8230;&#8221; . </p>
<p>Note: it also unclear if the write permission is to be set for user only, group or other (rest of world). I set mine to 777 (read,write &amp; execute) for all three but would prefer to make &#8216;other&#8217; read/execute only if write is not necessary.</p>
<p>I would suggest a separate &#8220;TaxCloud PHP Integration &#8211; v1.4&#8243; document for ZenCart API&#8217;s with these changes as the paths are specific for ZenCart installs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davefedtax</title>
		<link>http://dev.taxcloud.net/2011/04/28/new-version-of-taxcloud-implementation-for-zen-cart-now-supporting-paypal-express-checkout/#comment-139</link>
		<dc:creator><![CDATA[davefedtax]]></dc:creator>
		<pubDate>Thu, 21 Jul 2011 21:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://dev.taxcloud.net/?p=184#comment-139</guid>
		<description><![CDATA[Thanks for the question. The TaxCloud module should be compatible with different shipping modules. Are you having issues with this specific module?]]></description>
		<content:encoded><![CDATA[<p>Thanks for the question. The TaxCloud module should be compatible with different shipping modules. Are you having issues with this specific module?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
