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 748 to 756 (of 1445 contributions) Result Pages: [<< Prev]  ... 81  82  83  84  85  86  87  88  89  90 ...  [Next >>] 
831. low stock report v1.1 upgraded Request Installation with Paid service
- Moved stats_low_stock_class.php to admin/includes/classes as suggested by escri2
- Added all missing files (finlenames, english, ...) changed for this contribution (files from osc2.2rc2a
- Fixed french translation

Full pack
1BIS) Copy the stats_low_stock_class.php file to /admin/includes/classes/stats_low_stock_class.php

2BIS) open stats_low_stock.php

find this text:

require('stats_low_stock_class.php');
$slsc = new stats_low_stock_class();

replace it with this:

require(DIR_WS_CLASSES . 'stats_low_stock_class.php');
$slsc = new stats_low_stock_class();


Regards of Spain ( http://www.pedroescribano.com )
   Posted on: 12/22/2008     See contribution details

832. WebToPay.com Request Installation with Paid service
Webtopay.com is a reliable, secure and fast online settlement system for those who want to sell or buy goods and services on the Internet.
   Posted on: 04/29/2009     See contribution details

833. MultiGeoZone MultiTable Shipping Request Installation with Paid service
Updated mzmt.php, and language files for Multi Zone Multi Table Shipping Module

Solution provided by David Samblas (david at tuxbrain.com)

April 28, 2009



DESCRIPTION:
Fix showing total oder weigth and allows to define the units in the language file
Files attached also includes th Fix 1.21

in file includes/modules/shipping/mzmt.php

arround line 49
replace
// class methods

function quote($method = '') {

global $order;



$this->quotes = array('id' => $this->code,

'module' => constant('MODULE_SHIPPING_MZMT_GEOZONE_' . $this->delivery_geozone . '_TEXT_TITLE') . ' (' . $shipping_weight . ' 'lbs.)',

'methods' => array());

with

// class methods

function quote($method = '') {

global $order, $shipping_weight;



$this->quotes = array('id' => $this->code,

'module' => constant('MODULE_SHIPPING_MZMT_GEOZONE_' . $this->delivery_geozone . '_TEXT_TITLE') . ' (' . $shipping_weight . ' '.MODULE_SHIPPING_MZMT_TEXT_UNIT.')',

'methods' => array());

in file includes/includes/languages/english/modules/shipping/

add the following line
define('MODULE_SHIPPING_MZMT_TEXT_UNIT', 'kg');
Updated catalog/includes/modules/shipping/mzmt.php file which fixes an error when trying to use the Order Editor on an order that uses this shipping module.

The error was as follows:
Fatal error: Call to a member function show_total() on a non-object in

/catalog/includes/modules/shipping/mzmt.php on line 137

This package includes only the updated mzmt.php file as well as instructions for replacing the function manually.

All credit goes to Jim Keebaugh (kymation on the OsC Forums) for the fix and to Robert Fisher for helping.
   Posted on: 04/15/2009     See contribution details

834. Tweaked Cart Box Request Installation with Paid service
I wanted to simply add the default store "Checkout" button to the shopping cart box if items were present.

Once done it became more apparent that the box was not required (if even desired) on certain pages views.

Further, its presence on certain page views was pushing the "Shop Confidently" (http://addons.oscommerce.com/info/1422) box out of view where it might be more desirable to otherwise have it displayed prominently.

* Following the syntax it is easy to remove or add pages to the list of 'cartless' views as you see fit.

* Additionally you may wish to use a scaled down version of the button which could be easily accomplished using tags or by simply creating a second button- one for the cart box, one for the cart page.
   Posted on: 04/27/2009     See contribution details

835. Nicer Resized Product Images Request Installation with Paid service
I discovered after some testing that the script was caching product images to the size of the sub-category image demensions. This caused unexpected display problems when viewing products in the product-listing.php.

This code updates the previous contribution. You will be adding a new imageResize function and make a slight change to the code in the index.php file.
   Posted on: 04/28/2009     See contribution details

836. Easily Via admin stop/start Cart functions and relevant boxes. Request Installation with Paid service
This is just the install file here, combine it with the package below.
   Posted on: 04/28/2009     See contribution details

837. Popup fix for IE with WinXP-SP2 Request Installation with Paid service
I have added a new code to add support for new Internet Explorer 8.x
   Posted on: 04/27/2009     See contribution details

838. cDynamic Meta Tags v1.0 Request Installation with Paid service
I have updated an error on the install folder
to add to your page find <title><?php echo TITLE; ?></title>

replace with

<title><?php require(DIR_WS_INCLUDES . 'meta_tags.php');?></title>

The closing </title> was missing

Also, i hav updated the SQL, and increased the configure number as they were set too low for any stores with existing mods.

Full package, all credit to original and previous authors for this great add on
- Removed duplicated entries which still showed up when looking at the manufacturers page
- Fixed the code, so that you can leave the "Store Description" and "Store Index Description" empty in My Store admin settings, ie. if you don't want to use them, they won't display empty lines
- Rearranged some of the code, cleaned up, added some alignments
- Removed all static "bin" and "van" and similar occurences from the script and put them into the language file
- Moved the settings from the language file to the script file
- included "fix for v1.5.1" by "stevenverver"
Fixed error "Warning: Cannot modify header information - headers already sent by..." generated by reset_meta_cache.php when cache is empty.

As in most cases and also found in the support-topic: the 1.6 version does not work.

Because the 1.5 version is a stable one I use this all the time.

What is new or what has changed in 1.5.1:
I've removed some bugs found in the support topic regarding duplicate Meta-description and duplicate Meta-keywords.
Changed also is the Meta-description on the index.php.
I've also changed the lenght of the meta_create_title as in most cases the was to short.

Please read the changelog.txt for details.

Support-topic can be found here: http://forums.oscommerce.com/index.php?showtopic=134546
   Posted on: 11/12/2008     See contribution details

839. Check Permissions 1.0 Request Installation with Paid service
Corrected problem where the footer from the shop was used.
Files, php and non php, in Admin and non admin directories can be set to different levels.
Sitemap files can be set to different levels
IP Trap directories and files permission levels can be set.
Download directory not being updated, spotted by Terediye Berg on his first post.

Add this around line 409

$download = $_POST['download'];

Complete Package.
   Posted on: 03/01/2009     See contribution details
Displaying 748 to 756 (of 1445 contributions) Result Pages: [<< Prev]  ... 81  82  83  84  85  86  87  88  89  90 ...  [Next >>]