<?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: Shipping Modules are fun to code</title>
	<atom:link href="http://www.clubosc.com/shipping-modules-are-fun-to-code.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.clubosc.com/shipping-modules-are-fun-to-code.html</link>
	<description>Showcasing osCommerce...the good, the bad and the ugly!</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:32:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Clayton</title>
		<link>http://www.clubosc.com/shipping-modules-are-fun-to-code.html/comment-page-1#comment-2736</link>
		<dc:creator>Michael Clayton</dc:creator>
		<pubDate>Fri, 16 Jan 2009 16:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=282#comment-2736</guid>
		<description>Hi Gary 
Thanks for your prompt response. I&#039;m going to need your help. Iâ€™ve found a osc contribution that lists all the UK counties into zones, I have made the comparison with the courier zones and indeed some counties straddle two zones, but I can handle that.
The zone contribution is in the form of sql insert statements, a sample of which follows: 

INSERT INTO zones (zone_country_id,zone_code,zone_name) VALUES(&quot;222&quot;,&quot;Avon&quot;,&quot;England - Avon&quot;);
INSERT INTO zones (zone_country_id,zone_code,zone_name) VALUES(&quot;222&quot;,&quot;Antrim&quot;,&quot;N. Ireland - Antrim&quot;);
INSERT INTO zones (zone_country_id,zone_code,zone_name) VALUES(&quot;222&quot;,&quot;Aberdeen City&quot;,&quot;Scotland - Aberdeen City&quot;); etc

The question is how do I set up the 5 UK Zones, and in each Zone â€œplace each county appropriatelyâ€?
The price I need to charge is indeed a flat rate, youâ€™ve explained that Iâ€™ll need to duplicate flat.php 5 times and assign it to each of my 5 Zones. How do I do this and why?  

Thanks in advance

MC</description>
		<content:encoded><![CDATA[<p>Hi Gary<br />
Thanks for your prompt response. I&#039;m going to need your help. Iâ€™ve found a osc contribution that lists all the UK counties into zones, I have made the comparison with the courier zones and indeed some counties straddle two zones, but I can handle that.<br />
The zone contribution is in the form of sql insert statements, a sample of which follows: </p>
<p>INSERT INTO zones (zone_country_id,zone_code,zone_name) VALUES(&#034;222&#034;,&#034;Avon&#034;,&#034;England &#8211; Avon&#034;);<br />
INSERT INTO zones (zone_country_id,zone_code,zone_name) VALUES(&#034;222&#034;,&#034;Antrim&#034;,&#034;N. Ireland &#8211; Antrim&#034;);<br />
INSERT INTO zones (zone_country_id,zone_code,zone_name) VALUES(&#034;222&#034;,&#034;Aberdeen City&#034;,&#034;Scotland &#8211; Aberdeen City&#034;); etc</p>
<p>The question is how do I set up the 5 UK Zones, and in each Zone â€œplace each county appropriatelyâ€?<br />
The price I need to charge is indeed a flat rate, youâ€™ve explained that Iâ€™ll need to duplicate flat.php 5 times and assign it to each of my 5 Zones. How do I do this and why?  </p>
<p>Thanks in advance</p>
<p>MC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.clubosc.com/shipping-modules-are-fun-to-code.html/comment-page-1#comment-2730</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 15 Jan 2009 16:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=282#comment-2730</guid>
		<description>MC - could be problematic.

You&#039;d need to compare the courier zones against the list of counties in the UK.  Som counties might have half in one zone and half in another for example.

Set up 5 UK Zones.  In each Zone place each county appropriately.  Now use any of the shipping modules to get the price you need to charge, eg: flat.php (if the charge is a flat rate for example).  Duplicate flat.php 5 times (not overly difficult) and assign one to each of your 5 zones.

Clear as mud?

If you need help setting it up, email me, my address is up there ^</description>
		<content:encoded><![CDATA[<p>MC &#8211; could be problematic.</p>
<p>You&#039;d need to compare the courier zones against the list of counties in the UK.  Som counties might have half in one zone and half in another for example.</p>
<p>Set up 5 UK Zones.  In each Zone place each county appropriately.  Now use any of the shipping modules to get the price you need to charge, eg: flat.php (if the charge is a flat rate for example).  Duplicate flat.php 5 times (not overly difficult) and assign one to each of your 5 zones.</p>
<p>Clear as mud?</p>
<p>If you need help setting it up, email me, my address is up there ^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Clayton</title>
		<link>http://www.clubosc.com/shipping-modules-are-fun-to-code.html/comment-page-1#comment-2729</link>
		<dc:creator>Michael Clayton</dc:creator>
		<pubDate>Thu, 15 Jan 2009 15:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=282#comment-2729</guid>
		<description>The courier were using has advised us to provide shipping to our customers on zones within the UK and not weight. I&#039;ve just stumbled upon &#039;ClubOsc&#039; and I&#039;m wondering if I could adopt a similar approach, incidentally how do you make an input form for the module?

The UK is divided into 5 major zones what in your view is the best approach? 

Thanks in advance

MC</description>
		<content:encoded><![CDATA[<p>The courier were using has advised us to provide shipping to our customers on zones within the UK and not weight. I&#039;ve just stumbled upon &#039;ClubOsc&#039; and I&#039;m wondering if I could adopt a similar approach, incidentally how do you make an input form for the module?</p>
<p>The UK is divided into 5 major zones what in your view is the best approach? </p>
<p>Thanks in advance</p>
<p>MC</p>
]]></content:encoded>
	</item>
</channel>
</rss>
