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 595 to 603 (of 1445 contributions) Result Pages: [<< Prev]  ... 61  62  63  64  65  66  67  68  69  70 ...  [Next >>] 
661. Show Handling Fee Separately Request Installation with Paid service
This mod displays your handling fee separately from shipping costs throughout the entire checkout process and also
on any display after the order has been made (confirmation email, order history, etc)

Note: This mod currently only supports the following shipping modules:

- Per Item
- Table Rate
- UPS XML Rates and Services v1.3.5
   Posted on: 06/20/2009     See contribution details

662. Tabela para cartão de crédito 2x sem juros PagamentoDigital Request Installation with Paid service
Uma pequena correção pessoal que acabei esquecendo:

Na instrução e arquivo onde está

$splits = (int) ($new_products['products_price']/$minvalor);
$parcelas_sem_juros = 3;

Altere para a seguinte maneira:

$parcelas_sem_juros = 3;
$minvalor = 10; // VALOR MINIMO DE CADA PARCELA
$splits = (int) ($new_products['products_price']/$minvalor);

Grato
Eduardo
   Posted on: 06/17/2009     See contribution details

663. eSelect/Moneris Request Installation with Paid service
Latest module for moneris eselect.
   Posted on: 06/17/2009     See contribution details

664. World Zones Request Installation with Paid service
The included sql file will delete your zone table and replace it with
an exhaustive listing of world zones for the following countries:

in this version were added to the missing areas of Slovenia and correct the wrong Italian provinces.
Because the World Zones contribution uses HTML characters for the various accented characters used in some countries it WILL cause problems with osCommerce if a customer attempts to use this contribution by itself. osCommerce wasn't written to handle the special characters in state names and the drop down menus it will create don't allow for these HTML characters. If you use this contribution you should also install the Auto State Dropdowns contribution found at http://addons.oscommerce.com/info/6304

Version 1.2 of the Auto States Dropdown contribution will allow you to use any type of character you may need in the state name. File is attached here is the same as in the previous post.
Found a few errors in the names for zones in Spain and Switzerland. Corrected file attached here.
Added zones for Anguilla, Aruba, Faroe Islands, French Guiana, Gibraltar, Guadeloupe, Guam, Lebanon, Macedonia, Martinique, Mayotte, Netherlands Antilles, Niue, Puerto Rico as taken from Countries and Zones contribution dated June 20, 2008 by tuxatoons and adjusted for HTML special characters.

   Posted on: 11/06/2008     See contribution details

665. paypal direct payment Request Installation with Paid service
Now in this contribution to add install file.

and some changes.

Paypal direct payment contribution add for credit card information in checkout payment page

So we dont go in checkout confiration page..

so enjoy..
   Posted on: 06/09/2009     See contribution details

666. rss-news feed Request Installation with Paid service
just altered the $link section to enable SEO urls. Works for me but remember always backup.

before:
$link = HTTP_SERVER . DIR_WS_CATALOG;
$link .= "product_info.php?products_id=" . $next_product['products_id'];
after:
//$link = HTTP_SERVER . DIR_WS_CATALOG;
$link = tep_href_link(FILENAME_PRODUCT_INFO, "products_id=" . $next_product['products_id'], 'NONSSL', false);

Cheers: Shane

Installation:
------------
1- Edit line #22 to #27 with your shop info
2- Change on line #57 pd.language_id='1' with desired language (1=english, 5=french, see language table in database)
3- Copy rss-news.php on your server


==================================
Change log:
------------

Corrected bug:
-latest item missing
Changed $count = 1; with $count = 0; on line #59

Improvement:
-When multiple language : doesn't show multiple time the same item
   Posted on: 04/20/2009     See contribution details

667. Follow Us on facebook, twitter etc. Box Request Installation with Paid service
I searched for a box where I could put some links with images to facebook, twitter or other sites.
I found the description how to add an extra box to your site, and put all the links with the images in it.

In de Contrib you find images for Facebook, Twitter, Hyves, Linkedin, Plaxo, Flickr, Wordpress and Smugmug and a screenshot of the box
   Posted on: 06/16/2009     See contribution details

668. UK Royal Mail & Overseas Shipping Methods 21st Aug Prices Request Installation with Paid service
UK Royal Mail & Overseas Shipping Methods

Version 2.2.0 - 15 June 2009

Created by Chris Lander from an original contribution
by Stuart Newton (http://addons.oscommerce.com/info/4473).

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA


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

INFORMATION:

This contribution is for UK Stores ONLY. What it will do is add several
shipping zones to your osCommerce store. If your customer is UK based, it will
not show any of the International Shipping Options, and vice versa, if your
customer is International it will not show any UK based shipping methods.

Shipping Methods Added:

(1) Royal Mail First Class Standard Post
(2) Royal Mail First Class Recorded Post
(3) Royal Mail Second Class Standard Post
(4) Royal Mail Second Class Recorded Post
(5) Royal Mail Standard Parcels
(6) Royal Mail Airmail
(7) Royal Mail International Signed for
(8) Royal Mail Airsure
(9) Royal Mail Surface
(10) Parcelforce 48
(11) Citylink Next Day


All the Royal Mail methods along with the Parcelforce 48 method allow you to:-
Set minimum and maximum delivery weights.
Set minimum and maximum delivery values.
Split shipments based on maximum delivery weight, maximum delivery value, or
both, in combination with the built in osCommerce shipment splitting.
Shipping methods wich have insurance options now allow you to set different
charges for different compensation levels.

==========

Changelog:

+ Added RM Airsure method
+ Added RM Surface method
* Corrected logic in rmairsure so that zones are identified correctly.
UK Royal Mail & Overseas Shipping Methods

Version 2.2.0 - 15 June 2009

Created by Chris Lander from an original contribution
by Stuart Newton (http://addons.oscommerce.com/info/4473).

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA


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

INFORMATION:

This contribution is for UK Stores ONLY. What it will do is add several
shipping zones to your osCommerce store. If your customer is UK based, it will
not show any of the International Shipping Options, and vice versa, if your
customer is International it will not show any UK based shipping methods.

Shipping Methods Added:

(1) Royal Mail First Class Standard Post
(2) Royal Mail First Class Recorded Post
(3) Royal Mail Second Class Standard Post
(4) Royal Mail Second Class Recorded Post
(5) Royal Mail Standard Parcels
(6) Royal Mail Airmail
(7) Royal Mail International Signed for
(8) Royal Mail Airsure
(9) Royal Mail Surface
(10) Parcelforce 48
(11) Citylink Next Day


All the Royal Mail methods along with the Parcelforce 48 method allow you to:-
Set minimum and maximum delivery weights.
Set minimum and maximum delivery values.
Split shipments based on maximum delivery weight, maximum delivery value, or
both, in combination with the built in osCommerce shipment splitting.
Shipping methods wich have insurance options now allow you to set different
charges for different compensation levels.

==========

Changelog:

+ Added RM Airsure method
+ Added RM Surface method
* Corrected logic in rmairsure so that zones are identified correctly.
Royal Mail Surface

Version 2.1.0.3 - 13 June 2009

Created by Chris Lander from an original contribution
by Stuart Newton (http://addons.oscommerce.com/info/4473).

This contribution is for UK Stores ONLY. What it will do is add Royal Mail Surface as a shipping method. If your customer is UK based, then it will not show.

This method along with the other Royal Mail methods allows you to set minimum and maximum delivery weight/value for use of the shipping method, and enables the splitting of shipments using the method's maximum weight/value.
UK Royal Mail & Overseas Shipping Methods

Version 2.1.0.3 - 10 June 2009

Created by Chris Lander from an original contribution
by Stuart Newton (http://addons.oscommerce.com/info/4473).

This contribution is for UK Stores ONLY. What it will do is add several shipping zones to your osCommerce store. If your customer is UK based, it will not show any of the International Shipping Options, and vice versa, if your customer is International it will not show any UK based shipping methods.

Shipping Methods Added:

(1) Royal Mail First Class Standard Post
(2) Royal Mail First Class Recorded Post
(3) Royal Mail Second Class Standard Post
(4) Royal Mail Second Class Recorded Post
(5) Royal Mail Standard Parcels
(6) Royal Mail Airmail
(7) Royal Mail International Signed for
(8) Parcelforce 48
(9) Citylink Next Day


All the Royal Mail methods along with the Parcelforce 48 method now allow you to set minimum and maximum delivery weight/value for use of the shipping method. Shipment methods now enable the splitting of shipments using the method's maximum weight/value.

==========

Changelog:

* Corrected rmintsig and rmairmail so that they show the correct number of packages and weight
UK Royal Mail & Overseas Shipping Methods

Version 2.1.0.1 - 28 May 2009

Created by Chris Lander from an original contribution
by Stuart Newton (http://addons.oscommerce.com/info/4473).

This contribution is for UK Stores ONLY. What it will do is add several shipping zones to your osCommerce store. If your customer is UK based, it will not show any of the International Shipping Options, and vice versa, if your customer is International it will not show any UK based shipping methods.

Shipping Methods Added:

(1) Royal Mail First Class Standard Post
(2) Royal Mail First Class Recorded Post
(3) Royal Mail Second Class Standard Post
(4) Royal Mail Second Class Recorded Post
(5) Royal Mail Standard Parcels
(6) Royal Mail Airmail
(7) Royal Mail International Signed for
(8) Parcelforce 48
(9) Citylink Next Day


All the Royal Mail methods along with the Parcelforce 48 method now allow you to set minimum and maximum delivery weight/value for use of the shipping method. Shipment methods now enable the splitting of shipments using the method's maximum weight/value.

==========

Changelog:

* Corrected misspelt constants in rmintsig so that correct costs tables are used
UK Royal Mail & Overseas Shipping Methods

Version 2.1.0.1 - 28 May 2009

Created by Chris Lander from an original contribution
by Stuart Newton (http://addons.oscommerce.com/info/4473).

This contribution is for UK Stores ONLY. What it will do is add several shipping zones to your osCommerce store. If your customer is UK based, it will not show any of the International Shipping Options, and vice versa, if your customer is International it will not show any UK based shipping methods.

Shipping Methods Added:

(1) Royal Mail First Class Standard Post
(2) Royal Mail First Class Recorded Post
(3) Royal Mail Second Class Standard Post
(4) Royal Mail Second Class Recorded Post
(5) Royal Mail Standard Parcels
(6) Royal Mail Airmail
(7) Royal Mail International Signed for
(8) Parcelforce 48
(9) Citylink Next Day


All the Royal Mail methods along with the Parcelforce 48 method now allow you to set minimum and maximum delivery weight/value for use of the shipping method. Shipment methods now enable the splitting of shipments using the method's maximum weight/value.

==========

Changelog:

* Removed redundant code from rmintsig
* Corrected rmsecondrec language file
UK Royal Mail & Overseas Shipping Methods

Version 2.1.0 - 26 May 2009

Created by Chris Lander from an original contribution
by Stuart Newton (http://addons.oscommerce.com/info/4473).

This contribution is for UK Stores ONLY. What it will do is add several shipping zones to your osCommerce store. If your customer is UK based, it will not show any of the International Shipping Options, and vice versa, if your customer is International it will not show any UK based shipping methods.

Shipping Methods Added:

(1) Royal Mail First Class Standard Post
(2) Royal Mail First Class Recorded Post
(3) Royal Mail Second Class Standard Post
(4) Royal Mail Second Class Recorded Post
(5) Royal Mail Standard Parcels
(6) Royal Mail Airmail
(7) Royal Mail International Signed for
(8) Parcelforce 48
(9) Citylink Next Day


All the Royal Mail methods along with the Parcelforce 48 method now allow you to set minimum and maximum delivery weight/value for use of the shipping method. Shipment methods now enable the splitting of shipments using the method's maximum weight/value.

==========

Changelog:

+ Royal Mail Airmail
+ Minimum shipping weight to all methods
+ Minimum shipping value to all methods
+ Splitting shipments by methods maximum weight
+ Splitting shipments by methods maximum value
+ Splitting by any combination of the methods weight and value
+ Version number now displayed in Admin panel
+ Updated language files so that they all have consistent text
- Debug statements in rmsecondrec echoing information to the screen removed
* Fixed incorrect zone shipping costs tables in rmintsig
* Fixed incorrect program flow in rmintsig class method causing a PHP error when referencing a zone costs table constant
This patch requires v2.06 to be installed, and fixes errors in the method 'rmintsig', where poor program flow resulted in non existenet constanats being referenced, and incorrect shipping costs tables being installed. A new shipping method Royal Mail Airmail 'rmairmail' has been added, which enables the standard RM Airmail service.

Installation of this patch involves copying these files over the v2.06 ones to complete the update to your installation.
This patch requires v2.06 to be installed, and fixes two misspelled constants in the 'parcelforce48' language file, along with removing debug statements erroneously left in 'rmsecondrec'.

Installation of this patch involves copying these files over the original
v2.06 ones to complete the update to your installation.
UK Royal Mail & Overseas Shipping Methods

Version 2.06 - 09 May 2009

Created by Chris Lander from an original contribution
by Stuart Newton (http://addons.oscommerce.com/info/4473).

This contribution is for UK Stores ONLY. What it will do is add several shipping zones to your osCommerce store. If your customer is UK based, it will not show any of the International Shipping Options, and vice versa, if your customer is International it will not show any UK based shipping methods.

Shipping Methods Added:

(1) Royal Mail First Class Standard Post
(2) Royal Mail Second Class Standard Post
(3) Royal Mail First Class Recorded Post
(4) Royal Mail Second Class Recorded Post
(5) Royal Mail Standard Parcels
(6) Royal Mail International Signed for
(7) Parcelforce 48
(8) Citylink Next Day


All the Royal Mail methods along with the Parcelforce 48 method now allow you to set maximum delivery weight and maximum value for use of the shipping method. Shipping methods wich have insurance options now allow you to set different charges for different compensation levels.

==========

Bugfix release:-

Fixes incorrectly calculated shipping costs in rmstandardparcels

All methods now calculate shipping weight correctly when deciding if a method is available taking into account configuration parameters for max shipping weight, shipping tare weight, and larger packages percentage increase.

Display Delivery Weight now shows number of packages in a shipment.
This drop in replacement fixes errors in the method 'rmintsig', which caused PHP errors when the method was not installed. Extra checks have been placed within the class to check that constants exist before referencing them, and missing comma separators have been added to the Zone 2 shipping costs table.
This drop in replacement fixes errors in the method 'rmintsig', where there was broken logic to determine the shipping zone to use, and an oversized field entry for zone costs in the install.
UK Royal Mail & Overseas Shipping Methods

Version 2.03 - 29 April 2009

Created by Chris Lander from an original contribution
by Stuart Newton (http://addons.oscommerce.com/info/4473).

This contribution is for UK Stores ONLY. What it will do is add several shipping zones to your osCommerce store. If your customer is UK based, it will not show any of the International Shipping Options, and vice versa, if your customer is International it will not show any UK based shipping methods.

Shipping Methods Added:

(1) Royal Mail First Class Standard Post
(2) Royal Mail Second Class Standard Post
(3) Royal Mail First Class Recorded Post
(4) Royal Mail Second Class Recorded Post
(5) Royal Mail Standard Parcels
(6) Royal Mail International Signed for
(7) Parcelforce 48
(8) Citylink Next Day


All the Royal Mail methods along with the Parcelforce 48 method now allow you to set maximum delivery weight and maximum value for use of the shipping method. Shipping methods wich have insurance options now allow you to set different charges for different compensation levels.

==========

* Bugfix for incorrect shipping price showing on checkout conformation page
Microsoft Excell 97/2000/XP spreadsheet containing prices gleaned from the Royal Mail and Parcelforce websites for small packets and parcels.
UK Royal Mail & Overseas Shipping Methods

Version 2.01 - 19 April 2009

Created by Chris Lander from an original contribution
by Stuart Newton (http://addons.oscommerce.com/info/4473).

This contribution is for UK Stores ONLY. What it will do is add several
shipping zones to your osCommerce store. If your customer is UK based, it will
not show any of the International Shipping Options, and vice versa, if your
customer is International it will not show any UK based shipping methods.

Shipping Methods Added:

(1) Royal Mail First Class Standard Post
(2) Royal Mail Second Class Standard Post
(3) Royal Mail First Class Recorded Post
(4) Royal Mail Second Class Recorded Post
(5) Royal Mail Standard Parcels
(6) Royal Mail International Signed for
(7) Parcelforce 48
(8) Citylink Next Day


All the Royal Mail methods along with the Parcelforce 48 method now allow
you to set maximum delivery weight and maximum value for use of the shipping
method. Shipping methods wich have insurance options now allow you to set
different charges for different compensation levels.

==========

* Bugfix for incorrect variable assignment within the rmintsig method
   Posted on: 04/19/2009     See contribution details

669. Test the strength of the password-Teste a força da senha Request Installation with Paid service
I have translated the images to say 'Password Strength'

Only the four images included in this file. Just overwrite the original images with these.
Test the strength of the password


It checks the strength of the password typed, similar to that found in hotmail


Testa a força da senha

Similar ao que encontramos no cadastro de criar senha do hotmail, ele verifica se a senha é forte, média ou fraca.


instructions in english
instruções em português

Made in Brazil


   Posted on: 06/13/2009     See contribution details
Displaying 595 to 603 (of 1445 contributions) Result Pages: [<< Prev]  ... 61  62  63  64  65  66  67  68  69  70 ...  [Next >>]