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 568 to 576 (of 1445 contributions) Result Pages: [<< Prev]  ... 61  62  63  64  65  66  67  68  69  70 ...  [Next >>] 
631. Flipping Store Request Installation with Paid service
deutsch:

FlippingStore ist eine Erweiterung für osCommerce v2.2

Sie erstellen damit einen blätterbaren Produktkatalog aus Ihren bestehenden Produkten.

Der erstellte Katalog kann in jede beliebige Webseite mit einer Zeile Programmcode eingefügt werden.
Ihr online Shop kann vom Seitenbesucher durchgeblättert werden, als ob dieser gedruckt vorliegt.

Jedes Produkt kann auf Mausklick im online Shop geöffnet und natürlich in den Warenkorb gelegt werden.

Demo: http://www.web1.cc/demo-os-flippingstore/

Mit dem angeschlossenem online Tool können Sie selbst den Text der Kopf- und Fußzeile eingeben, die Farben ändern
und auf Wunsch auch die Preisauszeichnung ausschalten.

Ihr online Shop wird blätterbar...

Es sind KEINE Änderungen an originalen osCommerce Dateien erforderlich und es werden auch keine Einträge in Ihrer
Datenbank verändert oder geschrieben.


Ausführliche Anleitung liegt der Erweiterung im PDF Format bei.



english:

FlippingStore is an extension for osCommerce v2.2

You create with this contribution a flippable catalog from your products.

The catalog can be insert into any web page with one line of code.
Your online shop can be browsed by site visitors, as though this print is available.

Each product can be opened in onlinestore and of course puting in the basket are.

Demo: http://www.web1.cc/demo-os-flippingstore/

Connected with the online tool, you can even change the text of the header and footer, change the colors and on request turn off the pricing.

Your Onlinestore gets turnable ...

There are NO changes to the original osCommerce files and there are also no entries in your database changed or written.

Including detailed instructions of the extension in PDF format.
   Posted on: 06/29/2009     See contribution details

632. Manual Order Maker Request Installation with Paid service

Autoinstaller 2.14 for Manual Order Maker v1.5.5 by lildog (17 Nov 2008)

The script automatically install the contribution: copy files, edit files, alter database tables.
It saves a backup before any action.

The aim of the script is to speed up the contribution installation.
And to make possible to uninstall it.

You will need to do manually only what the script cannot.


Manual Order Maker requires Order Editor (http://addons.oscommerce.com/info/1435)
Don't start installation without it !


The Auto Installer script requires PHP 5.2.0
improved manual order maker/order editor compatibility
+ fixed up commercial/Residential compatibility doc

FULL package +update guides
If admin:username not available for Customer Service Agent, use .htpasswd user value.

Full package.
Same as 1.5.1 but line endings are converted for compatiblity. Don't use notepad for programming.
+ added a field to input an admin/customer service name/id
+ put history in a separate file
+ fixed some defines in english file.
+ added a field to input an admin/customer service name/id
+ put history in a separate file
+ fixed some defines in english file.
certainly does work.....
+ added some comments to code
+ fixed the drop down menu in admin/create_order.php so it shows customers names
+ cleaned up code in catalog/admin/includes/modules/create_order_details.php
+ the country drop down now selects the customers country if there is one.
+ deleted unused code in catalog/admin/includes/modules/create_order_details.php
+ currency drop down selects the stores default currency
+ if there is no country the country drop down uses the stores default country
   Posted on: 09/16/2008     See contribution details

633. Safari / Chrome layout fix Request Installation with Paid service
For people who have problems with the box widths in Safari or Google Chrome.

Tested on IE (8), Firefox, Chrome, and Safari all working fine

Full set of replacement files in package
   Posted on: 06/29/2009     See contribution details

634. GoodRelations for osCommerce Request Installation with Paid service
This project aims at improving OS Web shop and CMS software (in this particular case osCommerce) by extending them with capabilities for the Semantic Web.

By issuing e-commerce applications with the GoodRelations ontology, powerful tools to annotate products and services offerings on the Web can emerge. To help avoiding duplicate output of data in Web pages, the systems support besides RDF/XML dump output also RDFa, which enables to embed interchangeable formats as metadata in a set of XHTML attributes.

The ontology GoodRelations, a standard vocabulary for e-commerce and complementing eClassOWL, is used to describe products and services offerings and their relationships to other resources in a machine-readable format.
gr:description and gr:isListPrice have been declared deprecated

gr:description was substituted by rdfs:comment
This extension enhances osCommerce by Semantic Web functionalities. The Semantic Web information, that can be used by search engines like Yahoo Searchmonkey and other Semantic Web pages, basically consist of RDF/XML output and RDFa, that is, embedded RDF code in XHTML attributes.
The project is based on GoodRelations, a product ontology developed by Martin Hepp at the Bundeswehr University Munich in Germany. More precise, GoodRelations is a lightweight ontology for annotating offerings on the Web. More details on GoodRelations are available at http://purl.org/goodrelations/.
   Posted on: 05/08/2009     See contribution details

635. Model# and descriptions in admin product search and browse Request Installation with Paid service
Are you frustrated as an admin not being able to search/browse for products easily? This query fix will allow you to browse by model number and search for descriptions and product model numbers.

By Jacob (Jack) Gryn of <a href="http://www.co4.com">CO4 Computing Inc. http://www.co4.com</a>


Open /catalog/admin/categories.php

Look for a line that looks like: [around line 880]
<td class="dataTableHeadingContent"><?php echo TABLE_HEADING_CATEGORIES_PRODUCTS; ?></td>

replace with
<td class="dataTableHeadingContent" colspan="2"><?php echo TABLE_HEADING_CATEGORIES_PRODUCTS; ?></td>

Look for a line that looks like [around line 915]
<td class="dataTableContent"><?php echo '<a href="' . tep_href_link(FILENAME_CATEGORIES, tep_get_path($categories['categories_id'])) . '">' . tep_image(DIR_WS_ICONS . 'folder.gif', ICON_FOLDER) . '</a> <b>' . $categories['categories_name'] . '</b>'; ?></td>

replace with

<td class="dataTableContent"><?php echo '<a href="' . tep_href_link(FILENAME_CATEGORIES, tep_get_path($categories['categories_id'])) . '">' . tep_image(DIR_WS_ICONS . 'folder.gif', ICON_FOLDER) . '</a> <b>' . $categories['categories_name'] . '</b>'; ?></td><td></td>


Look for line that looks like: [around line 925]

if (isset($HTTP_GET_VARS['search'])) {
$products_query = tep_db_query("select p.products_id, pd.products_name, p.products_quantity, p.products_image, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status, p2c.categories_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' and p.products_id = p2c.products_id and pd.products_name like '%" . tep_db_input($search) . "%' order by p.products_date_added desc");
} else {
$products_query = tep_db_query("select p.products_id, pd.products_name, p.products_quantity, p.products_image, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' and p.products_id = p2c.products_id and p2c.categories_id = '" . (int)$current_category_id . "' order by p.products_date_added desc");

change it to
if (isset($HTTP_GET_VARS['search'])) {
$products_query = tep_db_query("select p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_quantity, p.products_image, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status, p2c.categories_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' and p.products_id = p2c.products_id and (pd.products_name like '%" . tep_db_input($search) . "%' or p.products_model like '%" . tep_db_input($search) . "%' or pd.products_description like '%" . tep_db_input($search) . "%') order by p.products_date_added desc");
} else {
$products_query = tep_db_query("select p.products_id, pd.products_name, p.products_model, p.products_quantity, p.products_image, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' and p.products_id = p2c.products_id and p2c.categories_id = '" . (int)$current_category_id . "' order by p.products_date_added desc");


Around line 955:
<td class="dataTableContent"><?php echo '<a href="' . tep_href_link(FILENAME_CATEGORIES, 'cPath=' . $cPath . '&pID=' . $products['products_id'] . '&action=new_product_preview&read=only') . '">' . tep_image(DIR_WS_ICONS . 'preview.gif', ICON_PREVIEW) . '</a> ' . $products['products_namel']; ?></td>

change to:
<td class="dataTableContent"><?php echo '<a href="' . tep_href_link(FILENAME_CATEGORIES, 'cPath=' . $cPath . '&pID=' . $products['products_id'] . '&action=new_product_preview&read=only') . '">' . tep_image(DIR_WS_ICONS . 'preview.gif', ICON_PREVIEW) . '</a> ' . $products['products_model']; ?></td>
<td class="dataTableContent"><?php echo $products['products_name']; ?></td>
   Posted on: 06/26/2009     See contribution details

636. Download Product/Software after purchase Request Installation with Paid service
This is the one of the coolest module great for online software purchase. The "Download" link allows customer downloading of products after they are purchased.

It has only one little bug, halping hand is required to enhance this contribution.

Enjoy!
   Posted on: 06/27/2009     See contribution details

637. "SMS Me" - Order Updates by SMS Request Installation with Paid service
Information on sql script and the correct API_HD to use.
   Posted on: 06/26/2009     See contribution details

638. Display Specials Discount Percentage Request Installation with Paid service
Cette contribution affiche en clignotement, sur toutes les pages des promotions, le pourcentage de remise.

Compatible toutes versions

Anglais - Français

Copies d'écrans inclus et visible sur : http://www.oscommerce-screenshots.com/display-specials-discount-percentage-p-406.html

***************************************

This add-on displays flash on all pages of promotions, the percentage discount .

All versions

English - French

Screenshots included

Screenshots visible at: http://www.oscommerce-screenshots.com/display-specials-discount-percentage-p-406.html
   Posted on: 06/27/2009     See contribution details

639. osC Advanced Cache Class Request Installation with Paid service
Sometimes i got query errors due to race-conditions; When two (or more) clients call save_cache, they second will fail since the key allready exists.

This problem was attempted to solve by first doing a query if the key exists or not, then decide to either insert or update. This is offcourse not threadsafe...

I tried to fix it with this update by using 'on duplicate key update' so both tasks (query + insert or update) are done by mysql in one go.
   Posted on: 06/27/2009     See contribution details
Displaying 568 to 576 (of 1445 contributions) Result Pages: [<< Prev]  ... 61  62  63  64  65  66  67  68  69  70 ...  [Next >>]