Forums / General Questions / required function not working!!!

required function not working!!!

Locked
Results 1 to 17 of 17
This thread is locked. New replies are disabled.
22 Sep 2006, 19:45
#1
dashizna avatar

dashizna

Zen Follower

Join Date:
Mar 2006
Posts:
424
Plugin Contributions:
0

required function not working!!!

not sure what has changed but it doesn't work now
22 Sep 2006, 19:47
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Posts:
10,475
Plugin Contributions:
9

Re: required function not working!!!

Could you be a little more specific?
22 Sep 2006, 19:49
#3
dashizna avatar

dashizna

Zen Follower

Join Date:
Mar 2006
Posts:
424
Plugin Contributions:
0

Re: required function not working!!!

ok on some of my products i sell there is color options to fill out and there required to be filled out before there added to the cart and there all set but its letting the item be added without filling out the form and it just changed and isn't working
22 Sep 2006, 23:55
#4
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Posts:
2,841
Plugin Contributions:
0

Re: required function not working!!!

Not very good at being specific.....so I went to the site and checked it out. I see exactly what you are referring to. I'm not sure how to fix that as I would have made all of the colors attributes and used a drop down. It is also an interesting technique to take a single type of glove and make a new product for every color and size, sure fills up the category, pain in the butt to shop this way though. :wink2:
23 Sep 2006, 13:57
#5
dashizna avatar

dashizna

Zen Follower

Join Date:
Mar 2006
Posts:
424
Plugin Contributions:
0

Re: required function not working!!!

I am working on makeing them all drop downs... i never knew how to make a drop down untill yesterday so i am going to change everything...
23 Sep 2006, 14:38
#6
dashizna avatar

dashizna

Zen Follower

Join Date:
Mar 2006
Posts:
424
Plugin Contributions:
0

Re: required function not working!!!

I still need this required Attribute to work so if anyone knows how to fix this please help me out
23 Sep 2006, 15:29
#7
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Posts:
1,090
Plugin Contributions:
0

Re: required function not working!!!

Why are you not using Zen's attributes functions ? I haven't looked at the site, but I do see it previously mentioned that you are using one page per color - not a very efficient way of doing things.

Simply one product, with attributes, and make the attributes default to one color / size and be required. Piece of cake....
11 Oct 2006, 16:28
#8
dashizna avatar

dashizna

Zen Follower

Join Date:
Mar 2006
Posts:
424
Plugin Contributions:
0

Re: required function not working!!!

TinaS:

Why are you not using Zen's attributes functions ? I haven't looked at the site, but I do see it previously mentioned that you are using one page per color - not a very efficient way of doing things.

Simply one product, with attributes, and make the attributes default to one color / size and be required. Piece of cake....



I wish it was that easy nothing i put the required function on is working people are buying items that i need to know what color they want and it is letting them add it to the cart without them....
11 Oct 2006, 16:47
#9
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Posts:
2,841
Plugin Contributions:
0

Re: required function not working!!!

You need one more attribute
example:
name = color
value = please choose a color
set as display only and as the default attribute. Also set its sort order to be at the top of the list.

If the customer does not choose a color the add to cart will fail and they will be directed to select the attribute (ie. color, size, width,......)
11 Oct 2006, 16:56
#10
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Posts:
2,841
Plugin Contributions:
0

Re: required function not working!!!

In your mechanix gloves page I think it should be set up as 1 product with 2 sets of attributes. 1 set for size and 1 set for color. If you go to my site in my sig and go to any of the fabric products you can see what I mean by 2 sets of attributes.
11 Oct 2006, 17:43
#11
dashizna avatar

dashizna

Zen Follower

Join Date:
Mar 2006
Posts:
424
Plugin Contributions:
0

Re: required function not working!!!

TinaS:

Why are you not using Zen's attributes functions ? I haven't looked at the site, but I do see it previously mentioned that you are using one page per color - not a very efficient way of doing things.

Simply one product, with attributes, and make the attributes default to one color / size and be required. Piece of cake....


Ok i changed the mechanix gloves but thats not the problem though its the mat kits with the color options
11 Oct 2006, 20:00
#12
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Posts:
2,841
Plugin Contributions:
0

Re: required function not working!!!

Ok I see what you changed for the gloves. Now to clean it up a little. If you are scrolling down that page, once the add to cart box appears, if you stop then you don't see the attributes......hmmm. try the following code in your stylesheet, should move the attribute over to the right under the add to cart box.
#productAttributes {float: right;}


Now enough of the gloves...which category are the mats in so I can see what we are talking about.
17 Oct 2006, 19:19
#13
dashizna avatar

dashizna

Zen Follower

Join Date:
Mar 2006
Posts:
424
Plugin Contributions:
0

Re: required function not working!!!

ok i like that it is moved under the add to cart button but is it possible to put a Box (outline) around the attributes?? Like the Add to cart button has... Also is it possible to maybe move the attributes right above the Add to cart button??
17 Oct 2006, 19:40
#14
dashizna avatar

dashizna

Zen Follower

Join Date:
Mar 2006
Posts:
424
Plugin Contributions:
0

Re: required function not working!!!

ok i figured out how to outline the attributes and put it in its own box but now how to get it right above the add to cart box??
17 Oct 2006, 20:01
#15
dashizna avatar

dashizna

Zen Follower

Join Date:
Mar 2006
Posts:
424
Plugin Contributions:
0

Re: required function not working!!!

Is there a Way to push the write a review and the tell a friend towards the bottom also?
19 Mar 2007, 00:46
#16
dashizna avatar

dashizna

Zen Follower

Join Date:
Mar 2006
Posts:
424
Plugin Contributions:
0

Re: required function not working!!!

This function is still not functioning properlly... people are Still add items to the cart and don't have to choose the options and type in what they want how do i go about fixing this problem
19 Mar 2007, 00:56
#17
ajeh avatar

ajeh

Oba-san

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

Re: required function not working!!!

Have you an URL where this is not working?