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 487 to 495 (of 1445 contributions) Result Pages: [<< Prev]  ... 51  52  53  54  55  56  57  58  59  60 ...  [Next >>] 
541. Emails em HTML para MS2 Request Installation with Paid service
Esse tutorial vai vos ajudar a como e onde configurar para sua loja enviar emails com tags HTML.

Qqr coisa, me procurem no PHPMania.org ou Omenuke.com

Abraços

   Posted on: 07/22/2009     See contribution details

542. Products Short Description Request Installation with Paid service
If you have Featured Products installed (http://addons.oscommerce.com/info/651) then this version includes a short description into featured_products.php and in the featured products module that is displayed on the front page
tested with MS2 and RC2a.

I corrected install instructions because they were wrong.

I don't understand why people ask you to replace 10 lines of code when you have only to add one word to those 10 lines.
It makes difficult for newbies to install contribution and easy to break the website.
   Posted on: 01/13/2009     See contribution details

543. ATOS 2.7.0 Request Installation with Paid service
Ce package est un doublon, la version officielle est ici :

http://addons.oscommerce.com/info/893

J'ai demandé à un modo de le supprimer mais rien a été fait :(
(1) Support du backup multi-site ATOS (classes d'adresses IP autorisées à réaliser la transaction)
(2) Gestion des erreurs avec les binaires ATOS (problèmes de droits ou d'encodage) avec notification par mail
(3) Serialisation du caddie afin éviter sa perte en cas de perte au cours de la session
(4) Ajout des champs icon/fields pour insert d'une image sur checkout_paiement.php

Support Thread -> http://www.oscommerce-fr.info/forum/index.php?showtopic=61323
   Posted on: 04/16/2009     See contribution details

544. Ultimate SEO URLs - with admin editable Product and Category URLs. Request Installation with Paid service
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

545. Online Merchant v2.2 RC2a XHTMLValid Catalog Request Installation with Paid service
This contribution validates the catalog side of Online Merchant v2.2 RC2a.

You will also need Online Merchant v2.2 RC2a for the installation. http://www.oscommerce.com/solutions/downloads

It is a very simple install designed for new osCommerce stores.

Enjoy and hope it helps some people.
   Posted on: 07/19/2009     See contribution details

546. Google Maps & Google Directions Request Installation with Paid service
Basicly this is combined contribution of :

1 Google maps http://addons.oscommerce.com/info/5340

2 Google Directions http://addons.oscommerce.com/info/5453

The settings for these contribution have been tranfered from the files to the configuration database

unzip this file with 7zip from www.7zip.com
   Posted on: 07/19/2009     See contribution details

547. Display Prices With Or Without Tax - User Selectable Request Installation with Paid service
Oops, sorry, copied over the development code, not the final version. This one should work properly
   Posted on: 07/20/2009     See contribution details

548. Loginbox Best Request Installation with Paid service
Añadida traduccion a español en el fichero loginbox
/catalog/includes/languages/espanol
/catalog/includes/languages/english
/catalog/includes/languages/italian
/catalog/includes/languages/russian
Traducción del fichero de instalación a español.

Modificado el loginbox en /catalog/includes/boxes
se han incluido algún salto de linea para que no se vea tan amontonado.

Instalado, probado y funcionando

Saludos a todos.
PD: Es mi primera aportación, si he cometido algún error, pido disculpas por adelantado.
Adicionado Português Brasileiro

Aproveitem
How to make Loginbox Best work with STS + Dutch translation.

Step 1 - Upload loginbox.php to includeslanguagesdutch
Step 2 - Open the file sts_column_left.php in includesmodulessts_inc
Step 3 - Search for:

require(DIR_WS_BOXES . 'shopping_cart.php');
$sts->restart_capture ('cartbox', 'box'); // Get shopping cart box

Paste under:

require(DIR_WS_BOXES . 'loginbox.php');
$sts->restart_capture ('loginbox', 'box'); // Get login box

Step 4 - Open the file sts_template.html in includessts_templatesOWN DIRECTORYNAME

Add a box to the left or right colom by pasting $loginbox

That's it, greetz id2020.
No more need to Add:
require(DIR_WS_LANGUAGES . $language . '/' . 'loginbox.php');
to the language files
Added Russian and English languages

You can see sample at <a href=http://www.charger.od.ua>www.charger.od.ua</a>
versione di login_box tradotta in italiano, pacchetto completo by deltabiri www.tentazionishop.it
Small Update:

-> Open the 'catalog/includes/languages/english/loginbox.php' file.

Find:
define('BOX_LOGINBOX_FORGOT_PASSWORD', '<a href="' . FILENAME_PASSWORD_FORGOTTEN . '"><i>(forgotten?)</i></a>');

Replace with:
define('BOX_LOGINBOX_FORGOT_PASSWORD', '<i>(forgotten?)</i>');


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

Bug: The duplicate for 'password forgotten' link.

<A HREF="" . tep_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'NONSSL') . "">" . BOX_LOGINBOX_FORGOT_PASSWORD . "</A>

In HTML view: Password: <a href="http://yoursite.com/password_forgotten.php"></a><a href="password_forgotten.php"><i>(forgotten?)</i></a>

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

Seyhun Cavus (faaliyet)
Deutsche Übersetzung der loginbox.php
   Posted on: 12/10/2008     See contribution details

549. Better Together Request Installation with Paid service
Documentation enhancements and small fixes.
Better Together for osCommerce 3.0.

Allows cross selling at a discount; a product can be linked with another specific product, or another product from a specific category, with an associated discount (in dollars or % off) if both are purchased together. The associations must be hard coded, but once they are, generic logic can be added to the product_info page to display any available Better Together discount.
   Posted on: 06/13/2009     See contribution details
Displaying 487 to 495 (of 1445 contributions) Result Pages: [<< Prev]  ... 51  52  53  54  55  56  57  58  59  60 ...  [Next >>]