OsCommerce Category RSS

This section deals with installing and editing OsCommerce templates. Many useful tips are included. Please use the navigation buttons below or main navigation menu to browser through topics.

This tutorial shows how to resolve the issue causing the "Cannot add header information – headers already sent" error message.

Read More

This tutorial shows how to add multiple images to a single product in osCommerce.

Read More

osCommerce. How to edit footer

November 09 2011 | Category: OsCommerce Tutorials

To edit the footer copyright notification in your OsCommerce store you can follow these instructions:

Read More

Secure 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 More

This tutorial will show you how to resolve the issue with the file permissions and remove the warning message from the top of your osCommerce store. This error is triggered because the permissions on the file are set to Read, Write and Execute (UNIX) or on Windows no attributes are checked in the file properties.

Read More

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 More

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 More

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 More

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…

Read More

Recently our developers enhanced the OsCommerce 2.3 templates with new featured, functionality and administration panel options.

Maximum Values listing

New configuration options are available under Admin -> Configuration -> Maximum Values listing. Non-default options are marked with bold font.

Read More

osCommerce 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 More

This tutorial will show you how to edit static pages in OsCommerce templates (Privacy Policy, Conditions of use etc.)

  1. Login to your Admin panel.
  2. Go to Tools->Define Languages
  3. Select the file which you want to modify ( for Privacy page – ‘privacy.php’ , for Condition of Use – ‘conditions.php’)
  4. Edit the text and save

Read More

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:

  1. Make sure you’ve already ordered hosting account and domain name.
  2. Check osCommerce template requirements from

Read More

This tutorial will show you how to edit header user menu in osCommerce 2.3 templates.

 

Locate menu file
  1. Open your osCommerce installation directory
  2. Go to includes\modules\boxes directory
  3. Open hm_user_menu.php file with your PHP editor

The header user menu is created using the unordered list layout.

$data = '<ul class="user_menu">'.
	'<li class="'.$button_act2.'"><a href="' .$acc_link.

Read More

This tutorial will show you how to edit header navigation menu in osCommerce 2.3 templates.

 

Locate menu file
  1. Open your osCommerce installation directory
  2. Go to includes directory
  3. Open menu.php file with your PHP editor

The header menu is created using the unordered list layout.

 <ul>
<li class="menu_item un <?php if ($tab_sel == tep_href_link(FILENAME_DEFAULT))

Read More

This tutorial will show you how to edit footer menu in osCommerce 2.3 templates.

 

Locate menu file
  1. Open your osCommerce installation directory
  2. Go to includes\modules\boxes directory
  3. Open fm_menu.php file with your PHP editor

The footer menu is created using the unordered list layout.

$data = '<div class="Footer_BoxWrapper">' .
'  <h4 class="Footer_BoxHeading">' .

Read More

osCommerce templates starting from #32533 are provided with new sample sub-pages.

Read More