osCommerce
Oscommerce W3C XHTML Validated!
How to XHTML validate your oscommerce shop?The standard version of oscommerce 2.2 Millstone available for download will not validate for HTML or for XHTML at the The W3C Markup Validation Service . http://validator.w3.org/This can be remedied in several ways, you can do it step by step manually by editing individual oscommerce files and some of the general html rendering classes/functions or you can use a pre made contribution which makes a default oscommerce MS2.2 XHML 1.0 Validated. http://www.oscommerce.com/community/contributions,2693Why would you ...
Oscommerce Spam Bug in contact us
There is a security flaw in oscommerce that allows the exploitation of the contact us feature to be used to spam via your oscommerce web site.The attack works by using the "full name" and "email address" fields in the contact_us.php form, these fields become part of the "from" field used in an email header.Appending a newline character and a few more carefully crafted header lines with a BCC list and a spam message body tricks the underlying mail system into ...
Oscommerce Search Engine Friendly Urls
How to get SEO and SEF Urls for your oscommerce shop?Search Engine Friendly Urls is one of the corner stones of seo optimization, here we will show you different ways and styles of search engine friendly urls for your oscommerce 2.2 millstone web shop.Available URL mods for oscommerce ms2.2:1. StandardUrl format: www.myshop.com/product_info?products_id=1Indexes well by all the big search engines today.2. osc sefUrl format: www.myshop.com/product_info/products_id/1Indexes well in all the search engines, but be aware this is in development and may not ...
Oscommerce quick checkout
How to make the checkout process in oscommerce ms2.2 shorter and faster?The standard version of oscommerce 2.2 Millstone have the following checkout procedure:Step 1. Login or create account choice pageStep 2. Create Account PageStep 3. Account created confirmation pageStep 4. Shipping choice pageStep 5. Payment choice pageStep 6. Order overview and confirmation order pageStep 7. Thanks for order page.There are several modifications which will let you streamline and/or shorten this process.1. Combined Login and Checkout Pagehttp://www.oscommerce.com/community/contributions,3178This mod reduces the checkout ...
Oscommerce paypal australian currency
To have the standard oscommerce paypal payment module incorporate Australian dollar in the checkout process is a simple fix and once completed when your clients get to the Paypal site the entire paypal checkout process will be in Aussie dollars.Open the file in your catalog area includes/modules/payment/paypal.php.Find :[code]if (!in_array($my_currency, array('CAD', 'EUR', 'GBP', 'JPY', 'USD'))) {$my_currency = 'USD';[/code]and Change to :[code]if (!in_array($my_currency, array('AUD','CAD', 'EUR', 'GBP', 'JPY', 'USD'))) {$my_currency = 'AUD';[/code]That's it! Your done...a simple solution and your customers no longer get ...
Oscommerce meta tags
How to add Meta Tags to your oscommerce shop?To properly search engine optimize your oscommerce shop you need to add meta tags information to your shops pages and products. This can be accomplised in several ways, some automatic and some relaying on manual incertion of the meta info. In this article we will test and give examples of some of the most popular metodes and oscommerce meta tags contributions.1. Header Tags ControllerThis contribution lets you incert individual meta tags for ...
osCommerce installation
Here are the essential steps for a standard osCommerce installation in 5 minutes on your localhost.1. Unzip the file oscommerce-2.2ms2.zip. 2. Copy the 'catalog' folder and put it in your web server directory path.For example in Unix with Apache: /var/www/htdocs/catalogFor example in Windows with IIS: C:Inetpubwwwrootcatalog3. Keep your MySQL database username and password handy 4. Point your browser to: http://localhost/catalog/install/ and follow the on-screen instructions 5. Remember to change the directory and file permissions as recommended during the installation process.That's ...
Oscommerce design tutorial
How to change the design of your oscommerce shop?The look of osCommerce 2.2 Milstone is fairly easy to change if you have some knowledge of HTML and/or PHP, it usually only requires the change of 5 files.1. includes/header.php2. includes/footer.php3. includes/left_column.php4. includes/right_column.php5. Stylesheet.cssOscomerce Design Tips and Tricks.1. Go into your oscommerce web shop admin under configuration >> My Store and set Show Category Counts to False and next go to Tools >> Banner Manager and delete the default oscommerce banner.2. Upload ...
Oscommerce customization, to give your online store your style
Owning and operating an online store is now easier then ever. Thanks to the development of many software programs, just about anyone with some basic computer knowledge can manage a busy online shopping site and still have time for the important things in life. This is shown with the oscommerce software setups that are now available to people all over the Internet.Oscommerce, which is short for open source commerce, is a powerful tool in the online store arena. Using PHP ...
Oscommerce customization and you
There are a lot of services on the internet that offer templates and applications for oscommerce customization. When deciding on how to customize your website with the solutions that work best for you think about the aspects that you would like to see on the website. Items such as an easy viewable order history, product reviews, a display of what other customers have ordered with that product will aid in creating an oscommerce system that is customized to the needs ...
