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 496 to 504 (of 1445 contributions) Result Pages: [<< Prev]  ... 51  52  53  54  55  56  57  58  59  60 ...  [Next >>] 
551. Product Attributes CheckBox Request Installation with Paid service
This quick and simple mod allows you to use checkbox for product attribute selection on your products page instead of the default drop down list.
This contribution makes a new tep function which can be used in place of the existing function and is called once from products_info.php.

You can customise the table layout for your checkbox as you like.

Screenshot included
Tested on a fresh install of RC2a

Should take about 30 seconds to install.
   Posted on: 07/19/2009     See contribution details

552. osCommerce Contribution Bookmarks Request Installation with Paid service
This is an update that now includes all the contributions on this site at this time. A total of 5,551 contributions are organized in these bookmark folders system. Also includes an excel file listing of all the contributions.
This is an update that now includes closer to the complete number of contributions on this site. A total of 4,912 contributions are organized in these bookmark folders system.
I combined the contribution excel list here (http://www.oscommerce.com/community/contributions,1214) with mine. I added the contributions I was missing from this list, put them in their respective bookmark folders, and removed the contributions that are no longer available on the oscommerce site. Also did a few changes to the folders, and added one called 'deleted, test' for contributions that are counted for and shown on the site but no download zip exists for them or they were created for 'test' purposes.
Here is the complete package again, but now also including an Excel file of the contributions in the bookmarks. I saw I am missing about 1000 contribs here. They should all be contribs written in a language other than English. Help needed to find and categorize these in future versions!!
This is just the Excel file listing of all the contributions. There are about 1,000 contribs missing. They should be contribs written in a language other than English. Help is needed to find and categorize these for future versions!
This is an attempt at organizing all of the contributions here on this site into your bookmarks feature on your web browser.

When osCommerce first came out it was quite easy to sort through all the 'categories' to find the add-on/contribution you were looking for. However, nowadays things have gotten quite chaotic as 100's became 1000's and the only way to find what you are looking for is by the search function which alot of times gives you alot of results you weren't looking for. With this very organized system you can easily find particular contributions together by looking in your bookmark folders.

Initial version is in English.

The zip file contains the html file and instructions on how to add to your Firefox and IE bookmarks/favorites.

**In order for this contribution to stay alive it will need to be updated as new add-ons emerge. Also, better organization and extra language support is welcome for future versions!!**
   Posted on: 07/02/2009     See contribution details

553. A CSS based Menu Request Installation with Paid service
http://forums.oscommerce.com/index.php?showtopic=341012

Support thread.
   Posted on: 07/18/2009     See contribution details

554. Full Contributions List Request Installation with Paid service
5,551 contributions listing in Excel format.
   Posted on: 07/18/2009     See contribution details

555. Ultimate SEO URLs Request Installation with Paid service
Original 2.1d with:

Includes the ability to create your own Product and Category URLs.

a) Product examples:

www.domain.com/product-name-p-32.html

www.domain.com/product-name-extra-text-p-32.html

www.domain.com/my-text-p-32.html

b) Category examples:

www.domain.com/category-name-c-44.html

www.domain.com/category-name-extra-text-c-44.html

www.domain.com/my-text-c-44.html

If you do not set your own url then the url reverts back to being dynamically created.
   Posted on: 07/19/2009     See contribution details

556. Radio Button selection for product attributes Request Installation with Paid service
Just made a full-packeg with all changes.

changes:
+ changed installation instruction
+ replaced $field .= ' checked'; with if ($i == 0) $field .= ' checked';
+ replaced </br> with <br />
+ screenshot

FULL PACKAGE, Screenshot included.
edit catalog/includes/functions/html_output.php
find IN THIS CONTRIBUTION:
</br>
and replace by:
<br />

=================
Now in product info items'll be displayed verticaly
Very nice
Thank you
=================
attached product_attributes.php
Changed:

$field .= ' checked';

to:
if ($i == 0) $field .= ' checked';

because without correction all attributes were selected.
   Posted on: 09/14/2008     See contribution details

557. Fraud detection Request Installation with Paid service
All updates can now be found there :

http://addons.oscommerce.com/info/6877
iplocationtools.com MOVED to ipinfodb.com

Completely rewritten API.

Support forum: http://forum.ipinfodb.com/viewforum.php?f=11
The function was not returning error codes

Now it should work fine
Better installation instructions
Much improved version with more parameters.

See screenshot

simple install.txt file

visit : http://iplocationtools.com/fraud_detection.php
Fraud detection using blogama.org API :

http://blogama.org/node/125

Basically this calculate the distance between the shipping address and IP geolocation.

I assume you verify the address match the transaction.

Works for me, please report bugs
   Posted on: 04/08/2009     See contribution details

558. Google XML Sitemap w/ Admin Request Installation with Paid service
This is some solution if you get errors like below, just instruction how to fix some problems, not full package, at first i cant install this addon, but at least i got this solution





If you get error like this :

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

ERROR: Google Product Sitemap Generation FAILED!

ERROR: Google Category Sitemap Generation FAILED!

ERROR: Google Sitemap Index Generation FAILED!

Array
(
[QUERY] => Array
(
[PRODUCTS] => Array
(
[STATUS] => success
[NUM_ROWS] => 4
)

[CATEOGRY] => Array
(
[STATUS] => success
[NUM_ROWS] => 3
)

)

[SAVE_FILE_XML] => Array
(
[0] => Array
(
[file] => /home/accountname/public_html//sitemapproducts.xml
[status] => failure
[file_exists] => true
)

[1] => Array
(
[file] => /home/accountname/public_html//sitemapcategories.xml
[status] => failure
[file_exists] => true
)

[2] => Array
(
[file] => /home/accountname/public_html//sitemapindex.xml
[status] => failure
[file_exists] => true
)

)

)

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




This error means it cant create new xml files, so you must add it manually, use below solution steps

The solution is :
- Create 3 new empty files, name them sitemapproducts.xml , sitemapcategories.xml , sitemapindex.xml (i give these 3 xml empty files in this package too so you can use it too)
- upload them to your oscommerce root
- chmod them all to 777
- go to your admin --> Google SiteMaps --> click create / update your site map
- if all working fine this step, its should say CONGRATULATIONS! All files generated successfully


- if it still not, and specially if you have the oscommerce installed in domain.com instead domain.com/catalog/ follow more below



- open catalog/sitemap.class.php file
- find this line

$filename = $this->savepath . '/' . $this->filename . $type;

- change to this line

$filename = $this->savepath . $this->filename . $type;

- it will remove extra slash in the generation like you saw in error message above, thanks for deliciousmint in forum http://forums.oscommerce.com/index.php?showtopic=199162&view=findpost&p=1227084



   Posted on: 07/17/2009     See contribution details

559. Special Request Request Installation with Paid service
This is a very simple addition for customers to submit special requests for items you may not currently have, or special shipping quotes, etc. Easy to install, just upload 2 files and edit 3 more with one line of code each. Places a link in the information box, but I put a link in my welcome message as well.
   Posted on: 07/17/2009     See contribution details
Displaying 496 to 504 (of 1445 contributions) Result Pages: [<< Prev]  ... 51  52  53  54  55  56  57  58  59  60 ...  [Next >>]