Book Image

Deep Inside osCommerce: The Cookbook

By : Monika Mathe
Book Image

Deep Inside osCommerce: The Cookbook

By: Monika Mathe

Overview of this book

osCommerce has been around since March 2000. At present there are over 10,000 live, registered osCommerce sites, and about 100,000 registered community members. Apart from providing ready-made solutions to problems, as well as a huge repository of information, the osCommerce community is a living entity with which we can all interact. With the rising success and popularity of this remarkable piece of software, things can only get better.
Table of Contents (17 chapters)
Deep Inside osCommerce: The Cookbook
Credits
Foreword
About the Author
About the Reviewers
Introduction

6. Add Extra Links to Your Category Box


Depending on your layout and structure, you may benefit from adding important links directly to the bottom of your category box. You can use any links from your website that you want to put into easy reach. If you have added contributions that list all products, you can of course add a link to that page here also.

Presentation

In this example, direct links to the pages Specials, What's New?, and Reviews were added. Your screen will look like the following screenshot if you are adding this recipe; the links Specials, What's New?, and Reviews are added to your category box, separated by a line to make navigation even more intuitive:

If you're looking for the cream of the cream, this is for you!

Ingredients

Note

Modified:

catalog/includes/boxes/categories.php

Cooking

  1. 1. Open catalog/includes/boxes/categories.php and find this in line 132:

$info_box_contents[] = array('text' => $categories_string);
  • Add the following code right below it:

$info_box_contents...