<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <title><![CDATA[New York State Tax By Zip Code]]></title>
      <link>http://addons.oscommerce.com/info/2792</link>
      <description><![CDATA[Attached is a revised version of the Sales Tax Rates for the State of New York effective July 1, 2009.<br />
<br />
All credit goes to the original creators.]]></description>
      <pubDate>Sat, 14 Nov 2009 04:12:22 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Document Manager]]></title>
      <link>http://addons.oscommerce.com/info/7005</link>
      <description><![CDATA[This is a bugfix update. Changes have been made to catalog/documents.php to fix a problem with sites running versions of PHP prior to 5.2. Current users should upgrade only if they are having problems.]]></description>
      <pubDate>Sat, 14 Nov 2009 01:32:01 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NIF]]></title>
      <link>http://addons.oscommerce.com/info/1778</link>
      <description><![CDATA[Para las SC el NIF empieza por J, y no lo reconoc&iacute;a. Para ello s&oacute;lo se debe a&ntilde;adir esta letra en la funci&oacute;n y quedar&aacute; como esta<br />
<br />
// NIF CIF NIE<br />
function tep_valida_nif_cif_nie($cif) {<br />
//returns: 1 = NIF ok, 2 = CIF ok, 3 = NIE ok, -1 = NIF bad, -2 = CIF bad, -3 = NIE bad, 0 = ??? bad<br />
//funci&oacute;n creada por David Vidal Serra, Copyleft 2005<br />
        $cif=strtoupper($cif);<br />
        if (!ereg('((^[A-Z]{1}[0-9]{7}[A-Z0-9]{1}$|^[T]{1}[A-Z0-9]{8}$)|^[0-9]{8}[A-Z]{1}$)',$cif)) {return 0;}<br />
        for ($i=0;$i&lt;9;$i++) {$num[$i]=substr($cif,$i,1);}<br />
        $suma=$num[2]+$num[4]+$num[6];<br />
        for ($i=1;$i&lt;8;$i+=2) {$suma+=substr((2*$num[$i]),0,1)+substr((2*$num[$i]),1,1);}<br />
        $n=10-substr($suma,strlen($suma)-1,1);<br />
        if (ereg('^[ABCDEFGHNPQSJ]{1}',$cif)) {<br />
                if ($num[8]==chr(64+$n) || $num[8]==substr($n,strlen($n)-1,1)){return 2;} else {return -2;}}<br />
        if (ereg('^[KLM]{1}',$cif)) {<br />
                if ($num[8]==chr(64+$n)) {return 2;} else {return -2;}}<br />
        if (ereg('^[TX]{1}',$cif)) {<br />
                if ($num[8]==substr('TRWAGMYFPDXBNJZSQVHLCKE',substr(ereg_replace('X','0',$cif),0,8)%23,1) || ereg('^[T]{1}[A-Z0-9]{8}$',$cif)) {return 3;} else {return -3;}}<br />
        if (ereg('(^[0-9]{8}[A-Z]{1}$)',$cif)) {<br />
                if ($num[8]==substr('TRWAGMYFPDXBNJZSQVHLCKE',substr($cif,0,8)%23,1)) {return 1;} else {return -1;}}<br />
        return 0;<br />
}<br />
//<br />
<br />
Gracias a todos los que lo habeis creado. Un saludo desde Barna]]></description>
      <pubDate>Fri, 13 Nov 2009 14:07:57 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Option Types v2]]></title>
      <link>http://addons.oscommerce.com/info/6818</link>
      <description><![CDATA[Had to do a new install and while I did that, I made a rough installation instruction TXT file.  <br />
<br />
Full package including install instructions.  Feel free to edit if you find anything wrong!  ]]></description>
      <pubDate>Fri, 13 Nov 2009 11:14:51 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[MyShop iPhone App]]></title>
      <link>http://addons.oscommerce.com/info/6605</link>
      <description><![CDATA[The attached osCommerce Plugin is needed for the version 1.4.0 of my iPhone App &quot;MyShop&quot;.<br />
<br />
More information on http://appstore.malorny.net/myshop.php<br />
<br />
The iPhone App is available on http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=308469532<br />
<br />
The attached file contains the full package. All older uploads are redundant.<br />
<br />
Have fun!]]></description>
      <pubDate>Fri, 13 Nov 2009 08:52:51 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Featured Products]]></title>
      <link>http://addons.oscommerce.com/info/651</link>
      <description><![CDATA[I find a bug when add the Flash Carousel and the Featured products in the index.php (An error about  &quot;featured_products_category_id&quot; variable is showed )<br />
<br />
I solved the problem modifying the file catalog/modules/includes/featured.php in line 20:<br />
old: <br />
  $featured_products_category_id =  new_products_category_id;<br />
new:<br />
   $featured_products_category_id =  (isset($new_products_category_id))?$new_products_category_id:'0';<br />
<br />
<br />
No full package!!!!!!<br />
 the download only includes the modified file.<br />
<br />
To install, simply unzip the file on your store base directory.<br />
<br />
---<br />
Adolfo<br />
Negoweb Negocios en Internet S.L.]]></description>
      <pubDate>Fri, 13 Nov 2009 06:40:39 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Search Descriptions simple mod]]></title>
      <link>http://addons.oscommerce.com/info/4332</link>
      <description><![CDATA[Same principle, but uses an admin configuration to control whether or not to search descriptions by default instead of having the choice hard-coded.]]></description>
      <pubDate>Fri, 13 Nov 2009 01:21:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Custom Create Account]]></title>
      <link>http://addons.oscommerce.com/info/3179</link>
      <description><![CDATA[Added missing file account.php; added instructions to readme.txt.]]></description>
      <pubDate>Thu, 12 Nov 2009 21:37:01 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[smtp through the authentication smtp server]]></title>
      <link>http://addons.oscommerce.com/info/901</link>
      <description><![CDATA[Fix a bug in administrator. When use SMTP sender a mail, It display success,but the user can not recive the mail.<br />
<br />
http://chinaosc.homelinux.com<br />
http://osc.shopslogo.com<br />
language:chinese]]></description>
      <pubDate>Thu, 12 Nov 2009 20:31:02 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Scrolling Customer Testimonials with Captcha]]></title>
      <link>http://addons.oscommerce.com/info/7111</link>
      <description><![CDATA[I originally posted this under the Customer Testimonials v3 mod, but realized there are so many big changes that this should probably be a separate contribution.<br />
<br />
Support thread: http://forums.oscommerce.com/topic/348761-contribution-scrolling-customer-testimonials/page__view__findpost__p__1457041<br />
<br />
*** NOTE: Please PM me or post in this thread and PM me to let me know you have a question. I am not an OSC expert, but I'll do my best to help you out, time permitting. ***<br />
<br />
Version 1.0 contains the following features:<br />
<br />
    * Built on Customer Testimonials v3 code base (specfically rev 5.0/5.1)<br />
    * Added reCaptcha functions (from OSC reCaptcha 1.4.4 by olsonsp4c)<br />
    * Customer's emails protected from harvesting by spam bots<br />
    * Captcha image verification on testimonial submittals<br />
    * Moved admin functions to dedicated Configuration menu<br />
    * Emails to admin now come from admin mail address. Prevents spam collection and need for verification of email address.<br />
    * ReCaptcha admin functions (set public / private keys) have a separate admin area. Why? ReCaptcha code can be used elsewhere on your website. Its use is not limited to Customer Testimonials.<br />
    * CT InfoBox now only appears on non-SSL pages. This prevents a problem where the user could receive a SSL warning from their Web browser that not all of the elements on the page were secure. It also removes the CT box from parts of your store where it is not needed, such as the Checkout process and Account pages.<br />
    * New admin functions:<br />
          o Enable/Disable Customer Testimonials module (&quot;kill switch&quot;)<br />
          o Enable/Disable customer image uploads as part of testimonials<br />
          o Turn on/off users ability to email authors<br />
          o Enable/Disable reCaptcha to protect testimonial author email address from harvesting<br />
          o Limit Testimonial viewing to registered users<br />
          o Limit Testimonial writing to registered users<br />
          o Enable/Disable reCaptcha function on testimonial forms<br />
          o Option for static or new scrolling testimonials feature<br />
          o Various settings to control scrolling features<br />
          o Switch on/off reCaptcha form verification (anti-spam bot)<br />
    * Localized testimonials. Testimonials now appear in user’s language. Only see what matches your language. What good are testimonials if your customer can’t read them?<br />
    * Added new language support:<br />
          o French<br />
          o German<br />
          o Portuguese<br />
<br />
FULL PACKAGE<br />
]]></description>
      <pubDate>Thu, 12 Nov 2009 11:09:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[janolaw.de AGB Hosting]]></title>
      <link>http://addons.oscommerce.com/info/7009</link>
      <description><![CDATA[This version adds error handling during the download of the documents from the janolaw.de-Server. The pages are now cached. These cached documents will be shown 2 hours, until the next try to get the latest version from janolaw.de finishes successfully.]]></description>
      <pubDate>Thu, 12 Nov 2009 07:26:21 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[[TiM's osC Modules] Fraktjakt]]></title>
      <link>http://addons.oscommerce.com/info/7110</link>
      <description><![CDATA[(This contribution is only available for domestic webshops in Sweden.)<br />
<br />
Fraktjakt modul f&ouml;r osCommerce utvecklad av T. Almroth / TiM International p&aring; uppdrag av Fraktjakt AB.<br />
<br />
Denna fraktmodul m&ouml;jligg&ouml;r integration med tj&auml;nster fr&aring;n Fraktjakt.se i osCommerce. Tj&auml;nsten &auml;r helt gratis att anv&auml;nda f&ouml;r dig som Webbutiks&auml;gare! Du sparar b&aring;de pengar och tid! Nedan f&ouml;ljer en lista med vad bidraget erbjuder:<br />
<br />
* Live-kommunicering med Fraktjakt's API.<br />
* Automatiskt de senaste priserna fr&aring;n Sveriges ledande fraktbolag.<br />
* Avst&aring;ndet till n&auml;rmaste ombud visas tillsammans med l&auml;nk till karta.<br />
* Ankomsttid visas f&ouml;r varje visade frakttj&auml;nst.<br />
* St&ouml;d f&ouml;r dimensioner i osCommerce. (F&ouml;r att l&auml;mna ett s&aring; korrekt pris som m&ouml;jligt.)<br />
* M&ouml;jlighet att skicka utvalda produkter som eget kolli.<br />
* Automatisk bokning av upph&auml;mtning av paket.<br />
* Automatisk generering av fraktetiketter.<br />
* Utskriftsbara fraktetiketter (med streckkoder) via ditt Fraktjakt konto.<br />
* M&ouml;jlighet att betala av alla bokade leveranser samtidigt via ditt Fraktjakt konto.<br />
* St&ouml;d f&ouml;r fri frakt, standardpaket och upph&auml;mtning p&aring; plats.<br />
* Rabatterade fraktpriser, fr&aring;n 10-50% under listpriser.<br />
* Vid skrivande stund, st&ouml;d f&ouml;r Bussgods, FedEx, DBSchenker &amp; Schenker Privpak.<br />
<br />
F&ouml;r en uppdaterad lista med tj&auml;nster hos Fraktjakt, bes&ouml;k hemsidan.<br />
<br />
Hemsida: http://www.fraktjakt.se<br />
Support: http://www.fraktjakt.se/om_fraktjakt/kontakt]]></description>
      <pubDate>Thu, 12 Nov 2009 01:54:20 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Contribution officielle SECUVAD pour OScommerce v2.2fr]]></title>
      <link>http://addons.oscommerce.com/info/7052</link>
      <description><![CDATA[Fichier d'installation avec les requ&ecirc;tes SQL en plus par rapport au fichier original.<br />
<br />
Voir forum : http://www.oscommerce-fr.info/forum/index.php?showtopic=64128&amp;pid=334984&amp;mode=threaded&amp;start=#entry334984<br />
<br />
Non complet : ne contient que le fichier &quot;install.txt&quot;]]></description>
      <pubDate>Wed, 11 Nov 2009 19:22:40 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Customer Testimonials 3]]></title>
      <link>http://addons.oscommerce.com/info/5477</link>
      <description><![CDATA[Features<br />
<br />
•	Built on Customer Testimonials v5.1 code base<br />
•	Captcha verification on testimonial submittals<br />
•	Moved admin functions to dedicated Configuration menu<br />
•	Localized testimonials. Testimonials now appear in user’s language. Only see what matches your language. What good are testimonials if your customer can’t read them?<br />
•	Added new language support:<br />
  o	French<br />
  o	German<br />
  o	Portuguese<br />
•	Emails to admin now come from admin mail address. Why? Old method used testimonial writer's email address. Several problems with this approach including that Admin's spam filter may catch the email and prevent timely notification to admin. This change is optional. Do not change the code if you don't want to change this feature (see instructions).<br />
•	Captcha admin functions (set public / private keys) have a separate admin area. Captcha code can be used elsewhere on your website. <br />
•	CT InfoBox now only appears on non-SSL pages, preventing a problem where the user can receive a SSL warning from their Web browser that not all of the elements on the page are secure. It also removes the CT box from parts of your store where it is not needed, such as the Checkout process and Account pages.<br />
•	New admin functions:<br />
  o	Enable/Disable Customer Testimonials module (&quot;kill switch&quot;)<br />
  o	Enable/Disable customer image uploads as part of testimonials<br />
  o	Turn on/off users ability to email authors<br />
  o	Enable/Disable reCaptcha to protect testimonial author's email address<br />
  o	Limit Testimonial viewing to registered users<br />
  o	Limit Testimonial writing to registered users<br />
  o	Enable/Disable reCaptcha function on testimonial forms<br />
  o	Option for static or new scrolling testimonials feature<br />
  o	Various settings to control scrolling features<br />
  o	Switch on/off reCaptcha form verification (anti-spam bot)<br />
]]></description>
      <pubDate>Wed, 11 Nov 2009 15:31:49 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Page Editor]]></title>
      <link>http://addons.oscommerce.com/info/2841</link>
      <description><![CDATA[(i use oscommerce v2.2 RC1 en with addon fr)<br />
<br />
For nice title in admin &quot;Edit Page&quot;<br />
<br />
CHANGE in catalog/includes/boxes/pages.php<br />
'text'  =&gt; BOX_HEADING_PAGES<br />
WITH:<br />
'text'  =&gt; BOX_HEADING_PAGES,<br />
<br />
]]></description>
      <pubDate>Wed, 11 Nov 2009 15:30:01 -0500</pubDate>
    </item>
  </channel>
</rss>
