osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Category name

This is a discussion on Category name within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; hi guys ( & girls too ) When i Click a category... I see in the header "Let's see what ...


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 06-10-2004, 11:27 AM
Member
 
Join Date: Apr 2004
Location: Argentina
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
damnedpig
Default Category name

hi guys ( & girls too )
When i Click a category... I see in the header

"Let's see what we have here"
How should I instead show the category's name ? At least for product listing...

I have BTS, which file should i touch for this?

thanks alot in advance
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 06-10-2004, 05:30 PM
New Member
 
Join Date: May 2004
Location: Philadelphia, USA
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
negvibe
Default Category in Heading

In /catalog/index.php

find this line (around lines 65-75):

Code:
<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
replace with this:

Code:
<td class="pageHeading"><?php echo $breadcrumb->last(); ?></td>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 06-10-2004, 06:23 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,331
Thanks: 68
Thanked 322 Times in 305 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

Category headings are fully editable in MS2-MAX. Just specify the category name and category desrcription when you create the category, and it will automatically appear. This will not work in all templates by default, just the aabox template. If you are using another template besides aabox, you will have to copy the content files from the aabox template to the other template.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • 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.

  • 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!
  #4  
Old 06-10-2004, 07:00 PM
Member
 
Join Date: Apr 2004
Location: Argentina
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
damnedpig
Default

it sounds nice msasek...
but, how would u translate to english?
:P :P
or translate 2 code... :P
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 06-11-2004, 08:23 AM
Member
 
Join Date: Apr 2004
Location: Argentina
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
damnedpig
Default

negvibe
i got this error when i put the code
Code:
Fatal error: Call to undefined function: last() in D:\Inetpub\shopnuevo\catalog\templates\alipo\content\index_products.tpl.php on line 5
msasek:
i cannot c a field to enter categories descriptions in the admin section...
what could i put in the index_products.tpl.php to show categ. name (just that, i dont care description)..

thanks again
__________________
Henry Becerra
ICQ: 18048153
MSN: qbecerra@hotmail.com
Yahoo: qbecerra
http://www.beza.com.ar

San Juan - Argentina
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 06-11-2004, 08:50 AM
New Member
 
Join Date: May 2004
Location: Philadelphia, USA
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
negvibe
Default

Yeah, I was quick to post - That code I posted is for standard osC 2.2 so it's prob not gonna work in your case. Sorry for the confusion.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 06-11-2004, 09:09 AM
Member
 
Join Date: Apr 2004
Location: Argentina
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
damnedpig
Default

no problem
here we work with MS2 MAX latest stable version
will wait until Michael drops some tips ...
anyway, thanks alot negvibe
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 06-11-2004, 11:19 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,331
Thanks: 68
Thanked 322 Times in 305 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

Ok, in ms2-max, when you create categories in the admin panel, you will see the following fields:

Category Name
Category Heading Title
Category Description


Fill them in. If you are using the default aabox template (the blue one), the content of those fields will automatically appear on the category pages instead of 'Lets see what we...'

If you are using one of the other templates (like OneTable or osC) this will not be the case. To get it to work on those templates, you will need to copy all the files in /templates/aabox/content to the content dir of the template that you are using (overwriting all the files).

There is no code to edit, it is all handled from the admin control panel.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • 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.

  • 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!
  #9  
Old 06-11-2004, 11:32 AM
Member
 
Join Date: Apr 2004
Location: Argentina
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
damnedpig
Default

this is what i call Helpful
thanks alot michael...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Adding Category Descriptions in Category List for each Cat. el1jones osCMax v2 Customization/Mods 1 03-15-2006 01:37 AM
Browse By Category MSatterwhite osCMax v1.7 Discussion 0 01-18-2005 09:36 AM
Browse By Category MSatterwhite osCommerce 2.2 Modification Help 0 01-18-2005 09:12 AM
Sub-category pics Dumb_Question osCommerce 2.2 Modification Help 1 09-11-2003 12:41 PM
New category does not create new category folder Anonymous osCommerce 2.2 Installation Help 3 02-23-2003 12:52 PM


All times are GMT -8. The time now is 02:24 AM.


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