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 1054 to 1062 (of 1445 contributions) Result Pages: [<< Prev]  ... 111  112  113  114  115  116  117  118  119  120 ...  [Next >>] 
1171. Flyaway-OSC Template Request Installation with Paid service
Fixed style sheet and one other issue

Demo : http://free-wordpress-themes.info/oscommerce14/

template featuring a illustration of a woman and birds in the header

with rounded rectangle borders around interior components and with the left column moved to be horizontal along the bottom
   Posted on: 01/13/2009     See contribution details

1172. osCommerce (centered div) Admin Login (White) Request Installation with Paid service
This contribution is mainly an aesthetic contribution that changes the way the osCommerce Online Merchant Administration Tool login page looks (the look is only applied to the login page. Once logged in if you have an unmodified osCommerce Online Merchant Administration Tool then it that's the way it will remain).

The login has been placed in a centered div and some CSS changes have been applied. If you want to see what it looks like - download the zip and open osCommerce_login.png.

Please read the Read_Me.txt for installation instructions and notes.

As usual please use at your own risk.
   Posted on: 01/13/2009     See contribution details

1173. SimpleViewer Flash Gallery Request Installation with Paid service
Revised installation instructions - Must also add a line of code to /includes/filenames.php

Only Readme file attached
The username and password for the gallery are as follows.

Username: admin
Password: admin

Original file attached no changes!!
   Posted on: 01/11/2009     See contribution details

1174. Google Checkout module for osCommerce Request Installation with Paid service
This add-on replaces the previous add-on by re-installing the continue shopping button. I've re-aligned the continue shopping button by moving it to the right where the OSC checkout button was so that the design layout flows better. This add-on is only for those merchants who wish to use Google Checkout as their sole payment option. This is not a complete version of Google Checkout, only the shopping_cart.php file has been added.
This add-on will remove the regular checkout button in OsCommerce leaving the Google Checkout button as the only choice available for payment. This is for merchants who want to use Google Checkout as their sole payment. An account in OsCommerce will automatically be created and a password sent to the customer when the customer buys a product. The Continue Shopping button has also been removed. This is not a full copy of Google Checkout, it only contains the shopping_cart.php file.
This contribution fixes a cart problem in Google Checkout. When a successful transaction is made and the 'Continue Shopping URL' is filled in with 'gc_return.php', the cart is supposed to empty upon the shopper's return to your website. This doesn't happen and the cart is still full and the shopper has to manually empty the cart. I have included code that will empty the cart upon return. This only affects the cart if gc_return is selected.
A few people seem to be having big issues with the latest module.

We do have it working so here are a few things to note:

1) Use the official module from the google website (http://code.google.com/p/google-checkout-oscommerce/). The one below has the T_CASE issue. If you apply the fix below and someone orders more than one product, only the first one will be recorded in osCommerce database.

2) Apply the include_once fix i.e. in includes/classes/shipping:

Find:

for ($i=0, $n=sizeof($include_modules); $i<$n; $i++) {
include(DIR_WS_LANGUAGES . $language . '/modules/shipping/' . $include_modules[$i]['file']);
include(DIR_WS_MODULES . 'shipping/' . $include_modules[$i]['file']);

$GLOBALS[$include_modules[$i]['class']] = new $include_modules[$i]['class'];
}

And replace with:

for ($i=0, $n=sizeof($include_modules); $i<$n; $i++) {
include_once(DIR_WS_LANGUAGES . $language . '/modules/shipping/' . $include_modules[$i]['file']);
include_once(DIR_WS_MODULES . 'shipping/' . $include_modules[$i]['file']);

$GLOBALS[$include_modules[$i]['class']] = new $include_modules[$i]['class'];
}

3) Update your shipping_methods file and check there are no blank spaces after the final ?>

4) If you offer internation shipping then remove any country codes that google does not support for eample: TP and ZR

5) Check DIR_DS_CATALOG is set correct in /includes/configure.php. It might need to be set manually.

I hope that helps. The zip contains the same.
Parse error: syntax error, unexpected T_CASE in /home/.../public_html/TEST_googlecheckout_rc1/googlecheckout/responsehandler.php on line 710


v2 Full Package chibibotoons90 23 Oct 2008

QUERY TO chibibotoons90:

You seem to have a coding error in response handler that throughs up a T_CASE error

Parse error: syntax error, unexpected T_CASE in /home/.../public_html/TEST_googlecheckout_rc1/googlecheckout/responsehandler.php on line 710

Might you have an idea to what is going wrong?

Many thanks Matthew



REPLY FROM chibibotoons90:

add this } in line 709





Hope this helps others...

Matthew John Ritchie.
STS_ARTICLES
www.bluegreentechnologies.com/ebusiness_info/STS_Articles.php

THIS DOWNLOAD ONLY INCLUDES ABOVE TEXT IN ZIP FILE
Full Package!!
This bug breaks Google Checkout when the customer has more than one address registered in their Google account.

This might apply to other versions of this contribution as well.

googlecheckout/responsehandler.php:

Line 838: $shipping_modules = new shipping();

This line should not be in a loop. Move this line just below

require(DIR_WS_CLASSES .'shipping.php');

on line 811.

(contribution download file is just this message)
   Posted on: 09/03/2008     See contribution details

1175. CSV Export für geprüfte-onlineshops.de Request Installation with Paid service
Mit diesem einfachen Script könnt Ihr Eure Produkte als CSV Datei für den Export in www.geprüfte-onlineshops.de exportieren.

Paket herunterladen, entpacken.
Öffnen Sie nun die config.php mit einem editor und tragen Sie die Zuganmgsdaten zu Ihrer SQL-Datenbank ein. Speichern Sie config.php.

Öffnen Sie nun die xn--geprfte-onlineshops-89b.php mit einem editor und ändern Sie den folgenden Wert: $url='www.domain.de' (Tragen Sie hier bitte Ihren Domainnamen beginnend mit www. ein. Speichern Sie die Datei ab.

Nun laden Sie die 3 Dateien mittels einem FTP-Programm auf Ihren Server (direkt in die oberste Ebene der Domain (www.domain.de/config.php)

Ändern Sie nun mittels einem FTP Programm die Benutzerrechte der Datei xn--geprfte-onlineshops-89b.txt auf 777

Nun können Sie durch Aufruf der Datei xn--geprfte-onlineshops-89b.php die CSV Datei xn--geprfte-onlineshops-89b.txt generieren.

Wir empfehlen das Einrichten eines Cronjobs (eventuell unter www.cronjob.de), damit die CSV Datei immer aktuell ist.
   Posted on: 01/11/2009     See contribution details

1176. Private Shop Request Installation with Paid service
This is a fix to the installation instruction.

The code doesn't have the logoff.php and create_account_success.php files called. So these files are added.

Cheers!
   Posted on: 01/12/2009     See contribution details

1177. Secure Admin Login - Logout Request Installation with Paid service
This code is correct:
<td class="headerBarContent">  <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '" class="headerLink">' . HEADER_TITLE_TOP . '</a>  |  <a href="' . tep_href_link(FILENAME_LOGOFF, '', 'SSL') . '" class="headerLink">' . HEADER_TITLE_LOGOFF . '</a>'; ?></td>

Instead of:
<td class="headerBarContent">  <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '" class="headerLink">' . HEADER_TITLE_TOP . '</a>  |  <a href="' . tep_href_link(FILENAME_LOGOFF, '', 'SSL') . '" class="headerLink">' . HEADER_LOGOFF . '</a>'; ?></td>
There is a flaw in the incSession.php logic which assumes that the header() calls will always do the right thing!

A quick fix just includes putting exit(); directly after the header(); statements, so that if the header() fails then your script will exit anyway and will not fall through to allow access to someone not authorised.

A slightly better solution is to replace your incSession.php code with the one included in this archive. This code allows for headers already sent and will try java and plain html redirects and if all fails will exit anyway, thus preventing someone unauthorised gaining access.

This is not the complete package. only includes incSession.php

all credit goes to the original authors for a fantasic patch!

Cheers
Lukec
This is the Complete Package.
   Posted on: 09/10/2008     See contribution details

1178. InternetSecure Merchant Direct Request Installation with Paid service
For the cart to be emptied when a purchase is made thru Interac, replace the following line (in isio.php around line 187) :

$approved_url = $return_url . FILENAME_CHECKOUT_SUCCESS;

with

$approved_url = $return_url . FILENAME_CHECKOUT_PROCESS;
Complete package, french, english, spanish

Bug fixed for french-spanish accent

Bug fixed for help files
The previous version had many problems that are corrected in this one.
Im sorry, I forgot to add the install.txt file to the package.

   Posted on: 12/14/2008     See contribution details

1179. Display Products AND Categories Request Installation with Paid service
One part of Step 2 was missing being wrapped in <?php ?> tags. Also added instructions for if you have Category Discriptions MS2 v1.95+ installed.

Scott
Updated code, removed extra code, added an easier way to have category name headers...

Scott
   Posted on: 01/08/2009     See contribution details
Displaying 1054 to 1062 (of 1445 contributions) Result Pages: [<< Prev]  ... 111  112  113  114  115  116  117  118  119  120 ...  [Next >>]