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 406 to 414 (of 1445 contributions) Result Pages: [<< Prev]  ... 41  42  43  44  45  46  47  48  49  50 ...  [Next >>] 
451. Used Coupon Counter -Ver.1.0 Request Installation with Paid service
This ultrasimple contribution displays in the admin the number of uses for each coupon campaign. It will only show a new column with the number of uses. Will be red-coloured when it reaches maximum number of uses, just for easy-seeing.
   Posted on: 08/13/2009     See contribution details

452. Sedex e Sedex A Cobra Request Installation with Paid service
sedex
Módulo Sedex atualizado.
- Corrigido problema em pacotes com peso igual ou superior a 29.00Kg;
- Adicionado opção na administração do módulo para escolher o tipo de peso que a loja trabalha;
- Retirada chamada HANDLING inválida;
- Retirada consulta SQL desnecessária para CEP de origem.

Jader.
www.aminhaloja.com.br
   Posted on: 11/15/2008     See contribution details

453. Admeris Payment Systems Payment Modules Request Installation with Paid service
Payment Modules for Admeris Payment Systems (http://www.admeris.com/)

- INTERAC Online
- Credit Card Processing
   Posted on: 08/13/2009     See contribution details

454. PDF data_sheet maker 1.1 Request Installation with Paid service
There is a bug on pdf_datasheet_functions.php.

Function ProductsDataSheet on line 452:

(int)$_GET['products_id'] is always taking 0 value, so no product data is shown on pdf file.

Changing that for $products_id pdf file is shoing correct product data.
FULL version attached.


Last product_info.php link was still missing a "/" in </td> causing it to format improperly. Added tips section...

Since v1.6.4
------------
* Added most available options to the admin
* Added a few options to the Admin that didn't exist
* Eliminated unnecessary options from config file
* Multi-lingual ready
* Patched the "Divide by Zero" error when no image exists and "Keep Image Proportions" is set to "Yes"
* Further streamlined product_info link
* Streamlined and updated the code
* Removed the previously integrated code for the "options as images" addon; placed it in a separate folder
* Cleaned up the installation doc
* Added update doc
* Added screenshots
* Added tips section
* Fixed product_info.php link issue

Scott
FULL PACKAGE with UPDATE instructions

The product_info.php link in the last installation was incorrect and rendered incorrectly in IE7 only. This package fixes that issue.

Since v1.6.4
------------
* Added most available options to the admin
* Added a few options to the Admin that didn't exist
* Eliminated unnecessary options from config file
* Multi-lingual ready
* Patched the "Divide by Zero" error when no image exists and "Keep Image Proportions" is set to "Yes"
* Further streamlined product_info link
* Streamlined and updated the code
* Removed the previously integrated code for the "options as images" addon; placed it in a separate folder
* Cleaned up the installation doc
* Added update doc
* Added screenshots

Scott
   Posted on: 01/28/2009     See contribution details

455. 2.2 MS2 Swedish (all-in-one) Request Installation with Paid service
Same as "2.2 MS2 Swedish (all-in-one)" pack + buttons for the admin section.
   Posted on: 01/21/2008     See contribution details

456. Delete old orders Request Installation with Paid service
This script delete all orders and the related data from the database tables.
Edit $strip_date to your needs. Upload the file to admin and run it direktly by calling the URL.
   Posted on: 08/10/2009     See contribution details

457. order list improved 1.0 ( orders.php ) Request Installation with Paid service
Admin Order List Improved 1.2

features
- buttons in left of order list to print invoice, packinglist etc
- added possibilty to email customer of the order direct from the order list
- display with or without admin buttons
- display alternative admin buttons
- search added for customer name/email
- automatic support for shipping label pdf, manual create order and order editor, pdf invoice for admin, google maps + directions
- comment at a glance and order info at a glance included

all above contribution will apear as soon as you install it on your server

I haven't tested it ms2.2 rc1 and rc2(a).
Use at your own risk.

Change language files to fit your own needs.

updating from 1.1 to 1.2 see the file update from 11 to 12.txt

use 7zip from www.7zip.com to unzip this file

FULL PACKAGE

for some reason the zip was corrupt or something so here is a new one
Admin Order List Improved 1.2

features
- buttons in left of order list to print invoice, packinglist etc
- added possibilty to email customer of the order direct from the order list
- display with or without admin buttons
- display alternative admin buttons
- search added for customer name/email
- automatic support for shipping label pdf, manual create order and order editor, pdf invoice for admin, google maps + directions
- comment at a glance and order info at a glance included

all above contribution will apear as soon as you install it on your server

I haven't tested it ms2.2 rc1 and rc2(a).
Use at your own risk.

Change language files to fit your own needs.

updating from 1.1 to 1.2 see the file update from 11 to 12.txt

use 7zip from www.7zip.com to unzip this file

FULL PACKAGE
Admin Order List Improved 1.1

features
- buttons in left of order list to print invoice, packinglist etc
- added possibilty to email customer of the order direct from the order list
- display with or without admin buttons
- display alternative admin buttons
- search added for customer name/email
- automatic support for shipping label pdf, manual create order and order editor
- comment at a glance and order info at a glance included
- added google maps route from store to customer

all above contribution will apear as soon as you installed it on yuor server

I haven't tested it ms2.2 rc1 and rc2(a).
Use at your own risk.

Change language files to fit your own needs.

use 7zip from 7zip.com to unzip this file

FULL PACKAGE
little fix for order.php

find :
<a href="' . tep_href_link(FILENAME_ORDERS_EDIT ) .'" TARGET="_blank">'

replace with
<a href="' . tep_href_link(FILENAME_ORDERS_EDIT, 'oID=' . $oInfo->orders_id ) .'" TARGET="_blank">'

at line 682
attached zip is empty
little fix for order.php

find :
<a href="' . tep_href_link(FILENAME_ORDERS_EDIT ) .'" TARGET="_blank">'

replace with
<a href="' . tep_href_link(FILENAME_ORDERS_EDIT, 'oID=' . $oInfo->orders_id ) .'" TARGET="_blank">'

at line 682
attached zip is empty
use 7zip from www.7zip.com to unzip the contribution

there is no file attached
Admin Order List Improved

features
- buttons in left of order list to print invoice, packinglist etc
- added possibilty to email customer of the order direct from the order list
- display with or without admin buttons
- display alternative admin buttons
- search added for customer name/email
- automatic support for shipping label pdf, manual create order and order editor
- comment at a glance and order info at a glance included


I haven't tested it ms2.2 rc1 and rc2(a).
Use at your own risk.

Change language files to fit your own needs.
   Posted on: 11/29/2008     See contribution details

458. Quantum Gateway E-Check module Request Installation with Paid service
Quantum Gateway E-check payment (CheckGateway) module. It uses Quantum transparent db engine.
Exclusive only if you have added CheckGateway to your Quantum gateway account.
If you need Credit card payments, you still need to download our other module from http://addons.oscommerce.com/info/5908
   Posted on: 08/11/2009     See contribution details

459. Germna ID CARD / Personalausweis Request Installation with Paid service
http://forums.oscommerce.de/index.php?showtopic=70812


It`s the same content
   Posted on: 08/11/2009     See contribution details
Displaying 406 to 414 (of 1445 contributions) Result Pages: [<< Prev]  ... 41  42  43  44  45  46  47  48  49  50 ...  [Next >>]