- Web templates
- 3 Color Templates
- CSS Templates
- Dynamic Flash
- Dynamic Flash Photo Gallery
- Flash Animated Templates
- Flash CMS Intro
- Flash Intro Templates
- Flash Templates
- Dynamic SWISH Templates
- Full Package Templates
- Full Site templates
- JS Animated
- PSD Templates
- Razor Templates
- Stretched Template
- SWISH Animated templates
- Swish Templates
- XML Flash Templates
- PRO templates
- Responsive web templates
- E-commerce Templates
- CMS & Blog Templates
- Corporate Design
- Silverlight
- Video Templates
- Facebook Layouts
OsCommerce Category RSS
This tutorial is going to show you what files to edit and how to make changes to the automatic default email messages being sent out to customers such as the registration confirmation and the order confirmation on your Oscommerce site.
Read MoreosCommerce. How to move your installed osCommerce template to a different folder
April 16 2012 | Category: OsCommerce Tutorials
In this tutorial you will learn the way to move your installed osCommerce template to different folder.
Read MoreosCommerce. How to install new language
April 05 2012 | Category: OsCommerce Tutorials
This tutorial is going to show you how to add a new language to your osCommerce 2.2/osCommerce 2.3 website.
Read MoreosCommerce Troubleshooter. Missing graphics
February 23 2012 | Category: OsCommerce Tutorials
After osCommerce 2.3 template installation you can have an issue with the missing images/banners. …
Read MoreTroubleshooter. Cannot add header information - headers already sent
January 19 2012 | Category: Drupal Tutorials, Joomla! Tutorials, OsCommerce Tutorials, PrestaShop Tutorials, VirtueMart Tutorials, WordPress Tutorials, ZenCart Tutorials
This tutorial shows how to resolve the issue causing the "Cannot add header information – headers already sent" error message.
…
Read MoreosCommerce 2.3. Multiple product images
December 26 2011 | Category: OsCommerce Tutorials
This tutorial shows how to add multiple images to a single product in osCommerce. …
Read MoreSecure your osCommerce store!
October 31 2011 | Category: OsCommerce Tutorials
Security question has always been one of the most important things for any e-commerce store owner. In this post we’ll show you some ways to improve the security of your osCommerce 2.2 store and increase safety of your store visitors.…
Read MoreosCommerce 2.2RC2a. All the prices show 0.
September 30 2011 | Category: OsCommerce Tutorials
The issue could be caused by the incorrect procedure or adding/removing currencies in osCommerce 2.2RC2a. To resolve it please do the following:
1. Go to administration panel and click ‘Localization’->’Currencies‘.
2. Then add a new currency with the following settings:…
Read MoreOsCommerce 2.2 RC2a. I do not see banners
September 30 2011 | Category: OsCommerce Tutorials
The issue could be with the osCommerce installation dump. You will have to install the template locally and then on comparing osCommerce admin ‘Tools’->’Banner Manager’ settings add the banner manually. To be more specific you need to do the following:…
Read MoreosCommerce 2.3 How to change store title osCommerce 2.3
September 30 2011 | Category: OsCommerce Tutorials
The following tutorial will show you how to change the store title in osCommerce 2.3 Store title is displayed as the browser window or tab title (in the top left corner), as an alternative text for the logo and in the search results. The store title is an important part of your ecommerce website so let’s see how to change …
Read MoreosCommerce 2.3 How to change store logo osCommerce
September 30 2011 | Category: OsCommerce Tutorials
The following tutorial will show you how to change the store name in osCommerce 2.3. New osCommerce templates have the option to change the store logo in the administration panel. Let’s see how to use this feature. …
Read MoreosCommerce Warning: array_merge() error fix
September 27 2011 | Category: OsCommerce Tutorials
This tutorial will show you how to fix the following warning at your admin panel:
Warning: array_merge()… It usually looks like:
1. First of all, you need to look at the file mentioned file in the warning message. As you can see in the example it is:
/home/mgreen/public_html/adrian/osc/admin/customers.php
Open the mentioned file and find the following text (there can be …
Read MoreosCommerce Quick Guide
September 27 2011 | Category: OsCommerce
Our Team developed new osCommerce installation guide – a bunch of structured instructions and tutorials that will help you to complete the osCommerce installation procedure. It starts from the point when you ordered the osCommerce template and ends with the final installation step and starting your live website.…
Read MoreosCommerce. How to edit static pages
August 30 2011 | Category: OsCommerce Tutorials
This tutorial will show you how to edit static pages in OsCommerce templates (Privacy Policy, Conditions of use etc.)
- Login to your Admin panel.
- Go to Tools->Define Languages
- Select the file which you want to modify ( for Privacy page – ‘privacy.php’ , for Condition of Use – ‘conditions.php’)
- Edit the text and save the changes.
- Reload your browser to
…
osCommerce quick guide
July 22 2011 | Category: OsCommerce
This quick guide will help you to pass all steps of the osCommerce template installation. You can check the osCommerce template product description to learn more about osCommerce templates.
Preparations
Before you start working with the purchased template please check several things:
- Make sure you’ve already ordered hosting account and domain name.
- Check osCommerce template requirements from the template
…
Error: Invalid administrator login attempt
July 19 2011 | Category: OsCommerce Tutorials
The error may occur while trying to login to your oscommerce admin panel.
1. Open your database management tool (PhpMyAdmin or similar)
2. Open the SQL tab at the top
3. Into the SQL query window paste the following query and press Go button:
DROP TABLE IF EXISTS administrators; CREATE TABLE administrators ( id int NOT NULL auto_increment, user_name varchar(32) …Read More