Function
Drop Down JQuery Login Box for OSC to CSSv2
Install a drop down login box on OSC to CSSv2. Click the login link and a login box appears. If the user has javascript turned off, the link functions as normal. This mod also changes the text ‘login’ to ‘account’ … Continue reading
Improved Customer Sort
Improve customer sorting in the admin. Stock OSCommerce simply displays a static alphabetical customer list in admin>orders>customers. This old contribution originally posted on the OSCommmerce site in 2002 by Burt and just recently updated 9/20/2011 by D-Woo allows up and … Continue reading
Simple Admin Order Entry
Use this mod to enter snail mail or phone orders. Installs a powerful search function in the admin that allows you to quickly select a desired customer, and load their email into the customer login form on the catalog side. … Continue reading
Mail Manager for OSCommerce: Description
Mail Manager is a comprehensive mail program for OSCommerce. Designed for 2.2RC2a and OSC 2 CSS. Purpose: Send all emails both in html and in text. Allow editing and templating of all emails, to include order confirmation, create account, password … Continue reading
Mail Manager for OSCommerce: Installation
Files can be downloaded from: Google Code or the OSCommerce site. Mail Manager Description installation: open catalog/includes/languages/english/checkout_process.php, add:define(‘EMAIL_TEXT_CONFIRM’, ‘has recommended’);define(‘TEXT_FROM’, ‘from’); open/admin/includes/languages/english.php add://mail managerdefine(‘BOX_HEADING_MAIL_MANAGER’, ‘Mail Manager’);define(‘BOX_MM_BULKMAIL’, ‘BulkMail Manager’);define(‘BOX_MM_TEMPLATES’, ‘Template Manager’);define(‘BOX_MM_EMAIL’, ‘Send Email’);define(‘BOX_MM_RESPONSEMAIL’, ‘Response Mail’); open admin/includes/filenames.php add://MAIL MANAGERdefine(‘FILENAME_MM_RESPONSEMAIL’, ‘mm_responsemail.php’);define(‘FILENAME_MM_TEMPLATES’, ‘mm_templates.php’);define(‘FILENAME_MM_BULKMAIL’, … Continue reading
Previous/Next in Admin Orders List
This simple contribution places ‘<<previous’ and ‘next>>’ links in the admin orders list. The advantage is that you can click directly to the next order when processing. The original contribution with language capacity can be found here on the OSCommerce … Continue reading
Recently Viewed Products Infobox for OSCommerce
for: OSC 2 CSS. The following code yields a new infobox that displays the last four items viewed. Adapted from this OSCommerce Contribution to fit OSC 2 CSS. Caveat: I have had mixed success with rendering product urls but you … Continue reading
Account Tabs for OSC to CSSv2
On OCS to CSS this combines the files address_book.php, account_edit.php, account_history.php and account_password.php into one file, account.php. The information is accessed with JQuery tabs for really intuitive and easy navigation. Download this file, account.php and the required CSS file from … Continue reading
OSCommerce: 3.0 vs 2.3 vs OSC to CSS
What version to use? V3.0 OSCommerce 3.0 represents an entirely new modular structure. It has updated security features, and a nicer admin and much more. However, it is virtually featureless, a bare bones core, that is not ready for non-developers … Continue reading
Quantity Box
Add a quantity text box before the ‘add to cart’ button on the product page in OSCommerce. This add-o should work in all versions of OSCommerce. Continue reading