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 1171 to 1179 (of 1445 contributions) Result Pages: [<< Prev]  ... 131  132  133  134  135  136  137  138  139  140 ...  [Next >>] 
1301. Custom Create Account Request Installation with Paid service
This package is a re-write of Vger's Custom Account Fields package 1.0.

It is designed to be integrated into osCommerce 2.2 RC2a

This is a full package.
   Posted on: 12/08/2008     See contribution details

1302. Custom Server Error Pages Request Installation with Paid service
Fixed coding mistakes that prevented this from working.

This is a full package.

The support thread is located at:
http://forums.oscommerce.com/index.php?showtopic=323073
   Posted on: 12/07/2008     See contribution details

1303. TotalB2B Request Installation with Paid service
v1.4a - by hOZONE
-----------------
. some code rewrite to speedup upgrade to this contribution
. add categories discount function!!! <
. add categories-manufactures discount function!!! <
file .sql veduto e corretto! Adesso funziona tutto alla meraviglia...
v1.3c - by hOZONE
-----------------
. 1.3b do not has some files
v1.3b - by hOZONE
-----------------
. minor fix in catalog/includes/modules/new_products.php
. minor documentation changes
v1.3a - by hOZONE
-----------------
. osCommerce Online Merchant 2.2 compatible
   Posted on: 09/15/2008     See contribution details

1304. ePay - Scandinavia Request Installation with Paid service
Optimized to osCommerce 2.2 RC 2a.

Minor changes in module:
- Callback is now called automatically
- Changes in language text and order total in order confirmation mail

Module can also be downloaded here with installation guide: http://www.epay.dk/support/moduls.asp#oscommerce
Payment is now made from within the same layout of the shop.
   Posted on: 10/15/2008     See contribution details

1305. CoolIris for osCommerce Request Installation with Paid service
* Updated install instructions
* Minor page checking changes to includes/modules/cooliris.php to fix non-display on initial homepage visit
* urlencode catalog/cooliris.php tep_href_links in case of strange characters or osCsid required by cookie settings
Minor change to includes/modules/cooliris.php

Changed line 23 to read...

if ((MODULE_DISPLAY_COOLIRIS_ACTIVE == "True") && tep_not_null($cooliris_searchtype)) {

Full package.
Full v0.1 package
   Posted on: 12/02/2008     See contribution details

1306. Show Product If Only Search Result Request Installation with Paid service
If a customer comes to your store knowing what they're looking for, research has shown that they will most likely use the search feature. If that customers search is specific enough to only return one result, why bother showing them the search results? Let's take them directly to the product that they're looking for!

This relatively simple modification does exactly that.
   Posted on: 12/04/2008     See contribution details

1307. Cute Blue Buttons Request Installation with Paid service
Alternative - Personally created - Replacement Buttons in gif format with transparent background.

Preview can be seen here:
[code]http://www.sharpe-blaze.com/Preview.jpg[/code]

------------------------------
My thanks go out to the many kind and generous people who make osCmmerce possible.
   Posted on: 12/04/2008     See contribution details

1308. Edit orders comments Request Installation with Paid service
If you delete an existing orders status history entry (with or without comments), the status in the table orders, -> orders_status wasnt updated.

This will fix this bug, just search for:

includes/admin/orders.php


case 'delete_comment_true':
if(isset($HTTP_POST_VARS['comment_id'])){
tep_db_query("DELETE FROM " . TABLE_ORDERS_STATUS_HISTORY . "
where orders_status_history_id = '" . tep_db_input($HTTP_POST_VARS['comment_id']) . "'");
}

Change to:

case 'delete_comment_true':
if(isset($HTTP_POST_VARS['comment_id'])){
tep_db_query("DELETE FROM " . TABLE_ORDERS_STATUS_HISTORY . "
where orders_status_history_id = '" . tep_db_input($HTTP_POST_VARS['comment_id']) . "'");

$osh_id_query = tep_db_query("select MAX(orders_status_history_id) max from " . TABLE_ORDERS_STATUS_HISTORY . " where orders_id = '" . (int)$oID . "'");
$osh_id = tep_db_fetch_array($osh_id_query);

$order_status_query = tep_db_query("select orders_status_id from " . TABLE_ORDERS_STATUS_HISTORY . " where orders_id = '" . (int)$oID . "' and orders_status_history_id ='" . $osh_id['max'] . "'");
$order_status = tep_db_fetch_array($order_status_query);

tep_db_query("update " . TABLE_ORDERS . " set orders_status = '" . $order_status['orders_status_id'] . "', last_modified = now() where orders_id = '" . (int)$oID . "'");
}

Thats all, have fun!
   Posted on: 12/05/2008     See contribution details

1309. Russian EMS module Request Installation with Paid service
ver.1.1

Russian EMS shipping module.
   Posted on: 12/05/2008     See contribution details
Displaying 1171 to 1179 (of 1445 contributions) Result Pages: [<< Prev]  ... 131  132  133  134  135  136  137  138  139  140 ...  [Next >>]