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 307 to 315 (of 1445 contributions) Result Pages: [<< Prev]  ... 31  32  33  34  35  36  37  38  39  40 ...  [Next >>] 
341. Smoothe Populate Request Installation with Paid service
This is a single file to replace /smoothepopulate/functions/smoothepopulate_functions.php

Fix for error in SQL query when exporting orders.
This is a complete package.

All known issues were addressed in this release.

NEW FEATURE:

* Product Specials price Import / Export
This is a complete package.

Fixes:

+ Populate manufacturers ID in products table
+ Populate manufacturers info table
+ Categories and manufacturers image issues
+ Rare case issues

New:

* Category creation and products to categories streamlined.


This version will require database to be synchronized by doing a complete export of the product file in zip format and a re-importation without making any changes. Otherwise start with an empty database.
This is a complete package.


Changes:

* Compression routines rewritten.
* Windows / Internet Explorer compatibility improved.
* New! Customer and order details export feature.
* Some tweaks and fixes.
This is a complete package.

Smoothe Populate makes it simple to populate your OSC store with data from a formatted product data file.

Smoothe Populate also lets you download all your products into a csv file, edit them in the spreadsheet of your choice, and then re-upload them to update your products, changing prices, categories, quantities, etc.

If new manufacturers, categories, or subcategories are found in the data, they are created for you on the fly.

This is loosely based on EASY POPULATE v2.76h.

New Features:

* Compressed file Import/Export
* Product Variants Import/Export
* Image Resizing
* Enhanced Multi-Language Support
* More Error Checking

This contribution was formerly released as EaZy Populate.
   Posted on: 06/25/2009     See contribution details

342. Survey Product Generator - Sent by Email! Request Installation with Paid service
-Ver 1.2:
Added a code in checkout_success.php, depending on the way of payment, there were duplicated entries. Now a comprobation query is done, it sholud not happen again!.
Updated bug:
Changed the content in checkout_success.php, because sometimes the query was duplicated.
Any problems, questions?....
http://forums.oscommerce.com/index.php?showtopic=342409
   Posted on: 08/06/2009     See contribution details

343. Sage Pay Direct Request Installation with Paid service
Sage Pay Direct is recommended if you wish to keep customers on your website for the entire transaction process and/or you wish to create your own customised reports. This solution can also be integrated with back office software such as a call centre. To use this product your website must have a fixed IP address and you must have a valid SSL certificate.

Features And Benefits

* Adaptable solution that can also be integrated with back office software
* Comprehensive integration kits
* Fully branded using your own payment pages
* Flexible payment features
* Automate transaction requests
* Run your own order and transaction reports
   Posted on: 08/28/2009     See contribution details

344. Random Header image (osC3.x!) Request Installation with Paid service
Shows a random image in the header of your theme.
File included for download is install instruction how to add the code. Good luck, questions find me on the forum.
   Posted on: 09/01/2009     See contribution details

345. CRE secure Payment module for easy PCI Compliance. Request Installation with Paid service
The world's first PCI Certified payment module for OSCommerce.

Works with Authorize.net, Chase Paymentech Orbital gateways and your existing Merchant Service account. The CRE Secure for OSCommerce module connects to the CRE Secure hosted payment service for quick and easy PCI compliance. CRE Secure is a level 1 PCI DSS certified service provider.

The CRE Secure payment system creates a hosted payment page that looks exactly like your site, in real time, for each transaction.

No minimums, no monthly fees. Just pay a low per-transaction fee when you use it.

To learn more and get started go to http://www.cresecure.com/oscommerce/
   Posted on: 08/31/2009     See contribution details

346. Show Category Names in Product Pages 1.0 Request Installation with Paid service
Minor adjustment to show exactly what was inputted into the database rather than capitalising the first letter of each word.
   Posted on: 08/31/2009     See contribution details

347. Batch Printing without Frames or PDF Request Installation with Paid service
Tired of printing one order at a time! Here's the solution.

Update the status of multiple orders at once and email the updated status to your customer
AND
At the same time you can print all the orders you selected to be updated.

Order status update now emailed!
Previous version basically updated the status of the order but wouldn't send out an email.
I added this to the contribution.

Don't need to change your original order.php file
Customer comments included on invoice if they exist.
Nicer invoices

Tested and works great for me, if you have trouble or encounter a problem please post at:

http://forums.oscommerce.com/index.php?showtopic=148791
Theres a bug in this contribution... If you try to click "Page by email" in internet explorer(File > Send> Page by email), you get the error "Error: no orders selected!" as the session has already been lost?

The same error can be seen by opening a new tab and pasting the address inluding the session in print_batch_process.php

No fix here but one would be welcome as sending batch orders by email is much quicker & better than faxing.
   Posted on: 11/11/2008     See contribution details

348. Wirecard mit Kreditkarte inkl. 3D-Secure + Lastschrift und Request Installation with Paid service
Offensichtlich ist die Anleitung fuer einen XT Shop ausgelegt.

/*****************************************************************/
/* in der Datei /admin/customers.php nach folgendem Text suchen: */
/*****************************************************************/
if ($_GET['action']) {
switch ($_GET['action']) {

Leider liegt der Code in OS 2.2 so nicht vor.
Sollte so aussehen:

/*****************************************************************/
/* in der Datei /admin/customers.php nach folgendem Text suchen: */
/*****************************************************************/
if (tep_not_null($action)) {
switch ($action) {

/*****************************************************************/
/* in der Datei /admin/customers.php nach folgendem Text suchen: */
/*****************************************************************/
if (tep_not_null($action)) {
switch ($action) {

/***********************************/
/* Davor folgende Zeilen einfügen: */
/***********************************/
##################################### WireCard Start ######################################
if (file_exists(DIR_FS_CATALOG.DIR_WS_CLASSES . 'class.wirecard.php')){
include(DIR_FS_CATALOG.DIR_WS_CLASSES . 'class.wirecard.php');
} else {
include(DIR_WS_CLASSES . 'class.wirecard.php');
}
$wc = new wirecard();
$userBoni = $wc->getCustomerStopLight($_GET['cID']);
##################################### WireCard End ########################################


Completes Paket liegt bei.
aktuelles Modul für os:Commerce beinhaltet MasterCard & Visa (mit oder ohne 3D-Secure), Amex + Lastschrift
   Posted on: 12/09/2008     See contribution details

349. MVS V1.0 Request Installation with Paid service
this mod will send a nicely formatted HTML Email to the vendors when an order is placed on your site.
It includes a dropship order, a packing slip, and if sent to a country other than your own,
it will also include a customer receipt to be included with the customs forms

NOTE: I do not charge any taxes on my sites, so there are no provisions to include them in this mod
also Customer Invoice does not include the shipping fees so as to reduce duties and taxes that may be due to the customer on delivery

The code I use on my own domains is heavily modified to suit various vendor specs,
so I have removed that as best I can but there may be a bug or two in the cleaned up code provied here

USE AT YOUR OWN RISK AND BACK UP

THIS IS NOT A FULL PACKAGE
Just the one modified page and instuctions to install
this is just a file instruction.txt
with a instruction on the modified files.
The best use if you do not have a fresh install.
not a full package.
Great job by all, and thanks to kymation for rolling it all together.
There was a file on the wrong place in the last upload that might have confused some users, all this does is to add it in the correct directory, otherwise I have not changed any code etc...

All credit to the coders below.

*** Full Package included ***
I've added the recent bugfixes to the previous rollup release. This is still the complete package including extras.

The support thread is: http://forums.oscommerce.com/index.php?showtopic=101973
For those who are starting from a fresh osc rc2.2 it does not come the a file you will want to have. Just add this file to : includes/languages/english/modules/shipping/ups.php
This is basically a rollup of all of the bugfixes to date, all merged into osC 2.2RC2a. I've also added a few more that never got posted. All of the new modules that I could get to work are included as well. Some of these have additional requirements (database changes, mostly) that will need to be done if you want to use those modules. Instructions are included.

I've tested this with Register Globals off, and everything seems to work. I can't test every possible configuration, though, so bugs are still possible. Let us know on the forum if you find one.
   Posted on: 03/15/2009     See contribution details
Displaying 307 to 315 (of 1445 contributions) Result Pages: [<< Prev]  ... 31  32  33  34  35  36  37  38  39  40 ...  [Next >>]