<?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 Quote based on Per Cent of Total Order</title>
	<atom:link href="http://www.clubosc.com/shipping-quote-based-on-per-cent-of-total-order.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.clubosc.com/shipping-quote-based-on-per-cent-of-total-order.html</link>
	<description>Showcasing osCommerce...the good, the bad and the ugly!</description>
	<lastBuildDate>Mon, 30 Jan 2012 16:32:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Gary</title>
		<link>http://www.clubosc.com/shipping-quote-based-on-per-cent-of-total-order.html/comment-page-1#comment-4424</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 23 Sep 2010 08:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=136#comment-4424</guid>
		<description>Peter - follow the install instructions, should be very straightforward.</description>
		<content:encoded><![CDATA[<p>Peter &#8211; follow the install instructions, should be very straightforward.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.clubosc.com/shipping-quote-based-on-per-cent-of-total-order.html/comment-page-1#comment-4421</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 22 Sep 2010 22:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=136#comment-4421</guid>
		<description>Sorry Newbie

How does one install this module?</description>
		<content:encoded><![CDATA[<p>Sorry Newbie</p>
<p>How does one install this module?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.clubosc.com/shipping-quote-based-on-per-cent-of-total-order.html/comment-page-1#comment-4112</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 22 Apr 2010 10:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=136#comment-4112</guid>
		<description>Little bug found in this module.  Fix;

Find this:

// class methods
    function quote($method = &#039;&#039;) {
      global $order;

Change to:

// class methods
    function quote($method = &#039;&#039;) {
      global $order, $cart;

Find this:

&#039;cost&#039; =&gt; ($order-&gt;info[&#039;total&#039;] * (MODULE_SHIPPING_PERCENT_COST/100)) + MODULE_SHIPPING_PERCENT_HANDLING)));

Change to:

&#039;cost&#039; =&gt; ($cart-&gt;show_total() * (MODULE_SHIPPING_PERCENT_COST/100)) + MODULE_SHIPPING_PERCENT_HANDLING)));</description>
		<content:encoded><![CDATA[<p>Little bug found in this module.  Fix;</p>
<p>Find this:</p>
<p>// class methods<br />
    function quote($method = &#034;) {<br />
      global $order;</p>
<p>Change to:</p>
<p>// class methods<br />
    function quote($method = &#034;) {<br />
      global $order, $cart;</p>
<p>Find this:</p>
<p>&#039;cost&#039; => ($order->info['total'] * (MODULE_SHIPPING_PERCENT_COST/100)) + MODULE_SHIPPING_PERCENT_HANDLING)));</p>
<p>Change to:</p>
<p>&#039;cost&#039; => ($cart->show_total() * (MODULE_SHIPPING_PERCENT_COST/100)) + MODULE_SHIPPING_PERCENT_HANDLING)));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.clubosc.com/shipping-quote-based-on-per-cent-of-total-order.html/comment-page-1#comment-3945</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 13 Jan 2010 13:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=136#comment-3945</guid>
		<description>Yes - you would need to add in an extra box input in the admin screen, then get the cart amount in the module and determine what to charge.  Fairly straightforward.

I can quote you if you wish.  oscshops@gmail.com</description>
		<content:encoded><![CDATA[<p>Yes &#8211; you would need to add in an extra box input in the admin screen, then get the cart amount in the module and determine what to charge.  Fairly straightforward.</p>
<p>I can quote you if you wish.  <a href="mailto:oscshops@gmail.com">oscshops@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blackhawk</title>
		<link>http://www.clubosc.com/shipping-quote-based-on-per-cent-of-total-order.html/comment-page-1#comment-3944</link>
		<dc:creator>blackhawk</dc:creator>
		<pubDate>Wed, 13 Jan 2010 13:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=136#comment-3944</guid>
		<description>hello, 
is there a way with this module to set a flate rate of 9.95 below the total of 101.00 dollars and then do the percentage by the total if the total order is over 100 dollars?

thanks!</description>
		<content:encoded><![CDATA[<p>hello,<br />
is there a way with this module to set a flate rate of 9.95 below the total of 101.00 dollars and then do the percentage by the total if the total order is over 100 dollars?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

