Zen Cart Logo

Attributes HOW-TO

Sticky Locked

Views: 314,367

Results 101 to 120 of 438
This thread is locked. New replies are disabled.
13 Mar 2005, 10:54 PM
#101
ajeh avatar

ajeh

Oba-san

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

Attributes HOW-TO

If your sort orders are not perfect then there is a problem with cough user error.

A sort order does not change its mind.

Either it works or it doesn't.

If you find your defaults do not work, perhaps checking the defaults setup on the Option Values would be a good idea.

On copying to a few products in "what ever" categories ... the current methods of pick 200 out of 10000 products would choke most servers.

I am working on a solution to this for a future release.

Default settings that do not work for you could be changed in the code ... you would have to maintain this for now as the Admin has not been re-written yet and it will be sometime before it is and has any kind of override system.

And then we could all dream about the day of getting all the folks needing all these neat new toys for Attributes to pool together and make really healthy donation on a monthly basis, each, to Zen Cart so that all we had to do was focus on Zen Cart and not do other silly things in order to feed my Kitty ... B)

12 Apr 2005, 5:46 AM
#102
wissa avatar

wissa

New Zenner

Join Date:
Apr 2005
Posts:
2
Plugin Contributions:
0

Re: Attributes HOW-TO

Hi

Is there a way of allowing the user to select multiple options. So, if I had attribute options and I wanted to select more than one of them, how would I implement that?

Thanks,
Wissa

12 Apr 2005, 5:50 AM
#103
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Attributes HOW-TO

I'd make them checkboxes instead of radio buttons. You can select the type when defining the attributes.

15 Apr 2005, 4:24 PM
#104
mordechai avatar

mordechai

New Zenner

Join Date:
Jul 2004
Location:
Minnesota
Posts:
29
Plugin Contributions:
0

Re: Attributes HOW-TO

HI,

Is there any way to tie attributes to quantity in stock?

For instance...
I have 5 RED hats and 2 BLUE hats in stock.
Under Category/Products I can set the "Products Quantity" as seven.
There is nothing to stop customers from buying 3 BLUE hats when I only have two.

This can get very complicated. I have some products with 3 sizes and 12 - 14 color choices. :blink:

15 Apr 2005, 4:29 PM
#105
ajeh avatar

ajeh

Oba-san

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

Re: Attributes HOW-TO

Not at this time.

This is scheduled for v1.4 to have Stock/Attributes

25 Apr 2005, 4:26 AM
#106
drmphotos avatar

drmphotos

New Zenner

Join Date:
Mar 2005
Posts:
6
Plugin Contributions:
0

Re: Attributes HOW-TO

Ok Hi again, this'll be my second silly question, but here goes, is there some way to have downloads the a customer can download without having to go through the order details, I have shareware screensavers that have an expiry date for the customer tp purchase, when they opt to purchase I can have the screen saver direct them to whereever I want.

Also my test download screensaver will not download, it's 3.5mb but only a smal 1.4k file gets created on my local machine.

Can someone please point this newbie in the right direction.

Thanks in advance
Darin
drmphotos.com

26 Apr 2005, 9:54 PM
#107
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Re: Attributes HOW-TO

Hmmm I am having a problem with text options. I have added a few text options but when I try to go to the attribute controller to add them to the product, it says Warning: No Option Values Have Been Defined and won't go to the Attribute Controller. If I go to Option Values, there is nothing in the Option Name dropdown because I put all the Option Name types as text. How on earth do I get the text boxes into my product listing?! This worked fine on older versions of Zen. I am using the newest version with the patch. Anyone have any ideas?

Thanks so much!
Danielle

26 Apr 2005, 10:59 PM
#108
ajeh avatar

ajeh

Oba-san

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

Re: Attributes HOW-TO

Did you delete the TEXT value from the products_options_values table?

Sort the table on products_options_values_id

If TEXT is missing add:

INSERT INTO products_options_values (products_options_values_id, language_id, products_options_values_name) VALUES (0, 1, 'TEXT');

Then check your products_options_types table ... you should have 6 values in there:

If not, you can delete what is there and re-add them with:

INSERT INTO products_options_types (products_options_types_id, products_options_types_name) VALUES (0, 'Dropdown');
INSERT INTO products_options_types (products_options_types_id, products_options_types_name) VALUES (1, 'Text');
INSERT INTO products_options_types (products_options_types_id, products_options_types_name) VALUES (2, 'Radio');
INSERT INTO products_options_types (products_options_types_id, products_options_types_name) VALUES (3, 'Checkbox');
INSERT INTO products_options_types (products_options_types_id, products_options_types_name) VALUES (4, 'File');
INSERT INTO products_options_types (products_options_types_id, products_options_types_name) VALUES (5, 'Read Only');

Be sure to backup your database before doing any changes.

30 Apr 2005, 2:07 AM
#109
skyewolf avatar

skyewolf

New Zenner

Join Date:
Apr 2005
Posts:
2
Plugin Contributions:
0

Re: Attributes HOW-TO

OK, maybe this has bee covered and I missed it LOL...but I'm having difficulty wrapping my brain around the whole attributes thing.

I sell prints in varying sizes at varying prices. I have:

Poster prints in 11 x 14, 16 x 20 and 20 x 30 and Fine Art Canvas in Small and Large sizes, each size has a different price (obviously) Right now I have the products structure set up rather cumbersome with a section for each size. Can I do this with attributes instead so that the customer can chose the size they want from a dropdown box and it will be priced correctly? and if I can, how do I do it? The attributes interface is baffling to me... :blink:

If you want to take a look at what I'm talking about it's here:

http://www.skyewolfimages.com/cart/

30 Apr 2005, 2:34 AM
#110
ajeh avatar

ajeh

Oba-san

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

Re: Attributes HOW-TO

If managing inventory is not an issue you could have the Product Price set up 2 ways.

1 Product Price 7.99
Attributes:
Option Name: Size
Option Value:
11 x 14 (No Price)
16 x 20 + 10.00

2 Product Price 0.00
Price by Attributes Yes
Option Name: Size
Option Value:
11 x 14 7.99
16 x 20 17.99

All display prices would read the lower price

30 Apr 2005, 2:49 AM
#111
skyewolf avatar

skyewolf

New Zenner

Join Date:
Apr 2005
Posts:
2
Plugin Contributions:
0

Re: Attributes HOW-TO

Thank You!! Between your reply and my own stubbornness I think I figured it out! :D

30 Apr 2005, 2:53 AM
#112
ajeh avatar

ajeh

Oba-san

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

Re: Attributes HOW-TO

Glad that this could help you see the various alternatives available :)

16 May 2005, 8:01 PM
#113
ddalton avatar

ddalton

New Zenner

Join Date:
Apr 2005
Posts:
9
Plugin Contributions:
0

Re: Attributes HOW-TO

Is there a date attribute, how do I setup a date attribute?

16 May 2005, 8:33 PM
#114
Kim avatar

Kim

Obaa-san

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

Re: Attributes HOW-TO

Date? As in choose from a calendar? Or insert certain dates to choose from?

21 May 2005, 6:35 PM
#115
decorlines avatar

decorlines

New Zenner

Join Date:
May 2005
Posts:
13
Plugin Contributions:
0

Re: Attributes HOW-TO

Hello all and thank you for the much needed info in this thread. But (and there's always a but) I have question as well. I have looked all through this thread and others, but have not found this issue.

I have several products that feature the same artwork (throw, pillow, tote bag, etc). So, I'll have one product description and have the customer choose which item they want (throw or pillow, etc) in a drop down menu, each with different pricing.

I would like the attributes to read Item (Price), such as

Throw ($39.95) instead of Throw (+$23.00)

But, of course, when I put in just $39.95, it gets added to the base price when selected (a throw ends up being $56.90 instead of $39.95).

In other words, I'd like the attribute drop down to list the ACTUAL price of the item instead of the + or - from the base price and then have that acutal price end up in the shopping cart. Is there a way to do that?

Any help is appreciated.

Thanks in advance!

21 May 2005, 6:52 PM
#116
Kim avatar

Kim

Obaa-san

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

Re: Attributes HOW-TO

Set your product price to $0 and priced by attributes.

21 May 2005, 8:55 PM
#117
decorlines avatar

decorlines

New Zenner

Join Date:
May 2005
Posts:
13
Plugin Contributions:
0

Re: Attributes HOW-TO

Thanks--that worked perfectly and actually made so much sense that I should smacked! ::tup

21 May 2005, 9:25 PM
#118
Kim avatar

Kim

Obaa-san

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

Re: Attributes HOW-TO

::bng

Consider yourself smacked :)

22 May 2005, 1:14 PM
#119
l2studios avatar

l2studios

New Zenner

Join Date:
May 2005
Posts:
14
Plugin Contributions:
0

Re: Attributes HOW-TO

OK... I just read through all 16 pages of this thread and I still seem to be missing something.

I am concedering, once, I figure this out to write a post up with screen shots to follow for people like myself who are just not getting it. ::frust

Anywho,

OK... so this is what I am doing.

  1. Go Catalog -> Attribute Controller
    (WARNING message comes up tell you: No option names have been defined)

  2. Under Option Name (en: ________________________ )
    I type in the word "Color"

  3. Option type select "Dropdown"

  4. Hit Insert

Next Step:

  1. Hit "Option Values" right above the box I entered Step One in.

  2. Option Value ( en:__________________ )
    I type in "Black"

  3. Leave Order box blank, and select "Insert"

  4. Then I am given the choice to enter a second value. Since this is a dropdown I no do Steps 6 & 7 again, but this time I enter "Blue".
    (( I have more colors I need to enter, but we will just do these for now))

Next Step:

  1. Select "Attribute Controller" l Screen Shot

  2. Then I must Select a Catagory with Products. One with the ( * ) symbol next to it. So, I do.

  3. I then see this screen: Scrren Shot

I highlight the product I am wanting the Attribute for and select Display.

  1. Which then brings me to this: Scrren Shot

  2. I then highlight the name (i have tried highlighting and no highlighting), and select "Insert"

  3. Which then gives me this error message at the top
    "Attribute Option and Option Value Do NOT Match - Attribute was not added - : TEXT"

Now, I think this may be caused by this here: Scrren Shot

But, I did not enter it to be there. Like I said, I have read all through these pages, plus did a search, but I think I am missing something.... I have even gone back to try and edit the product itself with no success.

Please Help!!

:D

Zach L

22 May 2005, 1:23 PM
#120
ajeh avatar

ajeh

Oba-san

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

Re: Attributes HOW-TO

Before hitting insert ... pick the Option Name and Option Value to insert.

In this case, Color and Black or Blue are your choices.