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 775 to 783 (of 1445 contributions) Result Pages: [<< Prev]  ... 81  82  83  84  85  86  87  88  89  90 ...  [Next >>] 
861. Youtube Video Request Installation with Paid service
Installation:


1. upload youtube.php to /catalog/includes/boxes/ via ftp
1b)upload utube.html to /catalog/ via ftp (ROOT)


3. Edit /catalog/includes/languages/english.php and add the following:

//Random Video Youtube Box v2.0
define('BOX_HEADING_YOUTUBELOGO','Video');

4. Edit /catalog/includes/column_right.php or column_left.php depending on which side you want the logos to reside.


//Random Video Youtube Box v2.0
include(DIR_WS_BOXES . 'youtube.php');

---------------------------------------------------------------------
OPTIONAL:

Edit /catalog/includes/languages/german.php and add the following:

//Random Video Youtube Box v2.0
define('BOX_HEADING_YOUTUBELOGO','Video');
---------------------------------------------------------------------

Change Video (Youtube Embed Javascript)
Edit /catalog/utube.html
add youtube links
Sample:
you want to insert this video
http://www.youtube.com/watch?v=m2RssWzI8G0

then you need this part m2RssWzI8G0 add here banners[0] = 'm2RssWzI8G0';

the size you need to change the very bottom
document.write('<object width="170" height="149"
The size comes twice So take care
" allowfullscreen="true" width="170" height="149"></embed></object>'

----------------------------------------------------------------------


<SCRIPT LANGUAGE="JavaScript">
function random_banner(){
var i=0;
banners = new Array();
banners[0] = 'KkpX9q0MZgs';
banners[1] = 'lx1zlm2svCU';
banners[2] = 'lKDeMWb1xwQ';
banners[3] = 'iraHuZDhNIU';
banners[4] = 'EmjNQe1AZv4';
today = new Date();
i=today.getSeconds();
n=banners.length;
return banners[i-Math.round((i-1)/n)*n];
}
var vid=random_banner();
document.write('<object width="170" height="149"><param name="movie" value="http://www.youtube.com/v/' + vid + '&hl=en&fs=1"><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/' + vid + '&hl=en&fs=1" allowfullscreen="true" width="170" height="149"></embed></object>')
</SCRIPT>
Video Youtube Box for OSC

---------------------------------------------------------------------

osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2007 osCommerce
Released under the GNU General Public License

---------------------------------------------------------------------

Video Youtube Box v1.0

Hüseyin Cerik
info@hbhk.eu
http://www.hbhk.eu/

---------------------------------------------------------------------

Installation:


1. upload youtube.php to /catalog/includes/boxes/ via ftp


3. Edit /catalog/includes/languages/english.php and add the following:

//Video Youtube Box v1.0
define('BOX_HEADING_YOUTUBELOGO','Video');

4. Edit /catalog/includes/column_right.php or column_left.php depending on which side you want the logos to reside.


//Video Youtube Box v1.0
include(DIR_WS_BOXES . 'youtube.php');

---------------------------------------------------------------------
OPTIONAL:

Edit /catalog/includes/languages/german.php and add the following:

//Video Youtube Box v1.0
define('BOX_HEADING_YOUTUBELOGO','Video');
---------------------------------------------------------------------

Change Video (Youtube Embed) Linde 24-30
Edit /catalog/includes/boxes/youtube.php

<object width="170" height="149">
<param name="movie" value="http://www.youtube.com/v/qXJXDyFlOWQ&hl=en&fs=1">
</param>
<param name="allowFullScreen" value="true">
</param>
<embed src="http://www.youtube.com/v/qXJXDyFlOWQ&hl=en&fs=1" width="170" height="149" type="application/x-shockwave-flash" allowfullscreen="true"></embed>
</object>

   Posted on: 10/02/2008     See contribution details

862. Basispreisangabe (Simple Edition - DE) Request Installation with Paid service
In dieser Version wurde der Basispreis auf denSeiten Neue Produkte, Bewertungen hinzugefügt.

Desweiteren wurde ein Fehler in der Installationsanweisung der products_listing korrigiert (display_price2 statt korrekt display_price).

Und die Ausgabe des Grundpreises wurde in allen betroffenen Dateien auf 2 Stellen nach dem Komma formatiert (z.B. statt 2.1 €/100g -> 2.10 €/100g).
In dieser Version wurde der Basispreis auf der Seite Sonderangebote hinzugefügt.

Unterschied zu V1.3: specials.php wurde geändert
Basispreisangabe laut deutschem Recht in unmittelbarer Nähe des Endpreises auf der product_info.php.
Die Angabe erfolt im Admin-Bereich - Textfeld (Grundpreisangabe) mit 35 Zeichen Länge, z.B.: 2,10 €/100g.

Falls es möglich ist direkt aus der categories.php Produkte in den Warenkorb zu legen (z.B. Waren ohne Optionen) muss die Änderung ebenfalls dort
umgesetzt werden (hierzu muß nur die Datei product_listing.php zusätzlich angepaßt werden.

Alle Änderungen beziehen sich auf die Original-Dateien - Bei vorherigem Einbau weiterer Contributions bitte Syntax prüfen!!

Bitte beachten: Um den Basispreis korrekt berechnen zu können, darf vor dem Grundpreis nichts stehen und nach dem Grundpreis muß ein Leerzeichen folgen.
D.h. Angaben wie "Grundpreis: 2,10 €/100g" oder "2,10€/100g" sind nicht zulässig.

---------
Unterschied zu V1.2:
** Änderungen in dieser Version: in admin/categories.php war ein Fehler enthalten
** bei der Grundpreisangabe muß der Spezialpreis berücksichtigt werden, hierzu sind die mit // Basispreis ergänzen BOF //// Basispreis ergänzen EOF //
gekennzeichneten Ergänzungen in product_listing.php und product_info.php notwendig
Erweiterung der Anweisungen um den Einbau der Grundpreisangabe in der Produktübersicht
- full package
Ein Fehler für die Änderung in der admin/categories.php wurde beseitigt.
Achtung!!
   Posted on: 01/01/2009     See contribution details

863. zonesx-multiple packages Request Installation with Paid service
Translated files.

You stil need the original files, this is just the dutch translation.
   Posted on: 04/23/2009     See contribution details

864. SoldOut (but displayed) - v0.1 Request Installation with Paid service
find


In catalog/includes/languages/english.php (or any otherlanguage-file)

Add just before ?>

define('IMAGE_BUTTON_MORE_INFO, 'More Info');

replace the define('IMAGE_BUTTON_MORE_INFO, 'More Info');

with

define('IMAGE_BUTTON_MORE_INFO', 'More Info');

same file in attachement
I've cleaned up the readme file.

::: New in this version! :::::::::::::::::::::::::::

1. If you have a product that has a price of 0.00 and want to hide that price and display a predefined text instead this is now possible.

2. Changed is that in the product listing the Buy Now button is replaced by a button that when clicked, it will take you to the product details instead of showing the no-active Sold Out Button. This is much more friendly for you customer.
   Posted on: 09/28/2008     See contribution details

865. Product Attributes - Option Type Feature Request Installation with Paid service
I can't take credit for this but user sirspongey sent me his code that fixed this issue and it worked perfectly for me as well. I also noticed that the same issue was occurring in the confirmation emails that went out...the fix for that is listed below as well.

In the paypal_standard.php file do the following:

SEARCH FOR (at about line 245):
$sql_data_array = array('orders_id' => $insert_id,
'orders_products_id' => $order_products_id,
'products_options' => $attr_name,
'products_options_values' => $order->products[$i]['attributes'][$j]['value'],
'options_values_price' => $attributes_values['options_values_price'],
'price_prefix' => $attributes_values['price_prefix']);

tep_db_perform(TABLE_ORDERS_PRODUCTS_ATTRIBUTES, $sql_data_array);

REPLACE WITH:

// BOF Option Type Feature
$attr_name = $attributes_values['products_options_name'];

if ($attributes_values['products_options_id'] == PRODUCTS_OPTIONS_VALUE_TEXT_ID) {
$attr_name_sql_raw = 'SELECT po.products_options_name FROM ' .
TABLE_PRODUCTS_OPTIONS . ' po, ' .
TABLE_PRODUCTS_ATTRIBUTES . ' pa WHERE ' .
' pa.products_id="' . tep_get_prid($order->products[$i]['id']) . '" AND ' .
' pa.options_id="' . $order->products[$i]['attributes'][$j]['option_id'] . '" AND ' .
' pa.options_id=po.products_options_id AND ' .
' po.language_id="' . $languages_id . '" ';
$attr_name_sql = tep_db_query($attr_name_sql_raw);
if ($arr = tep_db_fetch_array($attr_name_sql)) {
$attr_name = $arr['products_options_name'];
}
}
//EOF Option Type Feature

$sql_data_array = array('orders_id' => $insert_id,
'orders_products_id' => $order_products_id,
// BOF Option Type Feature
//'products_options' => $attributes_values['products_options_name'],
//'products_options_values' => $attributes_values['products_options_values_name'],
'products_options' => $attr_name,
'products_options_values' => $order->products[$i]['attributes'][$j]['value'],
// EOF Option Type Feature
'options_values_price' => $attributes_values['options_values_price'],
'price_prefix' => $attributes_values['price_prefix']);
tep_db_perform(TABLE_ORDERS_PRODUCTS_ATTRIBUTES, $sql_data_array);

SEARCH FOR in the "before_process()" also in paypal_standard.php:

$products_ordered_attributes .= "nt" . $attributes_values['products_options_name'] . ' ' . $attributes_values['products_options_values_name'];

REPLACE WITH:

//$products_ordered_attributes .= "nt" . $attributes_values['products_options_name'] . ' ' . $attributes_values['products_options_values_name'];
$products_ordered_attributes .= "nt" . $attributes_values['products_options_name'] . ' ' . tep_decode_specialchars($order->products[$i]['attributes'][$j]['value']);
No file contribution here... Just a note, that if downloading this module or the various "fixes", note that if you add a product with a text option to your cart, and subsequently add the same product with different text entered for the option, it will overwrite the first (as opposed creating a wholly new product, which is the expected behavior)
Lors du rappel d'un article depuis le panier, la valeur des TEXTAREA ne s'affiche pas.

Textarea zeigt den Wert nicht / Textarea doesn't show the value wenn ein Artikel vom shopping cart aufgerufen wird.

Recalling an article from the shopping cart, the TEXTAREA value is not shown.
   Posted on: 09/09/2008     See contribution details

866. Quicker Product Edit v1 Request Installation with Paid service
This is a very useful contribution that's very quick and easy to install. It saves a lot of time by allowing you to quickly navigate through your products and edit them as needed.

I have added a couple of new icons to this package and included a screenshot for those who are interested.

*Edit: The last package does not contain icons with transparent backgrounds. I apologize for the lack of foresight. I have now included the correct icons.

FULL PACKAGE

Please give all credit and thanks to lildog.
This small contribution lets you go directly from the category page(via action icon button) to the edit without clicking the info icon first and then clicking the edit button.
   Posted on: 09/30/2008     See contribution details

867. iPhone/Ipod Touch Web App v1 & v1.1 Request Installation with Paid service

v1.2

- Added login/logout functionality, log in with your admin username/password.
- Remember me option
- All customers orders will always appear on customers page.
- Credit Card info moved to order page.
- Optional CVC added
- Removed images that were not needed.
Fullscreen was being dropped when cicking home button, and searching the contact list.

Replace the 2 files included.
   Posted on: 04/18/2009     See contribution details

868. Price Position Modification Request Installation with Paid service
Time for me to give something back to the osCommerce community

This little contrib allows you to position your product price anywhere along the product description top margin.

The code modification set in bold can be adjusted to suit your preference as can the left/center/right align setting.
I only used the width="70px" because it suited my needs.

Tested and works with v2.2 RC2 but there's no reason why it shouldn't work with older or newer versions although untested on them.
   Posted on: 04/21/2009     See contribution details

869. PaymentPartner Giropay Integration über WebPaymentFrontend Request Installation with Paid service
Modul für die Zahlung per Giropay über PaymentPartner (http://www.paymentpartner.de)
WebPaymentFrontend Integration, pci compliant.
   Posted on: 04/21/2009     See contribution details
Displaying 775 to 783 (of 1445 contributions) Result Pages: [<< Prev]  ... 81  82  83  84  85  86  87  88  89  90 ...  [Next >>]