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 739 to 747 (of 1445 contributions) Result Pages: [<< Prev]  ... 81  82  83  84  85  86  87  88  89  90 ...  [Next >>] 
821. Review Notification Request Installation with Paid service
On review adding, sends an detailed email to shop admin.
The email contains:
- name
- email
- company
- review product model
- full text of review
   Posted on: 05/01/2009     See contribution details

822. Botões preto portuguese (Brasil) Request Installation with Paid service
Botões em preto (com fundo transparente) portuguese (Brasil)

A set of glossy black buttons in portugese (Brazil).
An empti button is included in case you need it.
Font: Verdana 10 pt

just replace the buttons inside:
catalog/includes/languages/portugues/images/buttons/

My first contribution, so please don't kill me if something is wrong with it.
   Posted on: 04/30/2009     See contribution details

823. Recently Viewed Products(sales optimized) Request Installation with Paid service
all HTML tages are stripped in order to avoid displaying invalid HTML codes in Recently Viewed list

catalog/Recently_Viewed.php

at line 87

replace

$description = $products['products_description'];

with

$description = tep_flatten_product_description($products['products_description']);

jn

BACKUP FIRST ! BACKUP FIRST !

catalog/includes/recently_viewed.php
catalog/includes/modules/recently_viewed.php



Two ways to display to correct price with tax

replace:

$info_box_text .= $currencies->display_price ($products_data[$products_id]['price'], tep_get_tax_rate ($products_data[$products_id]['products_tax_class_id']) );


with

$info_box_text .= $currencies->display_price ($products_data[$products_id]['price'], tep_get_tax_rate ($products_data[$products_id]['tax_class_id']) );



OR OR OR OR OR OR

replace

$products_data[$products_id] = array ('id' => $products_id,
'name' => $products['products_name'],
'image' => $products['products_image'],
'price' => $products['products_price'],
'tax_class_id' => $products['products_tax_class_id'] ///here is the mistake tax_class_id and in the 2 files it appends products_data[$products_id]['products_tax_class_id']
);


with

$products_data[$products_id] = array ('id' => $products_id,
'name' => $products['products_name'],
'image' => $products['products_image'],
'price' => $products['products_price'],
'products_tax_class_id' => $products['products_tax_class_id']
);


Hope this helps.
Full package

Visible : http://www.oscommerce-screenshots.com/recently-viewed-products-p-356.html
The previous version has been updated with several new features:

An optional link in either side column to a page of recently viewed products.

An optional box in either side column with each product's image, name, and price, plus a button linked to a page of recently viewed products. The number of products shown and each of the elements can be controlled from tha Admin.

An optional box at the bottom of the page with each product's image, name, description, and price, plus a button linked to a page of recently viewed products. The products can be diplayed in a grid (like the New Products box) or in rows like the Category product list. The number of products shown, the length of the description, and each of the elements can be controlled from tha Admin.

A page with each product's image, name, description, price, and a Buy Now button. The number of products shown, the length of the description, and each of the elements can be controlled from tha Admin.

The database table added by the previous version has been removed.

Screenshots of both of the tables, the recently viewed products page, and the Admin page are included in the distribution.

This version is compatible with osCommerce 2.2RC2a, PHP 5.x, MySQL 5.x, and Register Globals on or off.
   Posted on: 11/05/2008     See contribution details

824. Factura PDF con numero factura + nif Request Installation with Paid service
Estas dos contribuciones de factura PDF ya estan aqui, yo solo las he reunido en un solo pack y adaptado a la legislacion española vigente de incluir un numero de serie independiente correlativo y el NIF del cliente


Contribucion PDF para el cliente: PDF Customer Invoice v1.0
http://www.oscommerce.com/community/contributions,5321

Contribucion PDF para el admin: pdf invoices for admin
http://www.oscommerce.com/community/contributions,6122

Contribucion Nº Factura: Crear Número de Factura
http://www.oscommerce.com/community/contributions,5322

Contribucion NIF del cliente: NIF
http://www.oscommerce.com/community/contributions,1778


Gracias a Figue por su inestimable ayuda para integrar todo


Solo español, adaptado a leyes españolas

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

PDF Invoice only Spanish, adapted to Spanish law
   Posted on: 04/29/2009     See contribution details

825. Convert and Import an Excel CVS File into MySQL Request Installation with Paid service
The attached steps will give you instructions on how to:

- Set up your Excel file
- How to save it
- How to convert it to a MySQL statement
- How to import it into your MySQL database

In addition to the Easy Populate contribution, I found this to be the best next solution to quickly get my tables updated.

Please check the forum for support: Convert and Import an Excel CVS File into MySQL
   Posted on: 04/29/2009     See contribution details

826. Italian Language Pack for osC v3.0 Request Installation with Paid service
la parte del Catalogo interamente tradotta, mentre per il pannello di amministrazione lo è in parte
   Posted on: 04/29/2009     See contribution details

827. EZ QuickBooks Integration Request Installation with Paid service
Allows admin to reset orders and re-export them.
   Posted on: 04/29/2009     See contribution details

828. Latest News Request Installation with Paid service
This excellent little contribution still works well if you require a simple Latest News / Announcement on the index page of your Store.

There is no package, just a note for the .sql file.

On line 4 you'll find:

news_id int(11) DEFAULT '0' NOT NULL auto_increment

--

Change to:

news_id int(11) NOT NULL auto_increment

and run!
--

Default '0' is not required due to auto_increment

That's it!

   Posted on: 04/29/2009     See contribution details

829. Banque populaire lorraine champagne (French) Request Installation with Paid service
Package complet pour le paiement Cyberpaiement de BPCL.
Débugué et avec la gestion de la clef unique.
   Posted on: 04/29/2009     See contribution details
Displaying 739 to 747 (of 1445 contributions) Result Pages: [<< Prev]  ... 81  82  83  84  85  86  87  88  89  90 ...  [Next >>]