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 19 to 27 (of 1445 contributions) Result Pages: [<< Prev]   1  2  3  4  5  6  7  8  9  10 ...  [Next >>] 
21. Multiple Product Images With Slide Show Request Installation with Paid service
This is a fix for the navigation buttons.
I found the Next button worked fine but the previous button was trying to navigate to an invalid number in the array when you changed between forwards and backwards navigation.
=================================
In catalog/product_info.php
=====================
// ** REPLACE the entire slideFader function with:
function slideFader(direction){

if (direction == 1) {
if (backSlide==1){
slideStation=slideStation+2
}
alert(slideStation)
if(slideStation == slideList.length){
slideStation = -1;
slideImage = headImage;
slideImageOriginal = "<?=DIR_WS_IMAGES . $product_info['products_image']?>";
}else{
slideImage = slideList[slideStation];
slideImageOriginal = slideListOriginal[slideStation];
}
slideStation++;
backSlide=0;
forwardSlide=1;
}

if (direction == -1) {
if (forwardSlide==1){
slideStation=slideStation-2
}
alert(slideStation)
if (slideStation==-2) {
slideStation= slideList.length-1;
slideImage = slideList[slideStation];
slideImageOriginal = slideListOriginal[slideStation];
}else if (slideStation==-1) {
slideStation= slideList.length;
slideImage = headImage;
slideImageOriginal = "<?=DIR_WS_IMAGES . $product_info['products_image']?>";
}else{
slideImage = slideList[slideStation];
slideImageOriginal = slideListOriginal[slideStation];
}
slideStation--;
backSlide=1;
forwardSlide=0;
}

sPanel = document.getElementById("slidePanel");
sPanel.innerHTML = "<img src='"+slideImage+"' hspace='5' vspace='5'/>";

}
This is a slightly tweaked version of Matchboxes last version dated 8 mar 2008,

This tweak removes the forward and back buttons if only one image is used for a product

If you have already applied the original Multiple Product Images with Slide show code, and Matchboxes code all you need to do is the following

In product_info.php
at Line 163 or there abouts

FIND

<?php echo '<tr>
<td class="smallText" align="right">
<input type="button" onClick="slideFader(-1)" value="<< Previous" name="prev" />
<input type="button" onClick="slideFader(+1)" value="Next >>" name="next" />
</td>
</tr>';?>

REPLACE WITH

<?php
if ($cleanedCount > 1)
{
echo '<tr>
<td class="smallText" align="right">
<input type="button" onClick="slideFader(-1)" value="<< Previous" name="prev" />
<input type="button" onClick="slideFader(+1)" value="Next >>" name="next" />
</td>
</tr>';
}
?>

The file included in the Zip is a copy of matchboxes code with this update applied. You still need Markus Bopp's update piss_0_1_1.zip which is below.
   Posted on: 01/28/2009     See contribution details

22. Separate Pricing Per Customer Request Installation with Paid service
English_____________

Little detail in admin/customers_groups.php. Path of the 2 images was wrong.

Added file admin/customers_groups.php correct and screenshot.

Español____________

Pequeño detalle en admin/customers_groups.php. El path de 2 imágenes era erroneo.

Añadido fichero admin/customers_groups.php corregido y screenshot.

NOT Full package
English_____________

When you insert an special for a client group did not appear in new_products.php

Español____________

Cuando se insertaba una oferta para un grupo de cliente no aparecía en new_products.php


BUG FIX in catalog/includes/modules/new_products.php

FULL PACKAGE
Auto Installer 2.13 for Separate Pricing Per Customer 4.2.2 by Jan Zonjee (20 Jul 2008)

Few lines of code were added to the sp_autoinstaller/autoinstaller.php file to make it list all the files, directories that should have 777 permissions.

The file catalog/admin/customers_groups.php was updated to the latest version from "Hide products from customer groups for SPPC" Version 2.0.3 (5 Aug 2008) contribution to make it use new icons.


It is for clean (not modified) install of osCommerce Online Merchant v2.2 RC2a only !

The autoinstaller script requires PHP5

The SPPC documentation is not included.

Auto Installer 2.8 for:

Separate Pricing Per Customer 4.2.2 by Jan Zonjee (20 Jul 2008)

It is for clean (not modified) install of osCommerce Online Merchant v2.2 RC2a only !

The autoinstaller script requires PHP5

The SPPC documentation is not included.
This allows you to set a minimum purchase amount for your wholesale customers; if the minimum isn’t met they see a notice and checkout is disabled.
The amount is set in admin.

This is a complete set of files.
This is the full contrib with french languages files.

Full package
   Posted on: 02/20/2009     See contribution details

23. MyShop iPhone App Request Installation with Paid service
The attached osCommerce Plugin is needed for the version 1.4.0 of my iPhone App "MyShop".

More information on http://appstore.malorny.net/myshop.php

The iPhone App is available on http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=308469532

The attached file contains the full package. All older uploads are redundant.

Have fun!
The attached osCommerce Plugin is needed for the version 1.1.2 of my iPhone App "MyShop".

More information on http://appstore.malorny.net/myshop.php

The iPhone App is available on http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=308469532

The attached file contains the full package. All older uploads are redundant.

Have fun!
The attached osCommerce Plugin is needed for the version 1.1 of my iPhone App "MyShop".

More information on http://appstore.malorny.net/myshop.php

The iPhone App is available on http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=308469532

The attached file contains the full package. All older uploads are redundant.

Have fun!
Now you can test your shop together with the plugin before buying the iPhone app!
iPhone App plugin to view your last orders and customers.
For more information view http://appstore.malorny.net/MyShop.html

The iPhone app which is needed to use this plugin will shortly be available at the iTunes AppStore.
   Posted on: 03/14/2009     See contribution details

24. Pack Français V3.0A5 Request Installation with Paid service
j'ai modifié la base canadienne et rajouté à ce pack.
ça marche chez moi, j'ai ma base en Utf8. Je n'ai pas modifié les textes style " Félicitation mon gars, t'a réussi à créer ton compte...".
N'oublier pas de sauvegarder votre dossier oscommerce avant d' installer une contribution, ça aide parfois.
French translation for osCommerce V3.0A5 version 1
   Posted on: 03/22/2009     See contribution details

25. One Page Checkout Request Installation with Paid service
Fixes:

- more compatibility for other languages

- paypal ipn pre-order not updating shipping order totals

- fixed bug when logged in customer refreshes page javascript error
all known issues resolved, should be compatible with auto-form fillers now.
Many fixes

Runs faster
- rewrote javascript, loads faster
- fixed bugs like quantity updates
#1: fixed an issue with having single payment methods and getting the pre_confirmation_check error.

#2: fixed an issue where it would require a password even if the fields weren’t present

#3: did some more cleanup with the checkout.js file

#4: fixed some language defines
Updates to code and install

bugs fixed:

#1: Taxes in pricing
#2: Added the defines for the address book window buttons
#3: removed the ability to remember the customers entered information for one page checkout
#4: done some cleanup in the source for the full js functions vs ones that require php
#5: fixed an issue with the password entry where it was being double encrypted resulting in not being able to log in
#6: fixed an issue where the charset's didn't match up, now the checkout file and it's ajax requests are UTF-8
Fixes:

- If there is only 1 payment type, say credit card, the credit card fields do not show up

- Shipping methods pricing is updated correctly now when adding/removing items from cart

- Admin Account Creation set to true now works where it sends customer auto generated password if this is set to true

- Shipping/Payment methods not being selected by default

- Some updates from var sessions to $_SESSION ( for globals compatibility )

- Shipping address not populating for logged in customers ( on initial page load )
Version 1.02
- Added compatibility with SEO URLs, was having issue with repeated checkout page
- Fixed address recording bug in orders page
Fixed bug that was requiring login to checkout even if admin had it set to optional.
The #1 most requested contribution is now a reality. Drastically increase sales and cart conversions with this module. This module features:
<ul type="disc">
<li>Real one page checkout where customer can enter shipping/billing information and view order totals and confirm the order. Eliminates the need of 4 extra pages from the checkout process.</li>
<li>Works with vouchers/coupons module: <a href="http://www.oscommerce.com/community/contributions,282/category,all/search,vouchers">http://www.oscommerce.com/community/contributions,282/category,all/search,vouchers</a> version 5.20a</li>
<li>Admin area to turn it on or off, optional auto-generation of user account password, turn on/off side columns to prevent users from navigating away from checkout</li>
<li>Most billing/shipping modules are fully compatible</li>
<li>No extra navigation/pages for customer to select billing/shipping addresses when they don&rsquo;t want to use the default, they can add/edit their address right on the page</li>
<li>Does not require JavaScript (but page will have to refreshed in this case)</li>
</ul>
<p>Demo URL: <a href="http://www.itwebexperts.com/onepagecheckout/">www.itwebexperts.com/onepagecheckout/</a> screenshots are also in the contribution files. Sorry, no free support will be provided for this module. Module developed by <a href="http://www.itwebexperts.com">www.itwebexperts.com</a>.
   Posted on: 04/02/2009     See contribution details

26. Browse by Categories Request Installation with Paid service
find
$cPath_cur = tep_get_path($current_categories['categories_id']);
replace
$cPath_cur = 'cPath=' . $current_categories['categories_id'];
   Posted on: 11/07/2009     See contribution details

27. osCommerce SwiKey Payment Module & IPN v.1.0 Request Installation with Paid service
This archive contains all the updated files!

Modifications:
/includes/modules/payment/swikey.php has an error on line 35
change:
$this->form_action_url = 'http://www.swikey.ch/demo/payment/process.htm';

to:
$this->form_action_url = 'https://www.swikey.ch/payment/process.htm';

/ext/modules/payment/callback.php has an error on line 68
change:
curl_setopt($ch, CURLOPT_URL, 'http://' . $server);

to:
curl_setopt($ch, CURLOPT_URL, 'https://' . $server);
   Posted on: 11/07/2009     See contribution details

28. Adventkalender / advent calendar Request Installation with Paid service
Ich vergaß in der Installationsanleitung die Anpassung der index.php zu beschreiben.

Komplettes Installationspaket mit ergänzter Installationsanleitung
   Posted on: 11/08/2009     See contribution details

29. Display Number of Orders Per Customer Request Installation with Paid service
This mod will add the number of orders the customer has purchased. It will show that number on the orders.php page next to the customers name in the list of orders.
   Posted on: 11/07/2009     See contribution details
Displaying 19 to 27 (of 1445 contributions) Result Pages: [<< Prev]   1  2  3  4  5  6  7  8  9  10 ...  [Next >>]