<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title><![CDATA[BCS Engineering]]></title>
<link><![CDATA[https://support.bcsengineering.com/]]></link>
<description />
<generator><![CDATA[Kayako case v4.66.2]]></generator>
<item>
<title><![CDATA[Shipping Estimator Rate Calculation Fix]]></title>
<link><![CDATA[https://support.bcsengineering.com/index.php?/Knowledgebase/Article/View/171]]></link>
<guid isPermaLink="false"><![CDATA[a4a042cf4fd6bfb47701cbc8a1653ada]]></guid>
<pubDate><![CDATA[Tue, 20 Apr 2010 16:20:37 -0400]]></pubDate>
<dc:creator><![CDATA[Nick Poindexter]]></dc:creator>
<description><![CDATA[This will fix not having to have a default country enabled in your shipping on options on the Admin side.

Solution:

Look for the the piece of code that says 
$cart.shipping_cost gt 0

Replace it with: 
$s.rate gt 0]]></description>
<content:encoded><![CDATA[This will fix not having to have a default country enabled in your shipping on options on the Admin side.<br />
<br />
Solution:<br />
<br />
Look for the the piece of code that says <br />
$cart.shipping_cost gt 0<br />
<br />
Replace it with: <br />
$s.rate gt 0]]></content:encoded>
</item>
</channel>
</rss>