Contributions
Category Descriptions
With the help of Contribution Categories Names
Created by Edward Deutsch.
This contributionn adds a category description to your store, you can enter a description for each category, or leave it blank if you do not wish to have one for a particular category.
To see this contribution in action, please go to http://www.justspiffy.com/store
Expand All / Collapse All
As requested, a new version with multilingual support.
+ Addedd "revisions.txt" and "LICENSE" file
+ Multilingual version (As standard OsCommerce behavior)
+ Created support thread (http://forums.oscommerce.com/index.php?showtopic=251308)
* If no title is given, it will use the defined title
* Updated "readme.txt"
FOR SUGGESTIONS/HELP: http://forums.oscommerce.com/index.php?showtopic=251308
Two corrections:
1. Broken image fix:
In catalog/index.php around line 70:
<?php echo tep_image(DIR_WS_IMAGES . $image, HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT, 'ALIGN=right'); ?>
should be:
<?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT, 'ALIGN=right'); ?>
If not you have a broken image in a category that has sub-categories.
2. Category Title:
Contrary to the last authors statement, there's no Default Page Header on your page if you leave this blank in admin. No prob, but just copy the Category name (or some other text) into the Category Title field.
Full package.
Added
+ Added the field Category Header
Changes
* Simplified procedures
* Changed used CSS code to existing CSS code
* Changed used TABLE to existing TABLE
* Made a textarea instead of an input field for the description
* Rewrote the readme.txt
NOTE: If you are upgrading from previous versions, I would suggest you first install the new contribution, and then export all existing data from previous table and import it to the new table (categories_id is identical).
Same package as below, just forgot to include the style sheet code for it.
Just enter
.catdescript {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #850A0A;
font-weight: bold;
text-decoration: none;
}
If you do not wish to download again.
Version 4.0 took the descriptions and put them in the database instead of in text files.
This will add a new field to the new category screen right under the sort order. for your category description. the description will appear next to the category image and under the page heading.
to this script in action go to http://www.justspiffy.com/store
Category Descriptions 2.0
language support added, with new install instructions
To see this contribution in action, Please visit http://www.justspiffy.com/store
Of coursae doesn't take long to find an error
this is the same package, just simplified the install, and keep the Optional product list filter intact.
To see this contribution in action, Please visit http://www.justspiffy.com/store
With the help of Contribution Categories Names
Created by Edward Deutsch.
This contributionn adds a category description to your store, you can enter a description for each category, or leave it blank if you do not wish to have one for a particular category.
To see this contribution in action, please go to http://www.justspiffy.com/store
Note: Contributions are used at own risk.