Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter
Contributions
The following osCommerce contributions are free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
Filter: Search:
Displaying 1135 to 1143 (of 1445 contributions) Result Pages: [<< Prev]  ... 121  122  123  124  125  126  127  128  129  130 ...  [Next >>] 
1261. Russian UTF-8 RC2a Request Installation with Paid service
Complete Russian UTF-8 language pack (catalog/admin). Compatible with osCommerce rc2a and older milestone 2.2 versions.

Russian button sets (catalog/admin) are included.
   Posted on: 12/16/2008     See contribution details

1262. External Order Id Generator Request Installation with Paid service
There are situations where the order_id is needed to be sent with the transaction
request to the payment processor. However, osCommerce only generates the order_id
after the payment module executes.

This contribution addresses this issue by adding a new orders_id table to the osCommerce
database and adding functions to generate the necessary orders_id and associate it with
the session when the payment module executes rather than waiting until the orders record
is created. Since this problem really only affects payment modules that require an orders_id
to pass to a gateway (such as most credit card modules do) simply the checkout_process.php file
is modified to call this new orders_id generation function for all other (non-credit card) modules,
providing backward compatibility so that changes to other payment modules are not necessary.

Any credit card module could also use this code by just adding two lines of code to the file.
The first line is the call to create a new unique orders_id ($new_order_id = tep_get_Order_ID(tep_session_id());)
and the second call clears the session field (tep_clear_Order_ID(tep_session_id());) [See the Cynergy Payment module for an
example] in the newly created orders_id record and session global in the event the card transaction is
declined so the the orders_id will be reused for a future order. This eliminates "holes" or missing
invoice numbers in the osCommerce orders database whenever a card transaction is declined. If the transaction is
approved by the gateway, nothing more needs to be done as the modifications to the order.php class handles all of the
cleanup for successful transactions.

* Please read the readme.txt file included in the package for installation instructions.

By Kirkham Systems - Joseph Farhat
3000 Old Greenwood Rd
Fort Smith, AR 72903
www.kirkhamsystems.com
   Posted on: 12/17/2008     See contribution details

1263. Dynamic Information Pages Request Installation with Paid service
sorry because there' no forum support. I write in here.

After Installed this great contrib it works fine. Error came when I tried to delete.
this is comment appear on my error.

Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in C:xamppxampphtdocsgoocek2catalogadminincludesfunctionsdatabase.php on line 136

Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in C:xamppxampphtdocsgoocek2catalogadminincludesfunctionsdatabase.php on line 136

Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in C:xamppxampphtdocsgoocek2catalogadminincludesfunctionsdatabase.php on line 136

Warning: Cannot modify header information - headers already sent by (output started at C:xamppxampphtdocsgoocek2catalogadminincludesfunctionsdatabase.php:136) in C:xamppxampphtdocsgoocek2catalogadminincludesfunctionsgeneral.php on line 85


I tried to googling and there's no white space after ?>

so this make me confused...anyone can helpo me to solve this prob...thank from indonesia
when i installed this great contrib i have this errorr..on OSC RC1

everything oke...except whe I delete page..

i have this eror...
Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in C:xamppxampplitehtdocsgoocek2catalogadminincludesfunctionsdatabase.php on line 136
Warning: Cannot modify header information - headers already sent by (output started at C:xamppxampplitehtdocsgoocek2catalogadminincludesfunctionsdatabase.php:136) in C:xamppxampplitehtdocsgoocek2catalogadminincludesfunctionsgeneral.php on line 87

anyone can help me and the others who realy2 need this contribution

thanks...
Now this contribution is working with oscommerce-2.2rc2a
This will allow you to ADD META TAGS for each Information Page dynamically using the database.
This makes adjusting your META TAGS with ease and fast to do. Multilanguage supported.
   Posted on: 10/24/2008     See contribution details

1264. Run SQL Script from Admin Request Installation with Paid service
Bug fix:
- 'delete' not deleting with multiple 'delete' line

Full Package
   Posted on: 12/15/2008     See contribution details

1265. Automatic Thumbnail Request Installation with Paid service
Hi everyone,
Last code present a bug when a thumb has been generated. colorimetry was upset so it could not be possible to use the thumbnail.

So I took a older code and I just add quality option as in last ones !

know it works good.

Bye
   Posted on: 12/16/2008     See contribution details

1266. Limit Country Dropdown per Language Request Installation with Paid service
changes from version 1.3 to 1.4: When viewing an address in your addressbook and you have the checkboxes, your country would not be selected automatically.
Updated the function tep_get_country_list so that your country is selected in your addressbook. (if it is known).
When upgrading from 1.2 tot 1.3 or 1.3 tot 1.4 Only step 6 is needed.

full package
changes from version 1.3 to 1.4: When viewing an address in your addressbook and you have the checkboxes, your country would not be selected automatically.
Updated the function tep_get_country_list so that your country is selected in your addressbook. (if it is known).
When upgrading from 1.2 tot 1.3 or 1.3 tot 1.4 Only step 6 is needed.

full package
changes from version 1.2 to 1.3. Added functionality in html_output. If your country list contains only 2 or 3 countries it will now show
those countries with a checkbox before it. This way people will make even less mistakes by accidentally scrolling their mouse while going down a form. When there are more than 3 countries it will show the dropdown like before.
changes from version 1.2 to 1.3. Added functionality in html_output. If your country list contains only 2 or 3 countries it will now show
those countries with a checkbox before it. This way people will make even less mistakes by accidentally scrolling their mouse while going down a form. When there are more than 3 countries it will show the dropdown like before.
previous version had one typo in function tep_get_countries which made the addressbook give an sql error. Now working. Full package
Added functionality. Full package.

Now, when only one country is available the drop down menu gets replaced by just that ONE country.
   Posted on: 11/11/2008     See contribution details

1267. Allow single digits for day and month in date of birth Request Installation with Paid service
In osC (and many other online applications) you are forced to use double digits for month and day otherwise you will get an error message. So if you enter a perfectly valid date as 2/5/1980 you will be forced to write it as 02/05/1980.

With this tiny contribution your customers will no longer get an error message because of that.

   Posted on: 12/13/2008     See contribution details

1268. Job Scheduler Request Installation with Paid service
New version 3.5 available.
   Posted on: 12/13/2008     See contribution details

1269. Admin Only Comments Box v1.0 Request Installation with Paid service
The admin comments are not removed from database when an order is deleted.
Open the admin/functions/general.php file and search for the tep_remove_order function. Add the following line after the last tep_db_query function: tep_db_query("delete from admin_comments where orders_id = '" . (int)$order_id . "'");
   Posted on: 12/14/2008     See contribution details
Displaying 1135 to 1143 (of 1445 contributions) Result Pages: [<< Prev]  ... 121  122  123  124  125  126  127  128  129  130 ...  [Next >>]