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 892 to 900 (of 1445 contributions) Result Pages: [<< Prev]  ... 91  92  93  94  95  96  97  98  99  100 ...  [Next >>] 
991. Random pictures in mainpaige Request Installation with Paid service
I do not know if any have been looking for an addon like this before, but I have, thank you anetteogjesper!
I have added support for norwegian language.
The possibility to display both NEW PRODUCTS and RANDOM PRO at the same time.
Also added support for "only products in category" (the complete opposite of NOT IN as this addin supported before)
I take no credit for the creation of this module/add-on. I merely cleared up the English installation instructions since the original is in Danish. Thank you
anetteogjesper for a great package. This is the full package with instruction and php file. No modification was made to the original file.
This is a very simple guide to use this module.
It´s in English and Spanish
   Posted on: 09/17/2008     See contribution details

992. Auto XSell Request Installation with Paid service
1. product_info-CRELoaded.php => For Cre loaded.
2. product_info-OSC.php => oscommerce.

Use appropriate file and rename them without "CRELoaded" Or "OSC".

Auto XSell :

When a customer is viewing a product in the shop he automatically able to see see what other customer bought product with this product.

If customer A buys product A, B & C then when customer B views product A is able to see that another customer (customer A) also bought B & C

=========================================

I have develop this module for cre loaded and have not time to make a proper documentation. That's why uploading product_info.php with code..

My code is commented with

// Auto xsell start
.
.
.
// Auto xsell start end

I also invite all programmer to make this script more use full to other user and make you best contribution in this....

Thanks in advance to improve this and for use this script...

Note: This file is highly modified file, so implement this module carefully...

Note : If anybody have any type of problem in this module, can mail me at support@kpr.in with "Auto Xsell Module help" in subject.
   Posted on: 11/12/2008     See contribution details

993. Indonesia Bank Transfer Request Installation with Paid service
New transfer module for Bank Negara Indonesia and Bank Rakyat Indonesia
I just add 1 new bank transfer modules to previous version. Now it can use Bank Danamon transfer in the admin modules.
   Posted on: 02/26/2009     See contribution details

994. buttons_romanian_catalog Request Installation with Paid service
Blue buttons
   Posted on: 03/15/2009     See contribution details

995. Maintain URL State Request Installation with Paid service
This addOn will maintain the URL state in case of session time out in Admin Panel. The Admin will be redirected on the same page after Login.
   Posted on: 03/13/2009     See contribution details

996. Stock Viewer with Quantity per attribute Request Installation with Paid service
Sorry, the previous file seem corrupted. Use this one.

This is a full package with a much enhanced version of stockview.php

This much enhanced version allows you to have:
-split page results
-ability to search specific products
-ability to edit model number and attribute quantity right on stockview.php

To take full advantage of this new version stockview.php, you need to install "Margin Report" contribution first.
http://addons.oscommerce.com/info/1594

because this enhanced version also display a new product cost column.

No change on the instructions. The only thing changed is the stockview.php.

** For those of you who have different product attributes and always wanted to keep track of attribute quantity, AND be able to edit quantity, you will be very pleased to find this upgrade.

Full package
   Posted on: 03/12/2009     See contribution details

997. 2 Steps Simple Checkout Request Installation with Paid service
*****************/
v1.0 to v1.1 Changes

*****************/
Change 1.) Fixed the known error
------ If you return to the checkout page after logging in
and then do not select a billing address before processing your order on checkout_confirmation.php
the checkout_process.php will not work and it will just return you to your shopping cart until you select a billing address.
(FIXED)

Change 2.) Changed how when a returning customer is redirected when they click sign in on the checkout page
and logs in on the login page. This change will now take them back to the checkout.php page with all of their
information. other version the login button would take them to index.

Not full package - changes only
What does this contribution do?
==============================
This contribution makes the checkout process as easy as 1-2...
it will create and store all customer signup info and select shipping method / payment method all on one page
and then take the customer to a page where they double confirm their order and then they are done!!!

***See included screenshot***

This is my first contribution but it is a really cool one and I think it could modified to be the new standard.
Once your customer has clickes checkout they are directed to this new check out page which simplify's the checkout procedure.
*******
ALL ON THE SAME PAGE
*******
The customers shopping cart is displayed on the top of the page with an easy to remove products / edit quantities

Next(on the same page) the existing customers can click to sign-in if they are an existing customer else
they fill in all of their standard account sign up information shipping and billing information
(Has a checkbox to specify billing same as shipping)

Next on the same page, all of your current shipping modules are displayed on the same page for customer selection
Then on the same page, all of your current payment modules are displayed on the same page for customer selection
Then on the same page, A Comments about your order box is displayed to be submitted with the order.

The customer clicks continue and they are at the original checkout_confirmation.php page to review their order before submitting.
DONE!

If the customer returns to the checkout page after they are logged in then their info is input automatically.

This is my first contribution and I have tried to make the install steps as simple as possible
You will probably have to change some of the text in the languages/english/ files to adapt to your site.
Support and feedback greatly appreciated!
   Posted on: 03/06/2009     See contribution details

998. Featured Products Request Installation with Paid service
- Fixed for register_globals off.
When off, after selecting a product from the search results the select box of all products still displays since $action was undefined.

- Changed setup for adding new product:
Instead of only being able to search, there are now two buttons on the main page. a "Search" button which will give you the option to search for a new product, and a "New Product" button which will allow you to use the 'old' way of just selecting a product from the dropdown.

(Note: if you do only want the search feature instead of both, look at lines 221-225 in featured.php to switch it)

- Updated global variables to short versions - ie $_GET, $_POST instead of $HTTP_GET_VARS and $HTTP_POST_VARS (not a biggie, just nicer ;) )


NOT full package!

Included:
admin/featured.php
admin/select_featured.php
This is an updated version of Featured Products. The only changes in this version are clarifications in the install file and an addition in the "Modified Files" folder to reflect the changes from the prior 1.6.2 version. Please notify (either PM or forum) of any problems found.

Please note: the file select_featured.php in admin/includes/languages/english is currently only available in English. I would try to translate but I do not wish to offend anyone so if there is someone who can help with this it would be great. Thanks.

This is a FULL PACKAGE.

Support: http://forums.oscommerce.com/index.php?showtopic=144208
It's turning out to be one of those days...

Featured Products v1.6.2 (final) introduces a new search function (based on the Select Specials contribution) for the featured products administration. Instead of using a dropdown you may now search for your products by either title or model number to quicken the featured product selection.

This is the final upload of Featured Products v1.6.2 with full search integration. Please disregard both previous 1.6.2 versions of this contribution. Thanks.
Update more easy to install

Tooltip is a Rollover zoomimage javascript.
Easy to install.

Note: this update only work with 3images contrib or Additional_Images contrib


Exemple: www.expodreams.com/gallery/index.php

Enjoy!
All I did was roll up the previous 2 mods:

1. sql addition for admin options
2. tooltip and additional images compatibility

I'm not supporting this - I just have a hard time with partial packages and thought someone else might benefit.

Scott
Rollover zoom on featured images.
Easy to install.

Woks with (or without) the Additional_Images contrib.(tested with v2.0.0).

Exemple: www.expodreams.com/gallery/index.php

Enjoy!
   Posted on: 09/05/2008     See contribution details

999. Canada Taxes Order Total Module Request Installation with Paid service
This makes ot_tax consider tax class. You do not need to have all products with the same tax class anymore. This is a full package.
This update basically checks the sort order, if tax comes before shipping, then shipping won't be taxed.
   Posted on: 09/07/2008     See contribution details
Displaying 892 to 900 (of 1445 contributions) Result Pages: [<< Prev]  ... 91  92  93  94  95  96  97  98  99  100 ...  [Next >>]