Zen Cart Logo

2 different listings?

Views: 400

Results 1 to 3 of 3
17 Aug 2011, 8:40 PM
#1
stsung avatar

stsung

New Zenner

Join Date:
Aug 2011
Posts:
21
Plugin Contributions:
0

2 different listings?

Hello,
I'm new to zen cart and as well to this forum, even though I already found a lot of information here. I want someone from you to confirm what I found or tell me if something like that is possible.

I have a shop online (runs in show case mode with no prices..). There are few things I need. I expect that they will need php coding experience but before I start figuring out what to do about that I would like to know if there isn't a way how to go around it in a way.

my shop is located at http://outcast.cz/.

I need to different kind of listings. I was trying to figure out a way how to do it and I always ended up at new product type. I need singles to show up as an actual list and the rest as it is.

is there a way how to do it?

17 Aug 2011, 8:52 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: 2 different listings?

Do you mean you want listings of single cards to be in vertical list form and listings of packs to be in grid form as is? You could do that with a test in /includes/modules/your_template/product_listing.php, to use one or the other form depending on the category id being handled. This technique has been described here before, so you might try searching for it.

17 Aug 2011, 10:20 PM
#3
stsung avatar

stsung

New Zenner

Join Date:
Aug 2011
Posts:
21
Plugin Contributions:
0

Re: 2 different listings?

thanks, I'll check it out.