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 685 to 693 (of 1445 contributions) Result Pages: [<< Prev]  ... 71  72  73  74  75  76  77  78  79  80 ...  [Next >>] 
761. Centre your store Request Installation with Paid service
This goes into great detail how to centre your store, includes links to free software, and help images.

The complete DIY guide to allow you to centre your store.

Enjoy
   Posted on: 05/20/2009     See contribution details

762. Flash Banners Request Installation with Paid service
Logo i9
   Posted on: 05/22/2009     See contribution details

763. Salutation instead of Gender Request Installation with Paid service

=========================================================
Salutation instead of Gender 1.0
=========================================================
1:03 PM 5/14/2009

I don't know about other folks, but I've got this vague uneasiness about giving out too much information on the internet - even though I still do.

Anyway, it always seemed to me a little invasive to ask "Male/Female" during account registration in osCommerce. But I also thought that this would be good demographic information to have about your cusotmer base. Being a good marketeer, I realized that this could be turned around by simply asking the question differently.

By changing the selection to "Salutation" (as in Mr. or Ms.) customers may be more inclined to give you the same information.

So, this contribution changes:
"Gender: Male / Female"
to "Salutation: Mr. / Ms."

in both the account creation and edit screens, and the admin screen (with the SQL changes).

Full package. Screen shots are included.


Installation:
=========================================================
Step 1 ALWAYS BACKUP FIRST!
=========================================================


=========================================================
Step 2 Change Admin text
=========================================================

catalog/admin/includes/languages/english.php

FIND: (about line 51)

// text for gender
define('MALE', 'Male');
define('FEMALE', 'Female');

REPLACE WITH:

// text for gender
// BOF Salutation instead of Gender
// define('MALE', 'Male');
// define('FEMALE', 'Female');
define('MALE', 'Mr.');
define('FEMALE', 'Ms.');
// EOF Salutation instead of Gender

-----------

FIND: (about line 156)

define('ENTRY_GENDER', 'Gender:');

REPLACE WITH:

// BOF Salutation instead of Gender
// define('ENTRY_GENDER', 'Gender:');
define('ENTRY_GENDER', 'Salutation:');
// EOF Salutation instead of Gender


=========================================================
Step 3 Change Account Creation text
=========================================================

catalog/includes/languages/english.php

FIND: (about line 63)

// text for gender
define('MALE', 'Male');
define('FEMALE', 'Female');

REPLACE WITH:

// text for gender
// BOF Salutation instead of Gender
// define('MALE', 'Male');
// define('FEMALE', 'Female');
define('MALE', 'Mr.');
define('FEMALE', 'Ms.');
// EOF Salutation instead of Gender

-----------

FIND: (about line 165)

define('ENTRY_GENDER', 'Gender:');
define('ENTRY_GENDER_ERROR', 'Please select your Gender.');

REPLACE WITH:

// BOF Salutation instead of Gender
//define('ENTRY_GENDER', 'Gender:');
//define('ENTRY_GENDER_ERROR', 'Please select your Gender.');
define('ENTRY_GENDER', 'Salutation:');
define('ENTRY_GENDER_ERROR', 'Please select your Salutation.');
// EOF Salutation instead of Gender

=========================================================
Step 4 Change field labels in database (for Admin display) - use phpMyAdmin or similar.
=========================================================

SQL code :

UPDATE 'configuration' SET 'configuration_title' = 'Salutation' WHERE 'configuration'.'configuration_id' =63 LIMIT 1 ;
UPDATE 'configuration' SET 'configuration_description' = 'Display salutation in the customers account' WHERE 'configuration'.'configuration_id' =63 LIMIT 1 ;

=========================================================
Step 5 BACKUP Again!
=========================================================

And you're done.
   Posted on: 05/19/2009     See contribution details

764. orders status-email depending on customers language Request Installation with Paid service
Problem 2: Verwendet man verschiedene Kurierdienste, wird in der Statusmail und in der Bestellhistorie immer der gleiche Kurierdienst angegeben.

Lösung 2: Es wird ein neues Feld carrier_id eingeführt. In Abhängigkeit dieses Feldes wird das entsprechende Versandunternehmen herangezogen und
sowohl in der Statusemail als auch in der Bestellhistorie entsprechend eingetragen, d.h. wird als Versender DPD eingetragen, geht der Trackinglink zur
DPD-Seite, bei GLS zur GLS-Seite, etc.

Achtung: es erfolgt keine Migration der Altdaten.
Für diejenigen, die Lösung 1 bereits installiert haben, bitte ab "flex carrier" den Anweisungen folgen.

********
Problem: If you change the status of an order in the admintool, the emails that are sent to the customers depend on the admin language.
It would be better, if an english customer receives the email in english, the french in french, etc.

Solution: The field customers_language is added to the database. Depending on this field, the status email is sent in the
respective language.
The field customer_language is filled automatically; it depends on the language the customer has choosen in the shop when ordering the items.

- full package -
   Posted on: 05/20/2009     See contribution details

765. Gratuity Request Installation with Paid service
-> Added missing code to checkout_confirmation.php.

This is a full package.

Support thread is at:
http://forums.oscommerce.com/index.php?showtopic=332616
This contribution provides an option on the checkout payment page where the customer can enter an amount they would like to add to the
total of the order as a tip.

Support thread is at:
http://forums.oscommerce.com/index.php?showtopic=332616
   Posted on: 03/29/2009     See contribution details

766. Add image background nav bars Request Installation with Paid service
This explains in great detail how to add a background image to your top and bottom navigation bar.
Complete with images and links to free software, the complete DIY guide.
Enjoy :- )
   Posted on: 05/20/2009     See contribution details

767. Module Tab for Product hot Request Installation with Paid service
You can Create Module Tab for Product hot or new.

Add 1, 2, 3, or 4 tab, width one frame.

Demo: http://vmua.net

Googluck
   Posted on: 05/19/2009     See contribution details

768. SHIPPING LABEL VIA PDF Request Installation with Paid service
In my database the sql file was not working.

After
'tep_cfg_select_option(array('true', 'false')

Add
')

It looks like this then:

'tep_cfg_select_option(array('true', 'false')'),


Also made a forum for this contribution

http://forums.oscommerce.com/index.php?showtopic=336413
Spanish Language added.

Fullpackage
Label Pdf 2.0 enable you to print labels via pdf files and your browser.

In admin you will find ( after running the .sql file ) settings for logo display, height, length etc. In orders.php there will be an extra button to print the shipping label for the current order.

I have also included a screenshot of order.php in verander_->.png and a sample label_pdf.pdf file of john doe
   Posted on: 11/27/2008     See contribution details

769. Anzeige Lieferanschriften/show delivery address in admin-customer Request Installation with Paid service
Im Adminbereich wurde die Seite "Kunden" dahingehend erweitert, daß der Anzeigebereich der Kunden um das Feld "Lieferanschrift" erweitert.
In dem Feld wird nur ein "J" angezeigt, wenn es abweichende Lieferanschriften gibt.
Klickt man auf "Bearbeiten" des jeweiligen Kunden, werden in der untersten Box - falls vorhanden - die abweichenden Lieferanschriften angezeigt.
-----------
At the admin tool the page "customers" was modified in a way, that in customer listing the additional field "delivery address" was added.
This field shows a "Y", if a differing address exists.
If you click "Modify" for a customer, at the last box the differing addresses are shown - if existing.
   Posted on: 05/18/2009     See contribution details
Displaying 685 to 693 (of 1445 contributions) Result Pages: [<< Prev]  ... 71  72  73  74  75  76  77  78  79  80 ...  [Next >>]