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 622 to 630 (of 1445 contributions) Result Pages: [<< Prev]  ... 61  62  63  64  65  66  67  68  69  70 ...  [Next >>] 
691. Maintenance Request Installation with Paid service
Enhanced documentation and added English language files.

Move seo script and template script to installation directory so contribution will work out of the box for the more adventurous users.
Often i had to make some small admin scripts to quickly analyse a problem or to make some fixes to the filesystem or the database. Examples: analyse and fix filepermissions for security reasons. Or for example to find invalid url's in the database and make some basic fixes (like adding http://).

After doing so for about 10 scripts i thought to build a maintenance framework that allows to process new scripts with minimal effort.

I created this framework with following requirements in thought:
- Simple integration of new maintenance scripts
- Seperation of Test and Fix functionality
- Support to email results to a webmaster
- Simple control from an admin page (checkbox per module, test, process buttons)
- Cron support to process defaults automated
   Posted on: 05/29/2009     See contribution details

692. Shopping Cart as Tooltip Request Installation with Paid service
Some minor tweaks i forgot

>>> Popup now closes on every click.
Just click somewhere on the page and it disappears.

>>>Splitted code and design
Style information now goes to stylesheet.css and code goes to includes/footer.php

Updated install.txt - FULL PACKAGE
Sorry, I forgot to mention the credits, here they are:

1) This Addon is based on a free XTC modul, which I only modified for OSC
2) The essentail hint to get the script working with OSC was given by SIR.K.O from german osc forum, thanks.

Things to be done:
1) design improvement
2) center the layer in browser window with Javascript
3) make it work in modified shops, where you could add products to the cart elsewhere, e.g. on products_new.php, specials.php etc. For this case I would place the code in the footer, this should work (and of course the CSS in stylesheet.css)

FULL PACKAGE

-= NOT FULL PACKAGE =-

Tested it and works fine with IE 7 & FireFox 3

That is except i have Ultimate SEO URLs installed and get this message when I click on Buy Now:

"
The requested URL /catalog/microsoft-intellimouse-explorer-p-26 was not found on this server.
"

But Backspace fixes this.
All credits to our new member -=karlchen=-

-= NOT FULL PACKAGE =-
   Posted on: 05/29/2009     See contribution details

693. New Attribute Manager Request Installation with Paid service
Few People having a problem when Register globals is swiched off.

You click edit, and nowt happens.

Anyway, I did not come up with this so credit goes to a guy called tsteele from the forum. I thought I would add it here as its not well known.

I have also included the 'new_attributes.php' file which you can simply replace.

--------

Hi Folks,

Here's the fix for folks trying to using Mike G's awesome new attributes with Register Globals off (it does not work). If you are using OSC MS 2.2 RC2 or OSC MS 2.2 RC2a (the most recent 2008 releases) from January 15 and January 30, 2008...Mike's new_attributes mod will not work.

I spent a lot of time trying to debug and found a very simple fix that only took 7-8 hours to arrive at.

I thought I would give a little back to the OSC community and post it in the new_attributes support thread.

Here's the fix...

1. Back up your Admin area FIRST!

2. Make sure all files Backed-Up successfully.

3. Install New Attributes as per Mike's instruction...it is a very easy Contribution to install!

4. Open new_attributes.php in you text editor...I use Text Wrangler on a Mac. Do not use Word, instead use Notepad or your favorite editor on the PC.

5. Find the requires in new_attributes.php on line 5 and line 6:

require('new_attributes_config.php');
require('includes/application_top.php');

Right after add:

if (isset($_POST['current_product_id'])) {
$current_product_id = $_POST['current_product_id'];
}

if (isset($_POST['action'])) {
$action = $_POST['action'];
}

if (isset($_POST['optionValues'])) {
$optionValues = $_POST['optionValues'];
}

if (isset($_POST['x'])) {
$x = $_POST['x'];
}

if (isset($_POST['y'])) {
$y = $_POST['y'];
}

if (isset($_POST['cPathID'])) {
$cPathID = $_POST['cPathID'];
}

if (isset($_GET['current_product_id'])) {
$current_product_id = $_GET['current_product_id'];
}

if (isset($_GET['action'])) {
$action = $_GET['action'];
}

That's it your done! Save new_attributes to your server and enjoy!
   Posted on: 06/09/2009     See contribution details

694. Chronopost Martinique French and DOMs Request Installation with Paid service
This is a mod from the original French Chronopost allowing to send from Martinique (or other French west indies with a little modification).
The prices table is up to date (May 2009)

Enjoy
   Posted on: 06/10/2009     See contribution details

695. Login Success Message Request Installation with Paid service
Shows a "Login Success" message on any first page after a successful login, regardless which page comes first (sometimes logging in redirects to previous page before asking customer to log in).
The message is then removed on any pages visited after the first page.
   Posted on: 06/09/2009     See contribution details

696. Monthly Sales Report Request Installation with Paid service
Full package with french

Pack entier incluant le français qui n'était pas mis dans le précédent pack
FULL PACKAGE

Package from "Black Jack 21" of 16 Aug 2008, and put together Dutch and Swedish language.

My contribution is the Portuguese language that is also on the package.
The addition of the Swedish language file stats_sales.php and installation instruction including the adding of the name in the swedish.php file in the admin directories.

This is NOT a full package, only the Swedish language.
Just the addition of the Dutch language file stats_sales.php and the installation instruction including the adding of the name in the dutch.php file, all in the admin directories.
   Posted on: 09/11/2008     See contribution details

697. [TiM's osC Modules] Ordertotalt (Multipack) Request Installation with Paid service
Samma som föregående uppladdning, men föregående uppladdning innehöll en miss på rad 189.
ot_shipping.php: Version 2009-06-09
* Fel i momsfunktion åtgärdat. // Tim
2008-10-16
+ Bättre metod vid installering rensar gamla spår av osCommerce originalmoduler.

Berörda moduler är ot_shipping, ot_tax, ot_subtotal
   Posted on: 10/15/2008     See contribution details

698. [TiM's osC Modules] Fri frakt Request Installation with Paid service
* Ny momsfunktion. // Tim
Version 2009-01-19
* Korrigering i funktionen zonbegränsning. // Tim
Version 2008-12-21
+ Stöd för fri frakt vid uppnått köpebelopp. // Tim
   Posted on: 12/21/2008     See contribution details

699. [TiM's osC Modules] Posten AB - Paketsändning (Utrikes) Request Installation with Paid service
Samma som föregående uppladdning, men föregående uppladdning saknade en vänsterparantes i returneringen.
+ Stöd för ikoner. // Tim
+ Bättre stöd för 3:e part moduler. // Tim
* Fel i momsfunktion åtgärdat. // Tim
Version 2009-02-08
+ Möjlighet att tvinga standardmoms 25% istället för att ärva moms från varorna.
   Posted on: 01/10/2009     See contribution details
Displaying 622 to 630 (of 1445 contributions) Result Pages: [<< Prev]  ... 61  62  63  64  65  66  67  68  69  70 ...  [Next >>]