osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Categories still not acting right:::::

This is a discussion on Categories still not acting right::::: within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Im using MS2MAX....I used the category update because I was having problems with my category box not showing my categories ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 10-20-2003, 07:57 PM
New Member
 
Join Date: Oct 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
stick00
Default Categories still not acting right:::::

Im using MS2MAX....I used the category update because I was having problems with my category box not showing my categories or subs...When i first load the page it shows correctly,,,But when i go to a product from my category box,I lose all my categories.Backspacing does not show missing categories either,even if i backspace to the beginning page..Please help,Eric
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 10-21-2003, 08:20 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,080
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

What category update? Could you be more specific? The categories work fine without any updating. ??
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 10-22-2003, 06:57 PM
New Member
 
Join Date: Oct 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
stick00
Default

--Quote from msasek------------------------------------------------------------------------------
Quote:
Hi all,

This bugfix corrects a problem with the Category Descriptions mod in MS2-MAX v1.5.1 and earlier.

Bug Description
This bug causes category descriptions in Sub Categories not to display, as well as any new Main category descriptions that you may add.

Bug Fix
If you have not made any changes to the index_products.tpl.php file, just unzip the attached archive and upload the file to your /catalog/templates/content directory, overwriting the existing file.

If you have made changes to the file, find this code:

Code:
// Get the right image for the top-right
$image = DIR_WS_IMAGES . 'table_background_list.gif';
if (isset($HTTP_GET_VARS['manufacturers_id'])) {
$image = tep_db_query("select manufacturers_image from " . TABLE_MANUFACTURERS . " where manufacturers_id = '" . (int)$HTTP_GET_VARS['manufacturers_id'] . "'");
$image = tep_db_fetch_array($image);
$image = $image['manufacturers_image'];
} elseif ($current_category_id) {
$image = tep_db_query("select categories_image from " . TABLE_CATEGORIES . " where categories_id = '" . (int)$current_category_id . "'");
$image = tep_db_fetch_array($image);
$image = $image['categories_image'];
}
?>
<td align="right"><?php echo tep_image(DIR_WS_IMAGES . $image, HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
</tr>


And, immediately after the </tr> tag, add the following code:
Code:
<?php if ( (ALLOW_CATEGORY_DESCRIPTIONS == 'true') && (tep_not_null($category['categories_description'])) ) { ?>
<tr>
<td align="left" colspan="2" class="category_desc"><?php echo $category['categories_description']; ?></td>
</tr>
<?php } ?>


Thats it. Bug Fixed. This updates the current full version to v1.5.2.

This is what i did msasek...Its is odd tho i see my categories<products> when the page first opens,,But when i hit one of my products i go to the product that i hit but i dont see the master categories in my category box.<you know how you can see the ctagories or products on everypage>I dont just on the firsts page........
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
shipping weight acting strange Jimkelly23 osCommerce 2.2 Discussion 1 09-09-2005 12:30 PM
Help with categories krissj osCMax v1.7 Discussion 1 12-09-2004 12:41 PM
Want to show categories AND sub categories in index.php!! calle osCommerce 2.2 Modification Help 0 10-27-2004 12:51 PM
CATEGORIES BOX does not display categories list glk osCMax v1.7 Discussion 2 03-05-2004 11:09 AM
categories in MS2 Max gellnsh osCMax v1.7 Discussion 1 09-25-2003 02:43 PM


All times are GMT -8. The time now is 08:52 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax