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 532 to 540 (of 1445 contributions) Result Pages: [<< Prev]  ... 51  52  53  54  55  56  57  58  59  60 ...  [Next >>] 
591. FedEx Freight Shipping Module Request Installation with Paid service
IMPORTANT NOTE: FedEx Freight does not support estimates for shipments from one Canadian address to another. Shipping from US to US, Canada to the US, or US to Canada works fine. CA to CA WILL fail.

Changes in 1.0:
* Fixed a weight calculation problem (thanks to sojomy)
   Posted on: 07/07/2009     See contribution details

592. Acadian Flag Request Installation with Paid service
This is an Acadian flag, suitable for use as a language icon for French Canadian (which may differ from French).
   Posted on: 07/08/2009     See contribution details

593. Guestbook for osC(MS2) v1.0 Request Installation with Paid service
SQL-File didnt worked at my shop. The "CREATE_TABLE anti_robotreg" made an SQL-error.

The uploaded file only contains the corrected SQL-File.
   Posted on: 07/08/2009     See contribution details

594. Information Pages Unlimited v1.0 Request Installation with Paid service
English_______
Added "&acutes;" in admin to define the Spanish language in information.php
Adapted for the FCK Editor, not to Tiny MCE

If you use TinyMCE Bux fixes in previous contributions

Español______
Añadido "&acutes" en defines de admin para lenguaje Españolen information.php
Está adaptado para FCK Editor, no para Tiny MCE

Si usas TinyMCE bux fixes en las contribuciones anteriores
There is an error in the call to tep_draw_textarea_field. Just replace one line and information text can been seen and edited again in ADMIN when you are using TineyMCE.
This is just a small fix to get TinyMCE running with Information Pages Unlimeted.

Contains a small fix to DB to add configuration option to enable TinyMCE.


Run this in phpmyadmin. Remember to check the 2 values 1184 (configuration_id) and 16 (configuration_group_id) that they fit with your instalation.

INSERT INTO `configuration` VALUES (1184, 'TinyMCE aktiv', 'DESCRIPTION_TINYMCE_EDITOR', 'true', 'Bruke TinyMCE til editering.', 16, 1, '2009-03-24 15:02:35', '2007-05-13 06:37:14', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');



The changes that need to be made with admin/information_manager.php is to add this code before the closing </HEAD> tag.


<?php // START tinyMCE Anywhere

if (DESCRIPTION_TINYMCE_EDITOR == 'true')
{
if ($information_action == 'Edit' || $information_action == 'Added') { // No need to put JS on all pages.
$languages = tep_get_languages(); // Get all languages
$str = '';
for ($i = 0, $n = sizeof($languages); $i < $n; $i++) {
$str .= "information_description[".$languages[$i]['id']."],";
} //end for each language
$mce_str = rtrim ($str,","); // Removed the last comma from the string.
// You can add more textareas to convert in the $str, be careful that they are all separated by a comma.
echo '<script language="javascript" type="text/javascript" src="includes/javascript/tiny_mce/tiny_mce.js"></script>';
include "includes/javascript/tiny_mce/general.php";
// END tinyMCE Anywhere
}
}
?>

Thanks to Jack_mcs (Header Tags SEO V 3.0) for this code, only modifyed it to fit here.
TinyMCE used is http://addons.oscommerce.com/info/4852 installed when installing HT SEO 3.0
english________
File admin/information_manager had a little bug.
(Warning: "Headers already sent" or "Cannot modify header information")

español_______
Archivo admin/information_manager tenía un pequeño error.
(Warning: "Headers already sent" or "Cannot modify header information")

FULL PACKAGE
I started using IPUV a little more in depth and added a few changes to make it a little more user friendly and a little more intuitive.
+ added standard osc update successful message with green bar at top of page instead of in the page heading.


Full Package+Update Guide
basically apurba_soft changed some variable names and values from german? to english in the sql database and revised the configuration id's.

+ fixed sql insert query ture to true
+ included most apurba_soft's changes
+ added update guide from 2.04.6(lildog) to 2.0.47
+ renamed revisions to history.txt
- i removed apurba softs' FCK_Editor height change in information_form.php as it is set in the configure section.


FULL package + update guide
Information Pages Unlimited v1.0 Update.......
Ver: (ipuv2046)

Please use this.............

Bug fix...........

Please checkout the bugfix.txt.


Thanks.
* added a list of files added and changed for easy un-installation if needed.
+ added compatibility note for tinyMCE anywhere
   Posted on: 09/03/2008     See contribution details

595. Multiple Image AutoThumbs - MIA Request Installation with Paid service
Fixed a bug in the html_output mod that used "w" and "h" instead of "width" and "height" as attributes in the img tab.
This is a great contribution!

I've added Lightbox support for the popup images and fixed a bug with some smaller images not being resized.
This is a mashup of osCThumb, Multiple Product Images and UltraPics and should be a direct replacement on a 2.2rc2a store. Tested on 2.2rc2a.

I'm posting it on its own so as to not dilute or pollute those particular contributions development.

What does it do?
Allows for 1 product image and 6 additional images, creates thumbnails automagically for them all in varying configurable sizes, displays them on the product_info page in a table and uses the pop-up.

PHPThumb docs excluded to keep the archive under 300k. Find them here:
http://phpthumb.sourceforge.net/

All credit for this should go to the original authors of the respective contribs: Rigadin2, MaxiDVD and rm0208. All I did was lash them together in a working package.

The originating contributions can be found here:

Multiple Images for Products
http://addons.oscommerce.com/info/5930

UltraPics - MS2 Image Addon Pack!
http://addons.oscommerce.com/info/1642

osCThumb
http://addons.oscommerce.com/info/5491

No warranty is expressed or implied. No support is offered. Anyone who wants to update/modify this code should feel free.

   Posted on: 01/13/2009     See contribution details

596. Traking para os CTT Request Installation with Paid service
Segue apenas o link dos CTT para pesquisar o produto.


http://www2.ctt.pt/feapl/jsp/pesqobjectos/public/pesqobjectosform.jsf

---
Back Up 1º

Sem Package apenas actualização do link
Ola,

Instalei tudo correctamente mas não estou a conseguir fazer a pesquisa.
Parece-me que o link dos CTT foi alterado novamente.

Alguém pode ajudar a por a aplicação a funcionar correctamente.

Um Abraço
   Posted on: 05/11/2009     See contribution details

597. Categorie image Bug v.0.99 Request Installation with Paid service
English______
Bug in a lot of versions osCommerce in admin/categories.php when edit a category and you don't upload another image, this delete the image before saved in BDD, not in the server.

Español_____
Bug en bastantes versiones de osCommerce en admin/categories.php cuando se edita una categoria que ya tenía imagen, y en este caso no añadimos otra imagen, sino que modificamos cualquier otro campo, la imagen la perdemos en la BDD. no en el server.
   Posted on: 07/07/2009     See contribution details

598. tagcloudlike Request Installation with Paid service
added special characters with accents

Another small contribution to a little more and thanks for the module
   Posted on: 07/07/2009     See contribution details

599. InfoBox Admin Request Installation with Paid service
Information Box Administration
   Posted on: 07/07/2009     See contribution details
Displaying 532 to 540 (of 1445 contributions) Result Pages: [<< Prev]  ... 51  52  53  54  55  56  57  58  59  60 ...  [Next >>]