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 1207 to 1215 (of 1445 contributions) Result Pages: [<< Prev]  ... 131  132  133  134  135  136  137  138  139  140 ...  [Next >>] 
1341. Paypal Continue Reminder Request Installation with Paid service
I can't find which file should be changed?
Please advise asap.

Attached is one image replacement.
   Posted on: 11/26/2008     See contribution details

1342. TextCash/Check/Moneyorder Checkout Request Installation with Paid service
fixed filenames for compatibility issues
   Posted on: 11/24/2008     See contribution details

1343. Shopzilla/Bizrate Performance Tracker Code Request Installation with Paid service
This module is the code you will need to be able to implement the Shopzilla/Bizrate Performance Tracker. I couldn't find anything in the forums about this so I decided to figure it out on my own. Installation is pretty simple but you must have a Shopzilla account before you even look at this.
   Posted on: 11/24/2008     See contribution details

1344. Order lgging before payment processing Request Installation with Paid service
A minor fix to v 3.1. products_id was not recorded in TABLE_ORDERS_PRODUCTS. This has now been rectified in this file.

A big thanks to Irin who pointed this issue out and provided the solution.
Now OSC compliant
register_globals on/off compatible
Multilingual support (english only)
Compatible with rc versions and non rc versions
New install.txt
Added upgrade file
Added all files, existing and new
Combined admin/ordersheld.php and admin/ordersholding.php into 1 file
Tested on php 4.4.7 and mysql 4.1.2
   Posted on: 10/09/2008     See contribution details

1345. customer Must Accept Terms and Conditions (MATC) Request Installation with Paid service
change
if(MATC_AT_REGISTER != 'false'){

to
if(MATC_AT_CHECKOUT != 'false'){

on missing code on checkout_payment.php

dummy file uploaded
In checkout_payment.php

Find

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<tr>
<td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
<tr class="infoBoxContents">
<td><table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
<td class="main"><b><?php echo TITLE_CONTINUE_CHECKOUT_PROCEDURE . '</b><br>' . TEXT_CONTINUE_CHECKOUT_PROCEDURE; ?></td>
<td class="main" align="right"><?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?></td>
<td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
</tr>
</table></td>
</tr>
</table></td>


Replace with

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<?php
//----- BEGINNING OF ADDITION: MATC -----//
if(MATC_AT_REGISTER != 'false'){
require(DIR_WS_MODULES . 'matc.php');
}
//----- END OF ADDITION: MATC -----//
?>
<tr>
<td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
<tr class="infoBoxContents">
<td><table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
<?php //----- CHANGE IN ROW BELOW: MATC - Added id="TheSubmitButton" -----// ?>
<td><?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE,'id="TheSubmitButton"'); ?></td>
<td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
</tr>
</table></td>
</tr>
</table></td>

Downlaod file contains same instructions
New in this version:

* You can now choose in the admin panel if you would like the disabled button to be transparent or gray. The gray design requires php version >= 5 as it uses the imagefilter function to create the button. Changes are made in matc.php and MATC_Install.sql.

Please report anything you think is irritating or could be better! (:

Support Forum:
http://forums.oscommerce.com/index.php?showtopic=303726

Thanks and Regards,
Olof Larsson / www.Lajvbutiken.se
   Posted on: 09/16/2008     See contribution details

1346. Filterlist v1 Request Installation with Paid service
Added Sort By Functionality
Now uses POST vars instead of GET

Support Tread : http://forums.oscommerce.com/index.php?showtopic=320572

Complete Package.

Enjoy
Filterlist has been designed to filter product results within a specific category.

Users can filter by price, keywords, the usual manufacturer and also choose how many results they want per page.

See : http://www.klickshopping.co.uk/express-256mb-c-43_44_46.html

For an example (if the above link doesn't work, go to www.klickshopping.co.uk and go as deep as you can in any category).

   Posted on: 11/11/2008     See contribution details

1347. Horizontal_css_header_menu Request Installation with Paid service
Updated all of the php.
My account, log in etc should be SSL sensitive.
This update takes care of this, also removed the spare link and replaced it with a more usful contact us link.
Full package included, very quick install
screen shot in package

Nice contribution all credit to the author.

   Posted on: 11/23/2008     See contribution details

1348. Quantity Price Breaks for Separate Pricing Per Customer Request Installation with Paid service
This is an enhanced version of QPBPP 1.3.5 for SPPC 4.2.2. A minimum order quantity (different for groups of course) has been implemented (using parts of other contributions). Improvements on the admin side were made and the display of the price breaks on product_info.php can now be changed to a dropdrown (triggered by a setting in the admin [Configuration->Price breaks] using the number of price breaks for a product.)
You need to have at least MySQL 4.1 to be able to use this addon.

   Posted on: 11/23/2008     See contribution details

1349. Add a BACK button in the product_info Request Installation with Paid service
http://forums.oscommerce.com/index.php?showtopic=321742

Please include link with updates.
   Posted on: 11/23/2008     See contribution details
Displaying 1207 to 1215 (of 1445 contributions) Result Pages: [<< Prev]  ... 131  132  133  134  135  136  137  138  139  140 ...  [Next >>]