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 280 to 288 (of 1445 contributions) Result Pages: [<< Prev]  ... 31  32  33  34  35  36  37  38  39  40 ...  [Next >>] 
311. [TiM's osC Modules] Faktura Request Installation with Paid service
E-Faktura (Version 2009-09-05)
+ Stöd för ikoner.

Faktura (Version 2009-09-05)
+ Stöd för ikoner.
* Ytterligare fel i språkfil korrigerat // Tim
Version 2009-02-08
* Fel i språkfil korrigerat. // Tim
Payment modules: efaktura.php, faktura.php

2008-10-16
+ Stöd för för inmatning av personnr/orgnr vid val av metod.

2008-10-15
+ Stöd för beskrivning under metodvalet i språkfilen.

2008-10-15
* Felskrivning i koden för zonbegrändning åtgärdad.
Order Total module:
Version 2008-09-19 - Språkfiler korrigerade
   Posted on: 09/18/2008     See contribution details

312. ot_handling Request Installation with Paid service
This package adds a custom line for handling into the order total.

The schedule followed on this particular instance is:

handling is $2.00 for up to $50 in total(including tax)
handling is $3.00 for 51-75 in total(including tax)
handling is $4.00 for 76-100 in total(including tax)
handling is $5.00 for $100 total(including tax)

There is no interface for the handling caldulation parameters yet so you have to code your calculation in.
   Posted on: 09/05/2009     See contribution details

313. [TiM's osC Modules] Paypal.com Request Installation with Paid service
* Valutor uppdaterade.
+ Stöd för ikoner.
Version 2009-01-10
+ Kapabilitetstest. // Tim
   Posted on: 01/10/2009     See contribution details

314. Remove Unused Images Request Installation with Paid service
Modified, so rather than specify subfolders to include, you now specify an exluded list, otherwise all sub-folders of 'images' are checked
(non-recursive). However the subfolder check is 'off' by default, enable on line 54

Added option for product links for 'not-found' images, this will not include images 'not-found' within product descriptions or any extra tables checked. This opion is 'off' by default, see line 51.

Support thread at http://forums.oscommerce.com/index.php?showtopic=343935 .

tested on PHP 4 & 5, SQL 4 & 5, osC 2.2 ms2, rc1 & rc2a and is register_globals compatible

FULL PACKAGE

Cleaned up and re-arranged the code to reduce query counts (and memory use)
Added new array for extra tables to make it easy to add extra tables into the mix (see 80 - 84 of file)

Support thread at http://forums.oscommerce.com/index.php?showtopic=343935 as couldn't find one.

tested on PHP 4 & 5, SQL 4 & 5, osC 2.2 ms2, rc1 & rc2a and is register_globals compatible

FULL PACKAGE

Added reading of category images
Added reading of manufaucturer images
Added option to check product description (default action) as many have html descriptions with images.
Added reading for some system files to check for images (default is header.php, index.php & stylesheet.css)
Added option to remove files from list by pattern match (ie thumbnails).
Removed some invalid html code
Modified to take image dir from configure.php
Corrected links so session wont be lost (could have caused failure of operation before &/or chuck you from admin)
Modified to move images to 'UNUSED' directory rather than renaming, means backup not needed and easier to revert. If files are in a sub-directory they will be moved to a sub-directory of 'UNUSED' with the same name.


Started support thread at http://forums.oscommerce.com/index.php?showtopic=343935 as couldn't find one.

tested on PHP 4 & 5, SQL 4 & 5, osC 2.2 ms2, rc1 & rc2a and is register_globals compatible

FULL PACKAGE
removed by default the png and gif support
switch bak to osc standart one image product query
This version lists the files from the database etc for you to see which ones are in use.

I've just got rid of 16000 unused product images and kept the 4000 that I needed.

I've made many of the mod's discussed in the forum (such as the #UNUSED_ prefix, to list the files first in FTP - and removing the surplus "/admin/" links that break the various buttons).
At present when you click any of the two buttons:

'Check All Boxes' and 'Uncheck All Boxes' this URL is displayed.

http://www.yoursite.com/catalog/admin/admin/remove_unused_images.php#button

I have fixed this small error by replacing in the following code in line 330 (remove_unused_images.php):

### FIND ###

$msg .= "<a name=button></a><a name=end></a><br><div align=center><a href="admin/remove_unused_images.php#button" onClick="select_all('checked_unused_images', '1');"><font size=2><b>Check All Boxes</b></font></a><font size=2> | </font><a href="admin/remove_unused_images.php#button" onClick="select_all('checked_unused_images', '0');"><font size=2><b>Uncheck All Boxes</b></font>

### REPLACE WITH ###

$msg .= "<a name=button></a><a name=end></a><br><div align=center><a href="remove_unused_images.php#button" onClick="select_all('checked_unused_images', '1');"><font size=2><b>Check All Boxes</b></font></a><font size=2> | </font><a href="remove_unused_images.php#button" onClick="select_all('checked_unused_images', '0');"><font size=2><b>Uncheck All Boxes</b></font>

### ###

I have also made a slight change to the description in the SETTINGS section so that it's a little more easier to understand.

The final change I have made is to the 'readme.txt' file and have added "Step 6" in the installation category informing other users how to correctly configure their settings with this add-on.

Other than that however this is the work of the orginal author - 'pyramids' - and I take no credit for this package.

I have contributed this file solely for the convenience of other users.


### Package Contents: ###

* remove_unused_images.php
* readme.txt
Just made the file more Oscommerce compatible. The file is now loading within the original admin layout.

Nothing changed to the code itself. All credits by the original creator.
It appears I left out a line of code to read the checkboxes. This should fix it.

full mod
Scenario: I have 9000 image files. 2400 of them are not being used.
How to find them and remove them quickly and safely

What this script does:
* Read the database and report back a list of installed images
* Mark (in RED) any DB listed image which does not exist on the server
* Read the server images and report back a list
* Compare the lists for missing data
* Offer you the ability to check or uncheck listed images controlling what gets renamed
* Rename the USER checked listed images from myimage.jpg to UNUSED_myimage.jpg
* Allow you to ftp and delete ALL renamed UNUSED_myimage.jpg images
   Posted on: 11/06/2008     See contribution details

315. Online Visitors and Enhanced Page Counter Request Installation with Paid service
Version française

Full package

Screenshots visibles à : http://www.oscommerce-screenshots.com/number-visitors-enhanced-page-counter-p-437.html
I combined the "Enhanced" Visitors Counter (3277) and the Number Of Visitors Online (1367) contributions.

The default visitor counter is not a real visitor counter, cause every time the footer is reloaded it counts 1 new "visitor", wich it is not.
With this change it checks if the current user is known in whos_online. If so, nothing changes. If not, the counter is added with 1.

This small Online Visitors change let's you see how many visitors are online. It is shown on every page of the shop in the footer as: "On-line visitors 3" which obviously means: number of visitors is 3.

The Online Visitors was not multilingual, I changed that.

I hope someone find use in this combination, I know I did ;-)
   Posted on: 05/12/2009     See contribution details

316. Register A-Z im admin-customer Request Installation with Paid service
Version française

Full package

Screenshots visibles à : http://www.oscommerce-screenshots.com/register-admin-customer-p-436.html
In der ersten replace-Anweisung fehlte das "default:" und in der Select-Anweisung wurde das Feld vat_id entfernt.
---------
In the first replace was a "default:" missing and the field vat_id was removed.
Korrektur in customers.php: die Positionierung auf den einzelnen Datensätzen wurde ermöglicht.
--------------
customers.php was corrected in a way that the positioning at the data sets is possible.
Im Adminbereich wurde die Seite "Kunden" dahingehend erweitert, daß im oberen Bereich die Karteireiter A-Z und * angezeigt werden.
Bei Klicken auf den entsprechenden Karteiereiter werden auch nur die Kunden angezeigt, die zu dem entsprechenden Buchstaben gehören.
-----------
At the admin tool the page "customers" was modified in a way, that in the upper part of the page the tabs A-Z and * are shown.
If you click at a tab, only the customers are shown, which belong to the choosen character.
   Posted on: 05/12/2009     See contribution details

317. reducQtt Request Installation with Paid service
Correction du bug sur les commande.
Cette contribution vous donne la possibilité de proposer des réductions (en %) a vos clients en fonction de la quantité désirée, et ce uniquement lorsqu'il n'y a pas de promotion spécifiques. (vous placez vos réductions 5% pour 10 articles, 10% pour 20 etc, 2 mois plus tard vous voulez appliquer une promo de 25% sur cet article, les 10% et 20% précédents ne serons alors pas appliqués!)

----------------------------------------------
This contribution allow you to set a reduction on a product function of the quantity. And this only if there is no other sold or reduction on the product.
   Posted on: 07/01/2009     See contribution details

318. News Management and Display Request Installation with Paid service
modified a bug with $_SERVER['PHP_SELF'].
used instead tep_href_link to create the link for the buttons end the voices.
Itlaian language.
This is my first contribution. :) It is sort of like a blog for your site I suppose, but basic.

It creates a management area for news articles, as well as the code to display it somewhere.

It needs 1 table in your database, and a few files. This module will be available in your admin panel, under "Tools-->Manage News". It stores a title, a subtitle, body text, and a date. It also stores a unique ID for the news article in the database which isn't displayed anywhere for the user.

There is a screenshot of the admin management as well as my sites implementation in the zip file.

Or you can see it in action here: http://fusioncontrolcentre.com/FusionStore//catalog/news.php

I tried to make the admin area as updatable as possible. The language file contains locations of all the images used, as well as the text (so it should be able to be made into different languages if needed fairly easily).

I did this for myself but thought I would give back a bit, so I hope I included everything needed and made the instructions clear enough. Enjoy!
   Posted on: 07/05/2009     See contribution details

319. Sage Pay Form Request Installation with Paid service
Added VendorEMail, SendEMail, and eMailMessage parameters.
Changelog

v1.1 01-Sep-2009

* Fixed Live/Production Transaction Server parameter value to "Live".

Please read the included documentation if you are upgrading from v1.0.
Sage Pay Form is our simplict method of accepting payment online, it is recommended if your website is hosted on a shared server.

Features And Benefits

* Pre-integrated with most osCcommerce
* Complete security using the Sage Pay payment pages
* Email alerts to you and your customer to confirm the status of each transaction
* Flexible payment features
* Comprehensive reports
   Posted on: 08/28/2009     See contribution details
Displaying 280 to 288 (of 1445 contributions) Result Pages: [<< Prev]  ... 31  32  33  34  35  36  37  38  39  40 ...  [Next >>]