Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / multiple attributes, one download

multiple attributes, one download

Locked

Views: 2,816

Results 1 to 12 of 12
This thread is locked. New replies are disabled.
26 Jun 2006, 4:31 AM
#1
redxiii avatar

redxiii

New Zenner

Join Date:
Jun 2006
Posts:
58
Plugin Contributions:
0

multiple attributes, one download

Seems a bit easy if it was a normal product. And the changes to price for each option I can understand.

Just wondering, how can I make a zip file product with two attributes (two options for the first and two options for the second) and have them define the file to be downloaded?

Product

Version

Lite

Full

Platform

WinXP

OSX

Add To Cart

File is like product1_full_winxp.zip

Thanks in advance.

27 Jun 2006, 5:07 AM
#2
redxiii avatar

redxiii

New Zenner

Join Date:
Jun 2006
Posts:
58
Plugin Contributions:
0

Re: multiple attributes, one download

Please... help me... anyone?
Or am I attempting the impossible?

27 Jun 2006, 6:43 AM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: multiple attributes, one download

This is not different than shirts s,m,l and color red,white,blue.

You can load the demo products in another zencart instance with its own DB and see many of the attributes settings & cases in action.

Basically:(you choose radio or dropdown)

option name = platform
option value = Win
option value = Mac

option name = version
option value = full
option value = light

this will produce the correct order, placing the correct download with the combinations might be another thing.

You might look to the cross sell mod in the download section and config this to provide the correct download when selected

29 Jun 2006, 6:05 AM
#4
arlette avatar

arlette

New Zenner

Join Date:
May 2006
Posts:
29
Plugin Contributions:
0

Re: multiple attributes, one download

I myself am faced with the same type of problem.
I wish to sell embroidery design files. The customer can choose
from 2 sizes and must also choose from 10 different formats.
Their choices would determine which zip file they would
receive after payment for download.

If I understand the reply to the original post, there is NOT
a way for this to be done in ZenCart??? If there is a way this can be done, could someone please explain in laymans terms How to set the attributes etc.. for this to work??

Thanks

Arlette

29 Jun 2006, 6:14 AM
#5
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: multiple attributes, one download

Easiest way is as kobra suggested i.e.

You can load the demo products in another zencart instance with its own DB and see many of the attributes settings & cases in action.
There is an option in admin to copy attributes across to your own items.

29 Jun 2006, 7:46 AM
#6
arlette avatar

arlette

New Zenner

Join Date:
May 2006
Posts:
29
Plugin Contributions:
0

Re: multiple attributes, one download

Ok I got it figured out. Will explain how I did it.
I made a new Option Name . Size & Format. (Dropdown)
I then set up option values. i.e. 4x4 VIP ( the size and format)
I then went into attribute controller and added each of my option values with the appropriate zip file in the download section.
I hope this explanation makes sense.

Seems so easy yet I spent the ENTIRE day and evening trying to
figure this one out. Ya know what they say about it being right
under your nose :blush:

Thx
Arlette

29 Jun 2006, 7:49 AM
#7
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: multiple attributes, one download

Will explain how I did it.
Great news.. thanks for posting how you accomplished
:thumbsup:

30 Jun 2006, 4:28 AM
#8
redxiii avatar

redxiii

New Zenner

Join Date:
Jun 2006
Posts:
58
Plugin Contributions:
0

Re: multiple attributes, one download

Ah, creating an option of two combined fields (e.g. Size + Format) may be the simplest method, but the main reason why I wanted these fields separated is to have it displayed two sets of radio/dropdown options in the shop rather than a long selection of combinations.

O Small+TypeA
O Small+TypeB
O Small+TypeC
O Medium+TypeA
O Medium+TypeB
O Medium+TypeC
O Large+TypeA
O Large+TypeB
O Large+TypeC

My idea:

O Small O TypeA
O Medium O TypeB
O Large O TypeC

30 Jun 2006, 5:02 PM
#9
arlette avatar

arlette

New Zenner

Join Date:
May 2006
Posts:
29
Plugin Contributions:
0

Re: multiple attributes, one download

I understand what you are wanting. It is the same as I was wanting
on my site also. Unfortunatly I could find no way to make the 2 seperate attribute choices work. If you figure out a way please post
the how-to's here. I would still like to do the seperate choices but until
it is explained how I will just have to stick with the single dropdown.

Good luck :smile:

Arlette

30 Jun 2006, 7:37 PM
#10
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: multiple attributes, one download

For Download files ... you cannot make 2 separate Option Names for the Option Values as they are only really getting 1 filename out of a set of 6+ choices ...

You would want to make an Option Name as a Dropdown or Radio Button Type called something like: Version

Then Option Values that break down the separate, available Download formats:

Windows Full
Windows Lite
MAC Full
MAC Lite

Each would have the proper filename added to it ...

NOTE: it is recommended that Downloads be Zipped and contain no spaces nor special characters in the filename ...

30 Jun 2006, 7:39 PM
#11
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: multiple attributes, one download

NOTE: to ensure that the "proper" version is selected by the customer ...

Make an Option Value called: Select your Version Below (or something meaningful) and set to Sort Order 0 and Default and Display Only ...

This "forces" the customer to make a valid choice of their own ...

1 Jul 2006, 2:45 AM
#12
redxiii avatar

redxiii

New Zenner

Join Date:
Jun 2006
Posts:
58
Plugin Contributions:
0

Re: multiple attributes, one download

Alright, I guess I'll go with the dropdown option or the long radio list then. Say, it is possible to have the combined option as a hidden input and have two other option sets make a choice from the hidden one using javascript? Hmm... I'll test that as well...