osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

How to edit index_nested.tpl.php

This is a discussion on How to edit index_nested.tpl.php within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; I believe this is the file i need to edit to make the sub categories page look more attractive. (the ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Customization/Mods

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 05-09-2008, 07:45 AM
New Member
 
Join Date: Apr 2008
Posts: 21
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
Phixon is on a distinguished road
Default How to edit index_nested.tpl.php

I believe this is the file i need to edit to make the sub categories page look more attractive.

(the second page E.G. Mens clothing > DIFFERENT TYPES OF CLOTHES > products

how do i go about making that page a bit neater than this

http://tinyurl.com/5lux79

login - admin
PW admin (lowercase)

ideally i want them to look attractive like osCommerce

I understand css, but dont know how to apply to this php page
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 05-09-2008, 10:12 AM
osCMax Testing Team
 
Join Date: Nov 2002
Location: Orlando
Posts: 200
Thanks: 10
Thanked 22 Times in 14 Posts
Rep Power: 7
JohnW will become famous soon enoughJohnW will become famous soon enough
Default Re: How to edit index_nested.tpl.php

I'll try and help you with your last 3 questions at once since they're all similar. First thing is you should go through the admin panel line by line because most of the adjustments you want are right there and you don't have to hack the files. If you get to know the admin panel really well you'll save a lot of headaches.

You can select your items to display 2 per row like in the OSC example but you're showing your site with sub categories and they don't have any subcategories so the set up is different. They just have categories with the products listed which is very neat but not always practical. I have categories with several subs and it works pretty well.

You might find it easiest to make all your thumbnail pics a uniform height and use the mo pics function for a larger pic that can be enlarged on the product info page.

Hope this helps.
__________________
John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 05-09-2008, 10:57 AM
New Member
 
Join Date: Apr 2008
Posts: 21
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
Phixon is on a distinguished road
Default Re: How to edit index_nested.tpl.php

Well the person that will be using the site when finished will just dump them in, therefore they wont be uniform.

I want to try and contain each sub category but allow it some room to breath to allow various heights on the images.

In the meantime, i will do what you said and study each option in the admin area.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 05-09-2008, 11:10 AM
osCMax Testing Team
 
Join Date: Nov 2002
Location: Orlando
Posts: 200
Thanks: 10
Thanked 22 Times in 14 Posts
Rep Power: 7
JohnW will become famous soon enoughJohnW will become famous soon enough
Default Re: How to edit index_nested.tpl.php

Basically most of the control settings are in the admin/config section and admin/config/maximum values/categories to list per row is one of the settings. Under admin/images you can restrict the image dimensions.
__________________
John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 05-09-2008, 07:37 PM
Active Member
 
Join Date: Oct 2005
Location: wherever I happen to be at the moment
Posts: 405
Thanks: 3
Thanked 63 Times in 61 Posts
Rep Power: 6
met00 is a jewel in the roughmet00 is a jewel in the roughmet00 is a jewel in the roughmet00 is a jewel in the rough
Default Re: How to edit index_nested.tpl.php

also, the standard listing is the "list" view. I have found that many prefer the table view (product_listing_col) and then you can play with how many cols and how many items per page (remember that the # of items per page should be divisible by the # of cols... so if you have 4 cols then you want to use 24 items per page and 5 cols you want to use 35 (so you get 7 rows).
__________________
so endith the lesson
<think>sometimes I just sit's and thinks</think>
"Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 05-10-2008, 06:34 AM
osCMax Testing Team
 
Join Date: Nov 2002
Location: Orlando
Posts: 200
Thanks: 10
Thanked 22 Times in 14 Posts
Rep Power: 7
JohnW will become famous soon enoughJohnW will become famous soon enough
Default Re: How to edit index_nested.tpl.php

There really is a lot of flexibility and options built into Max2.0 that can be easily changed down the road if something doesn't work out, but sometimes simple is best. I actually like the list view because of the flow and I use long product names and it's real simple to scroll down. One thing I learned after starting my site in 2002 is that my clientele is not computer savy at all. I mention this because after looking at your site and the items you're selling I think the people that wil buy there are nature lovers that like things simple.

Food for thought.
__________________
John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to JohnW For This Useful Post:
Phixon (05-12-2008)
  #7  
Old 05-12-2008, 03:10 AM
New Member
 
Join Date: Apr 2008
Posts: 21
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
Phixon is on a distinguished road
Default Re: How to edit index_nested.tpl.php

After playing around with admin, i had (what to me at the time seemed at the time) a brain wave.
I realized that I could set the subcategory image HEIGHT to 100 instead of width which eliminated the height problem completely
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 05-12-2008, 07:49 AM
osCMax Testing Team
 
Join Date: Nov 2002
Location: Orlando
Posts: 200
Thanks: 10
Thanked 22 Times in 14 Posts
Rep Power: 7
JohnW will become famous soon enoughJohnW will become famous soon enough
Default Re: How to edit index_nested.tpl.php

That solves one problem but can create another because it distorts image aspect ratio and it doesn't compress the file size for faster loading. If you have a lot of pictures that vary you will see what I mean. Ultimately, it's worth taking the time to process the pics ahead of time.
__________________
John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 05-12-2008, 02:58 PM
New Member
 
Join Date: Apr 2008
Posts: 21
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
Phixon is on a distinguished road
Default Re: How to edit index_nested.tpl.php

How will it distort the aspect, as there is no width restrictions?

This only applies to when the images are displayed in the sub category page, in the rest of the site, it is determined by height as normal.

I personally don't have a problem with processing the images, but I want to make it as easy i can for the person I am making it for.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 05-13-2008, 12:05 AM
Active Member
 
Join Date: Oct 2005
Location: wherever I happen to be at the moment
Posts: 405
Thanks: 3
Thanked 63 Times in 61 Posts
Rep Power: 6
met00 is a jewel in the roughmet00 is a jewel in the roughmet00 is a jewel in the roughmet00 is a jewel in the rough
Default Re: How to edit index_nested.tpl.php

For ages I used to not care about how clean the images were for the sub-cats. But as more and more people have come on-line and the on-line world is getting more competitive how these images look does start to make a difference.

The end result was that I am slowly creating a standard look and feel. I created a simple template in a .psd file and then I place my "images" in the template which is fixed in height and width. Now all my sub-categories line up nice and neat. The site looks much more professional and I have actually gotten comments from customers on why some categories look less professional than others (I explain that we are doing a specific number of them every day and we will be done by August).
__________________
so endith the lesson
<think>sometimes I just sit's and thinks</think>
"Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



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
products_new.tpl.php dead7 osCMax v2 Customization/Mods 29 06-02-2008 11:03 AM
Questions about main_page.tpl.php simplex osCMax v2 Customization/Mods 0 05-18-2007 05:20 PM
products_weight on product_info.tpl.php ? dead7 osCMax v2 Customization/Mods 1 04-02-2007 11:10 AM
index_default.tpl.php - Edit New Products Table Look & F imgmkr osCMax v2 Customization/Mods 1 07-22-2006 08:03 PM
Main_Page.tpl.php NOT working??? why??? JamesAnthony osCMax v1.7 Discussion 2 10-21-2003 07:17 PM


All times are GMT -8. The time now is 10:29 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax