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 73 to 81 (of 1445 contributions) Result Pages: [<< Prev]   1  2  3  4  5  6  7  8  9  10 ...  [Next >>] 
81. Export Order into CSV Request Installation with Paid service
Add attributes and create new line for each product instead of one line for all products, furthermore create column names.

Please see code to enable/disable certain column_names.

This is not a full packages, just exportorders. You can override the orginal if you like but please backup.

Thanks to original contribution
   Posted on: 10/28/2009     See contribution details

82. paiement_telephone Request Installation with Paid service
V1.1 - 27/10/09

FR :

Cette nouvelle version intègre la possibilité de gérer une partie des contenus des textes via l'admin selon le nombre de langues installées.
A savoir les heures d'appels et les instructions pour effectuer le paiement avec l'opérateur téléphonique.
Le fichier langue "english" a été ajouté.

//--

Nouvelle installation ou mise à jour, ajouter ou remplacer dans les répertoires respectifs :

->catalog/includes/modules/payment/telephone.php
->catalog/includes/languages/french/telephone.php
->catalog/includes/languages/english/telephone.php

//--

Note : Pour ajouter des nouveaux fichiers langues, vous devrez modifier les defines en changeant le code "suffixe" de la langue :

ex :

MODULE_PAYMENT_TELEPHONE_OUVERTURE_EN / MODULE_PAYMENT_TELEPHONE_PRECISION_EN

-> devient pour l'espagnole

MODULE_PAYMENT_TELEPHONE_OUVERTURE_ES / MODULE_PAYMENT_TELEPHONE_PRECISION_ES


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


EN:

This new version includes the ability to manage part of the contents of the text via the admin as the number of installed languages.
Namely hours call and instructions to make payment to the phone.
The language file "English" was added.

//--

New install or update, add or replace in the respective directories:

-> catalog / includes / modules / payment / telephone.php
-> catalog / includes / languages / english / telephone.php
-> catalog / includes / languages / English / telephone.php

//--

Note: To add new language files, you need to edit the defines changing the code "suffix" of language Z:

eg

MODULE_PAYMENT_TELEPHONE_OUVERTURE_EN / MODULE_PAYMENT_TELEPHONE_PRECISION_EN

-> for Spanish

MODULE_PAYMENT_TELEPHONE_OUVERTURE_ES / MODULE_PAYMENT_TELEPHONE_PRECISION_ES



SySwatis

Merci à Adrien Chantôme.
Instructions d'installation.
Install

-----------------------------
Ce module a été dévelopé en francais uniquement. Il ne tient qu'a vous de le traduire si besoin (ce qui ne devrais pas prendre beaucoup de temps).
This module was developed in french only and if you need it, you have to translate it yourself (I think it is not a time-eater work).

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

L'objectif de ce module est de permettre aux clients de donner les informations nécessaires a un virement ou a un paiement par carte a un opérateur au téléphone.
This module's objective is to propose the pyment by phone. Customers contacts the merchant and inform him about his credit card information or others.

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

L'installation est simple, comme la plus-part des autres modules, il suffit d'intégrer les fichiers directement dans leurs dossiers de destination et d'installer le module via l'administration.
Install is easy, you have to put files in their target folder and install module from the admin panel.

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

Ce module est fourni sans aucune garantie de fonctionnement, sous licence GNU/GPL.
N'oubliez pas, vous utilisez les contributions a vos propres risques.

This module is proposed without any guaranty, under the GNU/GPL licence.
Don't forgot: you use contributions at your own risk.
   Posted on: 07/01/2009     See contribution details

83. My Account Info Box Request Installation with Paid service
Include french translation
Little modification at the code to be compatible with the graphic chart.

Petite modification du code pour qu'il soit semblableà la logique graphique des autres boxes.
When a customer is logged in to their account this provides a simple info box with links to access the various things they might want to edit in their account. This should make it easier for the customer to find how to edit their account information rather than making them go to the My Account page first. The box ONLY appears if the customer has logged in to their account.
   Posted on: 10/24/2009     See contribution details

84. Vendor_Auto_E-mail (In_Development) Request Installation with Paid service
Just a small modification:

Around line 121 of orderholding.php
find
include(DIR_WS_CLASSES . 'orderheld.php');

change it into
include(DIR_WS_CLASSES . 'ordersheld.php');

otherwise you get a blank screen by preview

That's all. Thanks for this nice contribution
   Posted on: 10/26/2009     See contribution details

85. Terms Acceptance 1.0 Request Installation with Paid service
This is my first "contribution", but I noticed when adding this one that there was a couple of things that didn't work correctly.

There was an error showing with the original code:

<!-- SOF TERMS ACCEPTANCE -->
if(!($HTTP_POST_VARS['terms_accept'])){
$error = true;

$messageStack->add('create_account', 'You must accept the Terms and Conditions to continue.');
}
<!-- EOF TERMS ACCEPTANCE -->

This neededsome // in front of the terms acceptance bit for some reason, but not in the other entry.

Once installed, the terms and conditons link goes to an incorrect legal.pdf file. Even though it does state the change needed, I have amended this.

I cannot work out why it still creates an account though even if you don't tick the box. So if someone else has the knowledge to correctly update this please do.

Attached is the updated file so far.
   Posted on: 10/27/2009     See contribution details

86. Protx Form Payment Module Request Installation with Paid service
updated to use sage pay protocol 2.23 so you cant test your stuff in the simulator again
updated English language file, swapped Protx (how we will miss that brand) to Sage Pay.
All relevant parameters and filenames changed to Sagepay instead of Protx

As with all earlier versions, Spanish and German text is still in English.
Correction for case sensitivity in decrypt_protx.php line 88, so that the submitted data is correctly deciphered for debugging purposes only.
   Posted on: 10/05/2008     See contribution details

87. Sitemap SEO Request Installation with Paid service
- Added code to check if multilist function already exists
- Added missing field to sitemap_seo_install.php file.
- Changed primary key in links_exchange table to language_id
- Fixed coding mistake in admin/functions/sitemap.php regarding curl
- Fixed problem some have with Array.
- Removed the deprecated call by reference code in both includes/functions/sitemap.php files
- Removed references to TABLE_SITEMAP_SEO_EXCLUDE, which was never used
- Replaced category_tree.php file with one that reads nested directories.

This is a full version.
- Added option in Settings control to change the page heading and sub-heading text.
- Fixed coding mistake in sitemap_seo_box_control.php that prevented links from being recorded correctly for all languages.
- Fixed code in the box links code to account for links that have attributes. This would cause a "Page Link Not Found" error.

This is a full version.
- Fixed code in sitemap.php so that Articles Manager, Infopages and Page Manager sections display correctly.

This is a full version.
- Fixed code in includes/functions/sitemap.php to work with php5.
- Fixed code in sitemap_seo_page_control.php so that changes made are remembered.
- Fixed code in sitemap_seo_page_control.php so the checkboxes are updated correctly.

This is a full version.
This contribution fixes many of the deficiencies of the other sitemap contributions. It has been tested in MS2 and RC2 shops but should run
in any variation of oscommerce. All settings are controlled via admin.
It has the following following features.

- Displays all pages and boxes - no missing links or text
- Displays categories, with or without products
- Displays manufacturers, with or without products
- Links can be sorted
- Links can be excluded
- Links can be set to show for registered customers only
- Sections of links can be sorted
- Sections of links can be excluded
- Sections of links can be set to show for registered customers only
- All links have configurable anchor text
- All links have configurable alternate display names
- All sections of links can be placed anywhere on the sitemap page via admin
- Supports
Articles Manager
Infopages
Page Manager

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

88. Make An Offer 1.0 Request Installation with Paid service
All credit to Howard van der Burgt for making this GREAT contribution! This is a FULL PACKAGE for an OSC 2.2RC2a Vanilla Store (English) and includes the following updates:
-Added the Modified Files for Clean Install
-Added Beginning/End Comments where needed for those files
-Fixed Error in 'make_an_offer.php' that caused item and original price not to appear in email offers sent to shop owner. Credit to Shawnm Posted 17 June 2007 - 12:43 PM
-Added 'mouseover' note informing customer how to use the direct offer box. Credit to angelstudio54 Posted 18 April 2009 - 05:04 PM
-Changed grammatical error in english>make_an_offer.php "Your order has been successfully send.." to "Your offer has been successfully sent.."
Sorry, was tired..made some mistakes on last upload..

All credit to Howard van der Burgt for making this GREAT contribution! This is a FULL PACKAGE for an OSC 2.2RC2a Vanilla Store (English) and includes the following updates:
-Added the Modified Files for Clean Install
-Added Beginning/End Comments where needed for those files
-Fixed Error in 'make_an_offer.php' that caused item and original price not to appear in email offers sent to shop owner. Credit to Shawnm Posted 17 June 2007 - 12:43 PM
-Added 'mouseover' note informing customer how to use the direct offer box. Credit to angelstudio54 Posted 18 April 2009 - 05:04 PM
-Changed grammatical error in english>make_an_offer.php "Your order has been successfully send.." to "Your offer has been successfully sent.."
   Posted on: 10/25/2009     See contribution details

89. Low Stock, Order Soon Request Installation with Paid service
To create a sense of urgency and let customers know a product has only one item left in stock.

<!-- bof limited supply -->
<?php

$limitedSupply_query = "SELECT products_quantity, products_id
FROM " . TABLE_PRODUCTS . "
WHERE products_id = '" . (int)$_GET['products_id'] . "' ";

$limitedSupply = tep_db_query($limitedSupply_query);

if ($product_info['products_quantity'] < 5) {
echo '<font color="#ff0000"><strong><div align="center"><div id="limited">Low Stock, Order Soon !</div></strong></font>';
}
?>
<!-- eof limited supply -->

Paste the code in the file where you would like the alert message to appear, I usually put it just above the Add to Cart button. Upload the edited file to root directory /product_info.php

if you want the low stock alert to show when there are 3 items or less, you would change
if ($limitedSupply->fields['products_quantity'] < 1)
to
if ($limitedSupply->fields['products_quantity'] < 3)
   Posted on: 10/24/2009     See contribution details
Displaying 73 to 81 (of 1445 contributions) Result Pages: [<< Prev]   1  2  3  4  5  6  7  8  9  10 ...  [Next >>]