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 1180 to 1188 (of 1445 contributions) Result Pages: [<< Prev]  ... 131  132  133  134  135  136  137  138  139  140 ...  [Next >>] 
1311. HTML Status Update Auto-emailer with product images and links Request Installation with Paid service
Replace status update text emails with HTML. Edit and incorporate existing status email information into designs with graphics, logos and CSS, etc. Include product images and links of any item on special.

Functions exactly like existing status update emails and uses the existing 'notify customer' checkbox in admin to toggle on and off.

HTML emails are edited in the uploaded file, separate from existing programming

Installation is simple, with one file to upload. There is no database alteration.

See screenshots and detailed description at:
www.epishire.com/installation_status_autoresponder.php

   Posted on: 12/04/2008     See contribution details

1312. Duzgun.Com - Other Products in This Category - module box v1.3 Request Installation with Paid service
V1.3 is now multilingual. Currently English and Turkish included

With this addon you can add a module box in product_info page. During viewing a product under product info you may add a module box showing all products in that category to swith another product in the list easily

You may see this in action
http://www.oscommerce.tc/shop/product_info.php?products_id=45&language=en

http://english.duzgun.com
Added italian language!
Aggiunto italiano

Full package!
   Posted on: 12/06/2008     See contribution details

1313. BestSellers Box Enhancement Request Installation with Paid service
The random contrib was not working on my shop.

I changed the code to :

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

$best_sellers_query = tep_db_query("SELECT *, RAND() AS rand_id FROM (select distinct p.products_id, p.products_image,pd.products_name from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c, " . TABLE_CATEGORIES . " c where p.products_status = '1' and p.products_ordered > 0 and p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and '" . (int)$current_category_id . "' in (c.categories_id, c.parent_id) order by p.products_ordered desc, pd.products_name limit " . MAX_SELECT_BESTSELLERS.") AS a ORDER BY rand_id LIMIT " . MAX_DISPLAY_BESTSELLERS);
} else {
$best_sellers_query = tep_db_query("SELECT *, RAND() AS rand_id FROM (select distinct p.products_id, p.products_image, pd.products_name from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_ordered > 0 and p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' order by p.products_ordered desc, pd.products_name limit " . MAX_SELECT_BESTSELLERS.") AS a ORDER BY rand_id LIMIT " . MAX_DISPLAY_BESTSELLERS);

}

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

And now it works !! Instructions only. Download SQL query from previous contrib.
   Posted on: 12/04/2008     See contribution details

1314. Product Sort By Price Request Installation with Paid service
An issue with this contribution is that the '+' symbol still appears next to 'product name'. I have simplay added to this useful contribution.
   Posted on: 12/03/2008     See contribution details

1315. Enable & Disable Categories Request Installation with Paid service
sql queries were not working in manufacturers pages

Full Package + update guide
- fixed the query in products_new.php
- minor fix to the all products sql query (see update guide)
- added Main categories in front page contrib compatibility doc
- removed the spaces from file and folder names for compatibility
- updated All_Products_v3.0_MS_2.2_with_Images install doc
fixed an incorrect sql statement
   Posted on: 09/29/2008     See contribution details

1316. mooZones Request Installation with Paid service
For support and feedback go to:

http://forums.oscommerce.com/index.php?showtopic=322615
Update zones/states on the fly.

Example: Buyer selects US as their country, then the states drop-down menu is populated with all the US states.

OSC requires a page load after buyer hits submit, which slows down checkout and is annoying, this fixes that issue.

Credit goes to Country-State Selector version 1.5, I took that version and updated it to be used with mootools 1.2.

Made all corrections I could find from the forum related to Country-State Selector. I did not add contribution to that contribution because this one relies on the mootools framework.

Original Country-State Selector Support: http://forums.oscommerce.com/index.php?showtopic=88987

I will try to help as best I can, hope those of you more experienced can as well.

Support: http://forums.oscommerce.com/index.php?showtopic=322508
   Posted on: 12/01/2008     See contribution details

1317. Easy Populate with Vender Map Request Installation with Paid service
Sorry, needed to resubmit the file.

The main idea for this is to keep the categories stable during uploads using easypopulate. As you may know if one letter is different easypop will create a new category.

Once again, I am not a programmer. I had an idea and gave it to a programmer to write. I offer it here for you to try to improve. I don't know what other files were altered. We added a field in the database for the UPC.

Good Luck.
   Posted on: 12/31/1969     See contribution details

1318. Colis Livraison RĂ©gionale Request Installation with Paid service
Juste colissimoregion.php à remplacer

Le bug corrigé est décrit dans le thread : http://www.oscommerce-fr.info/forum/index.php?showtopic=58850&pid=305035&st=0&#entry305035

;-)
   Posted on: 12/02/2008     See contribution details

1319. Manual Shipping Cost Request Installation with Paid service
Removed a function call that was causing problems on some OSC installations.
   Posted on: 12/02/2008     See contribution details
Displaying 1180 to 1188 (of 1445 contributions) Result Pages: [<< Prev]  ... 131  132  133  134  135  136  137  138  139  140 ...  [Next >>]