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 829 to 837 (of 1445 contributions) Result Pages: [<< Prev]  ... 91  92  93  94  95  96  97  98  99  100 ...  [Next >>] 
921. Boxes_in_index Request Installation with Paid service
Con este modulo podeis poner en el index.php los boxes specials.php y whats_new.php.
Facil instalación, de 5 a 10 minutos.
Utilizo define_mainpage para su instalación
pero podeis modificarlo a vuestro gusto, utilizando o no el define_mainpage.

Comprobado para versiones 2.2rc2a y 2.2ms2-060817
--------------------------------------

With these contribution you can put 2 boxes in index.php ( specials.php and whats_new.php)
Easy to install, 5 to 10 minutes.
I use the define_mainpage to work, but if you want
you can modified what you want

Work with versions 2.2rc2a y 2.2ms2-060817
---------------------------------------
Cette contribution place dans l'index.php les boxes specials.php et whats_new.php
Facil d'installer, de 5 a 10 minutes.
J'utilise le define_mainpage pour sont fonctionnement, mais vous pouvez le modifier selon vos besoins.

Travaille avec 2.2rc2a y 2.2ms2-060817
   Posted on: 04/05/2009     See contribution details

922. Fecha de caducidad para los pedidos Request Installation with Paid service
Instrucciones de instalacion paso a paso y errores corregidos

Paquete completo

-------------------------------------------------------

Installation instructions step by step and bugs fixed. Only in spanish, sorry

Complete package
   Posted on: 04/05/2009     See contribution details

923. ASN Forum for osCommerce Request Installation with Paid service
ASN Forum eklentisinin Turkcelestirilmis halidir. Tarafimdan test edilmis olup, demosu
http://www.gamateknoloji.com gorulebilir.
   Posted on: 04/04/2009     See contribution details

924. Upgrading osC from 2.2 Milestone 2 to 2.2 RC2a Request Installation with Paid service
This contribution documents and describes the changes to update a osCommerce 2.2 milestone 2 shop to the latest version (release candidate 2a).

This is useful for example in case your hosting upgraded MySQL to version 5, PHP to version 5, decided to set register globals to off or you want to implement the latest bugfixes and security fixes.

   Posted on: 04/05/2009     See contribution details

925. Who is online with IP lookup function and page refresh Request Installation with Paid service
Features:

- Added column "inactive since" to who's online table
- Added a form to submit the ip address to the lookup function at http://whatismyipaddress.com by simple click on a button within every row
- The page will refresh automatically every minute by javascript

Version 1.0
   Posted on: 04/03/2009     See contribution details

926. Display Out Of Stock Buttons Request Installation with Paid service
First of all, thank you to everyone--this add-on was a lifesaver: it did what my Client wanted quickly and easily with one glitch: It displayed everything as out-of-stock in the product listing when the quantity column was disabled in the admin section (config/product listing).

So, here's the fix for anyone else who's having this problem. Hopefully it will help. ;)

Credit to airsoftmart over at the forum link (second post)--I discovered that he figured it out the same way, but after I got everything working. His PHP is probably solider than mine, too. :)

Based off the original files, including gif's.

BACK UP FIRST!!!! I am not responsible for your irresponsibility!!!
   Posted on: 04/02/2009     See contribution details

927. Multilanguage installer (romanian,spanish,english) Request Installation with Paid service
A new version of install oscommerce v2.2rc2a.
Give option for select the install language (romanian,spanish,english).
Now you can install in your preferred language.
Only install , don't included catalog or admin.
   Posted on: 04/04/2009     See contribution details

928. PayPal Fee Request Installation with Paid service
Full Package with:

Languages
Italian
English
Portuguese

The package is ready to be used with PayPal Standart. But also have information how to change to PayPal IPN.

All credits to the Author:
Marco Falcini - MARCUS - <http://www.oscommercedev.com>

FeedBack: marcus_marzullus@email.it
   Posted on: 04/03/2009     See contribution details

929. Dynamic force attribute selection Request Installation with Paid service
This fix is for "Ajax Buy Now" Users !
--------------------------------------------------------------
This is a small change but works correctly for ajax buy now users including me.
Until users don't make this change with Dynamic_force_attribute_selection , ajax buy now will not work correctly.
As I seen on forum, one of the problems for users is to not able to find bug.(for exp. user jake seymour's web-pages)
This bug becomes to users of using Dynamic_force_attribute_selection contribution
Users do not realize that so this change was needed.
---------------------------------------------------------------------------------------------------------------------------------------

********************************************

1)Open products_info.php file:

Find:

<td width="100%" valign="top"><?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_PRODUCT_INFO, tep_get_all_get_params(array('action')) . 'action=add_product'), 'post', 'onSubmit="return validate(this);"'); ?><table border="0" width="100%" cellspacing="0" cellpadding="0">

And Replace With:

<td width="100%" valign="top"><?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_PRODUCT_INFO, tep_get_all_get_params(array('action')) . 'action=add_product')); ?><table border="0" width="100%" cellspacing="0" cellpadding="0">

********************************************

2)Open the ajax_sc.js file.

Find:

function doAddProduct(form) {


And Replace With:

function doAddProduct(form) {

var attributes_force=validate();
if(attributes_force==false) return false;

********************************************

3)On v1.6 the only small change is "function validate()", do not change it with "function validate(cart_quantity)".
If you do change it, it will not work.

********************************************

That's all.
Seyhun Cavus(faaliyet)
+ improved options as images code
+ cleaned up install docs
   Posted on: 09/24/2008     See contribution details
Displaying 829 to 837 (of 1445 contributions) Result Pages: [<< Prev]  ... 91  92  93  94  95  96  97  98  99  100 ...  [Next >>]