Zen Cart Logo

Can it be done?

Locked

Views: 955

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
25 Jul 2007, 6:59 PM
#1
charlie_denver avatar

charlie_denver

New Zenner

Join Date:
Jul 2007
Location:
Cornwall UK
Posts:
33
Plugin Contributions:
0

Can it be done?

Greetings to you all

I wondered if anyone knew if its possible to : assign option name say SIZE, then have the ability to display products based on said option.

i.e. Show me all products with atribute <SIZE = XYZ> , from combo box, in a side bar maybe

Any info greatly appreciated

:blink:

25 Jul 2007, 7:05 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Can it be done?

There's nothing built in to Zen Cart to do this. But one of the joys of Open Source software is being able to extend it to achieve your own customer requirements. If you have some php knowledge and rudimentary database skills, this shouldn't be too difficult to do.

25 Jul 2007, 10:44 PM
#3
charlie_denver avatar

charlie_denver

New Zenner

Join Date:
Jul 2007
Location:
Cornwall UK
Posts:
33
Plugin Contributions:
0

Re: Can it be done?

Well I suppose I do have some rudimentary database skills, but alas, no rudimentary skills in PHP, which is a bit of a shame.
I wonder if anyone has ever had this kind requirement before, it seems quite normal to want to display products by size, especially when things come in all different shapes and sizes as they do. As you can tell, I'm quite new to Zen. I am a little suprised that I can't configure this, never mind.
The other possibilty is that I'm barking up the wrong tree and I need help in understanding how to configure my categories perhaps.
Nevertheless, I appreciate you reply and will nip into Truro for a book on PHP
:shocking:

26 Jul 2007, 1:41 AM
#4
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,607
Plugin Contributions:
0

Re: Can it be done?

It is possible to "cheat" and not have to touch code - You could create separate categories for the other the ways you want to display and link all of your products to the alternate sort ... Note: this does have some disadvantages also.

26 Jul 2007, 11:15 PM
#5
charlie_denver avatar

charlie_denver

New Zenner

Join Date:
Jul 2007
Location:
Cornwall UK
Posts:
33
Plugin Contributions:
0

Re: Can it be done?

I see what you mean Kim
There are about 50 sizes, I think this may be a bit too much.
Not to worry, I will get round it somehow
Thanks