Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-23-2008 11:15:47

posnpretty
Member
From: Kentucky
Registered: 05-04-2008
Posts: 130
Website

Category Skins

I'm assuming it's possible to create new skins for different category displays, is that correct? I want some of my categories to have slightly different layouts.

Thanks,
Cyndi

Offline

 

#2 08-23-2008 11:30:23

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: Category Skins

Yes you can create different skins for categories and products, once created you will need to set which skin they use in there respective admin pages.

John

Offline

 

#3 09-08-2008 15:19:33

posnpretty
Member
From: Kentucky
Registered: 05-04-2008
Posts: 130
Website

Re: Category Skins

I'm ready to start working on this, but I'm not sure where to find what I need to clone in order to create an alternate Category skin.

What I want/need to do is change the display for SOME of the categories. Specifically, I need to change the Title from 'Category' to 'Product' (or similar).

The reason being that in order to use color and size options, I was advised by Kryptronic Support to create my main product IDs as Categories, and the color IDs as Products with size Options. This is in order to reduce inventory when purchases are completed, because the majority of my clothing products are one-of-a-kind.

I think it would be less confusing for the customer if the main Products don't have 'Category' for the Title. I just need to know where I would go to create a new Category skin. (I hope this makes sense!).

Thanks,
Cyndi

Offline

 

#4 09-10-2008 10:30:52

posnpretty
Member
From: Kentucky
Registered: 05-04-2008
Posts: 130
Website

Re: Category Skins

Still looking for help with this.

Thanks,
Cyndi

Offline

 

#5 09-10-2008 11:23:10

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: Category Skins

All you need to do is clone your existing skin, give it a name you like and then edit it how you want it to look. Then in the category you want just select that skin for it to use.

John

Offline

 

#6 09-10-2008 11:29:29

posnpretty
Member
From: Kentucky
Registered: 05-04-2008
Posts: 130
Website

Re: Category Skins

John,

I'm just not sure where in my skin.php to make the changes. I'm using a clone of the Ecommerce skin.

Thanks,
Cyndi

Offline

 

#7 09-10-2008 12:31:19

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: Category Skins

That depends on what you want to do but you are free to change everything if you want. If you want what ccp will input dynamically then you will need to leave those things that are labeled as required in the skin.php file. The really import line in the center is (but this want work without the skinfunc call at the top)

Code:

<?php $skinfunc->content(); ?>  </td>

which is the only area that changes everything else in the skin.php file could be considered as static or common to all pages of the site. In general you would leave the header information and the required debug line at the bottom which closes the site and information in the memory, the rest is up to you.

John

Offline

 

#8 09-10-2008 12:40:21

posnpretty
Member
From: Kentucky
Registered: 05-04-2008
Posts: 130
Website

Re: Category Skins

John, thanks for the information. I will give this a try and see if I can manage to just change the title of Category to Products for certain categories.

Thanks,
Cyndi

Offline

 

Board footer