<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss version="2.0">
  <channel>
    <title>osCommerce Contributions</title>
    <language>en</language>
    <link>http://www.oscommerce.com</link>
    <description>osCommerce, Open Source E-Commerce Solutions</description>
    <copyright>Copyright (c) 2007 osCommerce</copyright>
    <managingEditor>hpdl@oscommerce.com</managingEditor>
    <image>
      <title>osCommerce</title>
      <url>http://www.oscommerce.com/images/oscommerce_88x31.gif</url>
      <link>http://www.oscommerce.com</link>
    </image>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/osCommerce_Contributions" type="application/rss+xml" /><item>
      <title><![CDATA[Filterlist v1]]></title>
      <link>http://addons.oscommerce.com/info/6358</link>
      <description><![CDATA[Added Sort By Functionality<br />
Now uses POST vars instead of GET<br />
<br />
Support Tread : http://forums.oscommerce.com/index.php?showtopic=320572<br />
<br />
Complete Package.<br />
<br />
Enjoy]]></description>
      <pubDate>Fri, 21 Nov 2008 07:36:53 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Manufacturers Multilanguage With Description]]></title>
      <link>http://addons.oscommerce.com/info/3521</link>
      <description><![CDATA[I have been working on this contribution to try an work it out.<br />
<br />
This is a full package with fixes so it works on the oscommerce  rc2a<br />
<br />
Good luck!]]></description>
      <pubDate>Fri, 21 Nov 2008 06:31:33 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA['On the Fly' Auto Thumbnailer using GD Library]]></title>
      <link>http://addons.oscommerce.com/info/2226</link>
      <description><![CDATA[testing]]></description>
      <pubDate>Fri, 21 Nov 2008 04:56:08 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Daily Product Report]]></title>
      <link>http://addons.oscommerce.com/info/2791</link>
      <description><![CDATA[Added CVS export function is also wokring<br />
<br />
<br />
The Daily Product Report v0.2 by azer is working completely.<br />
<br />
The one thing which was missing in Azer code is <br />
<br />
** function mirror_out<br />
<br />
<br />
So find <br />
&lt;?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?&gt;<br />
<br />
<br />
<br />
-------Replace it with<br />
<br />
<br />
&lt;?php require(DIR_WS_INCLUDES . 'application_bottom.php'); <br />
<br />
<br />
function mirror_out ($field) {<br />
<br />
global $csv_accum;<br />
<br />
echo $field;<br />
<br />
$field = strip_tags($field);<br />
<br />
$field = ereg_replace (&quot;,&quot;,&quot;&quot;,$field);<br />
<br />
if ($csv_accum=='') $csv_accum=$field;<br />
<br />
else<br />
<br />
{if (strrpos($csv_accum,chr(10)) == (strlen($csv_accum)-1)) $csv_accum .= $field;<br />
<br />
else $csv_accum .= &quot;,&quot; . $field; };<br />
<br />
return;<br />
<br />
};<br />
?&gt;<br />
<br />
<br />
****************************<br />
Still if anyone having trouble .here I added full package of &quot;Daily Product Report&quot;  .<br />
<br />
All the best]]></description>
      <pubDate>Fri, 21 Nov 2008 01:15:27 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Register Globals]]></title>
      <link>http://addons.oscommerce.com/info/2097</link>
      <description><![CDATA[Para pureba, no lo agarren]]></description>
      <pubDate>Fri, 21 Nov 2008 00:04:53 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Categories Images Box]]></title>
      <link>http://addons.oscommerce.com/info/6374</link>
      <description><![CDATA[Bug fixed in catalog/includes/modules/categories_images.php. All files are included in this distribution.]]></description>
      <pubDate>Thu, 20 Nov 2008 19:47:34 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Dynamic force attribute selection]]></title>
      <link>http://addons.oscommerce.com/info/5208</link>
      <description><![CDATA[+ Combined wilderfalk's FF bugfix in with v1.5.1<br />
+ added update guides<br />
<br />
<br />
Complete Package + update guide]]></description>
      <pubDate>Thu, 20 Nov 2008 13:27:15 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[osC_GiftWrap_v1.0]]></title>
      <link>http://addons.oscommerce.com/info/1155</link>
      <description><![CDATA[-- added history doc<br />
-- cleaned up install docs<br />
-- added comments around new code<br />
-- added price fix display<br />
-- bundled percent mod in contrib<br />
-- bundled by item or weight mod in contrib<br />
<br />
no code changes, just cleaned and rolled up into one complete package. Thanks to all the previous contributors!<br />
<br />
Full Package]]></description>
      <pubDate>Thu, 20 Nov 2008 12:57:46 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Featured Products]]></title>
      <link>http://addons.oscommerce.com/info/651</link>
      <description><![CDATA[if you get this error<br />
<br />
1054 - Unknown column 'p.products_id' in 'on clause'<br />
<br />
do this in /includes/modules/featured.php<br />
<br />
<br />
find this<br />
 $featured_products_query = tep_db_query(&quot;select distinct p.products_id, p.products_image, p.products_tax_class_id, s.status as specstat, s.specials_new_products_price, p.products_price from &quot; . TABLE_PRODUCTS . &quot; p left join &quot; . TABLE_SPECIALS . &quot; s on p.products_id = s.products_id, &quot; . TABLE_PRODUCTS_TO_CATEGORIES . &quot; p2c, &quot; . TABLE_CATEGORIES . &quot; c left join &quot; . TABLE_FEATURED . &quot; f on p.products_id = f.products_id where p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and c.parent_id = '&quot; . $featured_products_category_id . &quot;' and p.products_status = '1' and f.status = '1' order by rand() DESC limit &quot; . MAX_DISPLAY_FEATURED_PRODUCTS);<br />
<br />
<br />
and change into...<br />
<br />
<br />
<br />
$featured_products_query = tep_db_query(&quot;select distinct p.products_id, p.products_image, p.products_tax_class_id, s.status as specstat, s.specials_new_products_price, p.products_price from ((&quot; . TABLE_PRODUCTS . &quot; p) left join &quot; . TABLE_SPECIALS . &quot; s on p.products_id = s.products_id, &quot; . TABLE_PRODUCTS_TO_CATEGORIES . &quot; p2c, &quot; . TABLE_CATEGORIES . &quot; c )left join &quot; . TABLE_FEATURED . &quot; f on p.products_id = f.products_id where p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and c.parent_id = '&quot; . $featured_products_category_id . &quot;' and p.products_status = '1' and f.status = '1' order by rand() DESC limit &quot; . MAX_DISPLAY_FEATURED_PRODUCTS);<br />
  }]]></description>
      <pubDate>Thu, 20 Nov 2008 06:01:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Flo2Cash (NZ) Credit Card Payment Module]]></title>
      <link>http://addons.oscommerce.com/info/6135</link>
      <description><![CDATA[This version fix the problem of connecting to the live server.]]></description>
      <pubDate>Wed, 19 Nov 2008 22:41:21 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Customer Testimonials 3]]></title>
      <link>http://addons.oscommerce.com/info/5477</link>
      <description><![CDATA[Sorry, forgot to add this one:<br />
<br />
The infobox doesn't seem to display the title of the testimonial.<br />
<br />
In catalog/includes/boxes/testimonials.php -<br />
<br />
Find:<br />
                                 'text' =&gt; '&lt;a href=&quot;' . tep_href_link(FILENAME_CUSTOMER_TESTIMONIALS, tep_get_all_get_params(array('language', 'currency')) .'&amp;testimonial_id=' . $random_testimonial['testimonials_id']) . '&quot;&gt;&lt;b&gt;&lt;center&gt;' . $testimonial_titulo . '&lt;/center&gt;&lt;/b&gt;&lt;br&gt;' . strip_tags($testimonial) . '... ' . TEXT_READ_MORE . '&lt;/a&gt;'<br />
<br />
Replace with:<br />
<br />
                                 'text' =&gt; '&lt;a href=&quot;' . tep_href_link(FILENAME_CUSTOMER_TESTIMONIALS, tep_get_all_get_params(array('language', 'currency')) .'&amp;testimonial_id=' . $random_testimonial['testimonials_id']) . '&quot;&gt;&lt;b&gt;&lt;center&gt;' . $random_testimonial['testimonials_title'] . '&lt;/center&gt;&lt;/b&gt;&lt;br&gt;' . strip_tags($testimonial) . '... ' . TEXT_READ_MORE . '&lt;/a&gt;'<br />
<br />
DUMMY FILE.<br />
<br />
Rob]]></description>
      <pubDate>Wed, 19 Nov 2008 20:11:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Secure your site with an IP trap]]></title>
      <link>http://addons.oscommerce.com/info/5914</link>
      <description><![CDATA[Updated core code in the personal/index.php<br />
Updated core code in includes/secret.php<br />
added $DOCUMENT_ROOT=$_SERVER['DOCUMENT_ROOT']; over absolute path to give the user less set up to do.<br />
now install is only a couple of changes to make.<br />
<br />
Install takes only 5 minute to do, <br />
<br />
DOES NOT RUN ON WINDOWS]]></description>
      <pubDate>Wed, 19 Nov 2008 17:58:54 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Products Purchased with Date Range]]></title>
      <link>http://addons.oscommerce.com/info/2568</link>
      <description><![CDATA[Improvements made:<br />
- created a defined variable in the language file for the money symbol.<br />
- made it possible to view all years and/or all months<br />
- improved the way the query string was generated (basically cleaned it up and minimized amount of code)<br />
- sort by 'gross' was not working, so i fixed it]]></description>
      <pubDate>Wed, 19 Nov 2008 15:44:42 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Live Support phpOnline]]></title>
      <link>http://addons.oscommerce.com/info/5795</link>
      <description><![CDATA[FULL PACKAGE with UPDATE INSTRUCTIONS<br />
<br />
Since v1.1<br />
----------<br />
* The catalog infobox and admin popup were using the same javascript popup function which means<br />
  they'd replace each other if clicked rather than opening up 2 separate windows, this is remedied<br />
* Added instructions for those with SSL to secure the application<br />
* Added the default admin username and password to the instructions to avoid confusion<br />
* Added further TESTING section<br />
<br />
Scott]]></description>
      <pubDate>Wed, 19 Nov 2008 15:10:29 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Authorize Net AIM module (GPL)]]></title>
      <link>http://addons.oscommerce.com/info/4091</link>
      <description><![CDATA[For sites I work with using this module, clicking the CVV Help link results in a 404 Error. The problem is an extra slash in the englishauthorizenet_aim.php which this release fixes.<br />
<br />
I should point out that putting URLs inside of the english files does not seem to be good practice for the OSC coding standard although I am not an expert by any means.]]></description>
      <pubDate>Wed, 19 Nov 2008 14:22:38 -0500</pubDate>
    </item>
  </channel>
</rss>
