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 1234 to 1242 (of 1445 contributions) Result Pages: [<< Prev]  ... 131  132  133  134  135  136  137  138  139  140 ...  [Next >>] 
1371. Site Search Request Installation with Paid service
This contribution has been replaced by Site Search Plus at http://addons.oscommerce.com/info/6351
   Posted on: 11/14/2008     See contribution details

1372. Brazilian Zones - Estados Brasileiros Request Installation with Paid service
SQL Insert with States (Zones) of Brazil (BR/BRL).

SQL Insert com os Estados (Zones) do Brasil (BR/BRL).

Brazil / Brasil / BRL / BR
zone_country_id = 30

<a href="http://evandro.net/artigos/oscommerce-zones.html">oscommerce zones brazil</a>

   Posted on: 11/14/2008     See contribution details

1373. Price Updater Request Installation with Paid service
Version update

File update : admin/price_updater.php

Add file : admin/includes/languages/french/price_updater.php

Screen visible at : http://www.oscommerce-screenshots.com/price-updater-p-360.html
   Posted on: 11/14/2008     See contribution details

1374. checkout button in cart box Request Installation with Paid service
language codes added
   Posted on: 11/12/2008     See contribution details

1375. Supplier Price Update Request Installation with Paid service
Not sure if this can be viewed as a contribution or the start of a contribution. We run a UK based shop which imports a number of products from suppliers in the US, and as such impacted by changes in the exchange rate. Therefore we required a way to update all prices from a selected supplier by a given percentage rate when ever we feel the exchange rate has changed to much.

Here is a SQL statement that will enable you to do this from phpMyAdmin. I would have liked to have this integrated into the osCommerce Admin pages, but my PHP & SQL skills are not good enough for that.

*PART ONE - run this one line first to give you a list of all manufacturers and their related ID's
SELECT manufacturers_name "Name", manufacturers_id "ID #" FROM manufacturers;


*PART TWO - the price update. Run everything below this line at the same time in the SQL console to update all prices for the manufacturer selected. REMEMBER to change the SET values.
SET @maID = 1; -- Set this value to the ID of the manufacturer you want to change prices for
SET @mult = 1.0; -- Set this value to the multiplier value for the price, e.g. 1.0 is the same, 0.5 halfs price, 2.0 doubles it etc.
UPDATE products SET products_price = (products_price * @mult) WHERE manufacturers_id = @maID;
   Posted on: 11/12/2008     See contribution details

1376. PayTreck.com Payment Module - Accept PayTreck, c-Gold and Liberty Reserve Request Installation with Paid service
This is an PayTreck.com Module for those wishing to accept PayTreck payments.

User of PayTreck accept payment from c-Gold and Libert without account!

For more information on PayTreck visit...

http://www.paytreck.com

Install is simple. Upload the 2 files contained in the zip and configure in admin>>Payments

Regards
   Posted on: 11/13/2008     See contribution details

1377. Orange Buttons in 5 Languages Request Installation with Paid service
Basend on this http://addons.oscommerce.com/info/6209 i made the buttons for 5 Languages (i choosed the orange only)

Languages are
German
Spanish
English
Italian
French

The package contains the Default-Button for Photoshop (.psd) in 2 different sizes.

Enjoy it!
   Posted on: 11/13/2008     See contribution details

1378. Triplify Request Installation with Paid service
Please use this configuration file instead of the old one in the triplify.zip file.
A small plug in which help to semantify data. Your Web application can now be part of the Semantic Web, interoperable and mashable with other Web applications.
   Posted on: 11/03/2008     See contribution details

1379. image resizing Request Installation with Paid service
This is a image resizing contribution using GD library. you can control the image resizing properties. It resizes images on the fly during upload.
   Posted on: 11/12/2008     See contribution details
Displaying 1234 to 1242 (of 1445 contributions) Result Pages: [<< Prev]  ... 131  132  133  134  135  136  137  138  139  140 ...  [Next >>]