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 559 to 567 (of 1445 contributions) Result Pages: [<< Prev]  ... 61  62  63  64  65  66  67  68  69  70 ...  [Next >>] 
621. deposito tranferencia bancaria 3ยบ modulo Request Installation with Paid service
Ajustei o script, e inseri os principais bancos brasileiros...
créditos a phpmania pelo script original

pacote completo,
copiar a pasta includes para a raiz da sua loja, e pelo admin...em módulos, pagamento, instalar o banco que vc precisa e ajustar as mensagens a seus clientes...

Fernando
Segue o modulo extra para aqueles que tem mais de uma opção de Depósito/Trasnferência bancaria

Os créditos são todos do PHPMania pelo script

apenas editei algumas coisas

OBS : ANTES DE JOGAR NO SITE EDITE IGUAL ABAIXO :

dentro de transferencia2.php vc verá
define('MODULE_PAYMENT_TRANSFERENCIA2_TEXT_TITLE', 'Depósito/Transferência Bancária Nome do Seu Banco');
define('MODULE_PAYMENT_TRANSFERENCIA2_TEXT_DESCRIPTION', 'Depósito/Transferência Bancária Nome do Seu Banco');

troque para o nome do seu banco

Dúvidas acesse PhpMania.org
   Posted on: 06/25/2009     See contribution details

622. Revenue Surge Upsells Request Installation with Paid service
The Revenue Surge osCommerce module offers you a 100% guaranteed way to make incremental profits on existing sales. The post-transaction marketplace is substantial, and by simply installing the Revenue Surge osCommerce module, you can enjoy additional sales from up to 25% of your customers.

Our great offers appeal to your customers. After you make the sale, your customers will be given the opportunity to become a member of a money-saving program. Your customers receive brand-name incentives for free products and service and they save money while you increase your ROI.

There are no costs for setup and absolutely no monthly fees or minimums. Simply install the osCommerce module onto your Thank You Page to give your customers a chance to take advantage of a great offer. You have the option of using banners and exit-popup options as well to accommodate all kinds of sites - including those that don't specialize in sales.

When your customer clicks on our banner, they'll be taken to a Revenue Surge landing page with the details of that particular offer. They'll be given the opportunity to join a discount program for travel, golf, shopping or other forms of entertainment.

You earn a commission for each customer who successfully enrolls in one of our discount programs. Customers are free to opt out pf the program at any time after enrollment so there is no minimum membership time requirement before you get paid.
   Posted on: 06/30/2009     See contribution details

623. All Products v3.0 MS 2.2 with Images Request Installation with Paid service

The content of the ap_autoinstaller/index.php file was moved to control.php to make the php version check work.

Autoinstaller 2.14 for All Products v4.7 by Olof Larsson (19 Mar 2008)


The Auto Installer script requires PHP 5.2.0

Download the package and view the screenshots of what you will get after the installation.

The "Edit Manually" button fixed


Autoinstaller 2.14 for All Products v4.7 by Olof Larsson (19 Mar 2008)


The Auto Installer script requires PHP 5.2.0 !

Download the package and view the screenshots of what you will get after the installation.

Few lines of code were added to list all the files that should have 777 permissions.

Autoinstaller 2.13 for All Products v4.7 by Olof Larsson (19 Mar 2008)


The Auto Installer script requires PHP5 !

Download the package and view the screenshots of what you will get after the installation.

Autoinstaller 2.12 for All Products v4.7 by Olof Larsson (19 Mar 2008)

The script automatically install the contribution: copy files, edit files, alter database tables.
It saves a backup before any action.

The aim of the script is to speed up the contribution installation.
And to make possible to uninstall it.

You will need to do manually only what the script cannot.


The Auto Installer script requires PHP5 !

Download the package and view the screenshots of what you will get after the installation.
This is only FIX for Manufacturer link on catalog/ allprods.php when using product_listing.php
Ver. 4.7

FIND:
// listing all products
$listing_sql = "select p.products_id, products_weight, p.products_quantity, p.products_model, pd.products_name, pd.products_description, p.products_image, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price, p.products_date_added, m.manufacturers_name from " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on p.manufacturers_id = m.manufacturers_id left join " . TABLE_PRODUCTS_DESCRIPTION . " pd on p.products_id = pd.products_id and pd.language_id = '" . $languages_id . "' left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id $where";

CHANGE TO:
// listing all products
$listing_sql = "select p.products_id, products_weight, p.products_quantity, p.products_model, pd.products_name, pd.products_description, p.products_image, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price, p.products_date_added, p.manufacturers_id, m.manufacturers_name from " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on p.manufacturers_id = m.manufacturers_id left join " . TABLE_PRODUCTS_DESCRIPTION . " pd on p.products_id = pd.products_id and pd.language_id = '" . $languages_id . "' left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id $where";

DIFFERENT is (added): p.manufacturers_id,
BEFORE: m.manufacturers_name from " . TABLE_PRODUCTS...

Now, link for manufacturers is OK.
This file is only allprods.php
This is only fix.
   Posted on: 04/12/2009     See contribution details

624. Sort order by drop down menu for product listing Request Installation with Paid service
The content of the so_autoinstaller/index.php file was moved to control.php to make the php version check work.


The Auto Installer script requires PHP 5.2.0

Download the package and view the screenshot of what you will get after the installation

The "Edit Manually" button fixed


The Auto Installer script requires PHP 5.2.0

Download the package and view the screenshot of what you will get after the installation

Few lines of code were added to list all the files that should have 777 permissions.

The Auto Installer script requires PHP5

Download the package and view the screenshot of what you will get after the installation

this package contains:

Sort order by drop down menu for the product listing V 1.0

+ autoinstaller 2.7 script

+ few lines of code to not send cPath and manufacturers_id GET variables if Ultimate Seo Urls is installed and enabled


The Auto Installer script requires PHP5

It automatically install the contribution: copy files, edit files, alter database tables.
It saves a backup before any action.

this package contains:

Sort order by drop down menu for the product listing V 1.0

+ autoinstaller 2.5 script

+ few lines of code to not send cPath and manufacturers_id GET variables if Ultimate Seo Urls is installed and enabled


The Auto Installer script automatically install the contribution: copy files, edit files, alter database tables.
It saves a backup before any action.

this package contains:

Sort order by drop down menu for the product listing V 1.0

+ autoinstaller 2.4 script

+ few lines of code to make this contribution work with Ultimate SEO URLs (if installed)


The Auto Installer script automatically install the contribution: copy files, edit files, alter database tables.
It saves a backup before any action.
   Posted on: 04/25/2009     See contribution details

625. Autoinstaller for - All Products SEO Request Installation with Paid service

The content of the as_autoinstaller/index.php file was moved to control.php to make the php version check work.


The Auto Installer script requires PHP 5.2.0

Download the package and view the screenshots of what you will get after the installation.

The "Edit Manually" button fixed


The Auto Installer script requires PHP 5.2.0 !

Download the package and view the screenshots of what you will get after the installation.
The original contribution is located here:
http://addons.oscommerce.com/info/6216

The script automatically install the contribution: copy files, edit files, alter database tables.
It saves a backup before any action.

The aim of the script is to speed up the contribution installation.
And to make possible to uninstall it.

You will need to do manually only what the script cannot.


The Auto Installer script requires PHP5 !

Download the package and view the screenshots of what you will get after the installation.
   Posted on: 06/13/2009     See contribution details

626. Product Types Request Installation with Paid service
Linked products is a separate contribution, built entirely on top of Product Types.
The contribution page can be found here: http://addons.oscommerce.com/info/6842

Attached first release, with less screenshots and manuals.
   Posted on: 06/28/2009     See contribution details

627. PayPal auto compilazione form - Auto fill paypal form (no ipn) Request Installation with Paid service
simply upload in /includes/modules/payment/ and you're able to auto fill your customer data in the paypal form

effettuate l'upload in /includes/modules/payment/ e il form di payal (non ipn) sarà pre-compilato con tutti i dati del Cliente!

   Posted on: 06/28/2009     See contribution details

628. China Zones Request Installation with Paid service
These SQL scripts will create the zones within OSC
   Posted on: 06/29/2009     See contribution details

629. BANNED EMAILS, v1.0 Request Installation with Paid service
Complete package with the french release included. The 1.2 add-on has been included. The email list is also updated with absolutely all the "public/free" email adresses systems of the world. A screen capture shows how it looks like when installed. This release is up to date.
   Posted on: 06/29/2009     See contribution details
Displaying 559 to 567 (of 1445 contributions) Result Pages: [<< Prev]  ... 61  62  63  64  65  66  67  68  69  70 ...  [Next >>]