Zen Follower
- Join Date:
- Mar 2007
- Posts:
- 444
- Plugin Contributions:
- 0
Attributes not working properly on my site?
Check out:
http://www.dashtop.com/shop/lower-replacement-door-panels-73-77-p-135.html
The way this product is set up is you must select one of the attributes.
I've got this to work on another website, but when I duplicate the settings to this website, it just goes to a blank shopping cart rather then displaying an error saying:
"Please correct the following:
On the Option for: Door Panel - You did not choose a valid Selection: Please choose a door panel"
How I've got it working is, I actually have 5 attributes here, but you can only see 4 because I have this in the stylesheet hiding the 5th:
#attrib-1-6 {display: none;}
#attrib-1-6+label {display: none;}
The hidden attribute is selected as default in my admin, as well as display only. The other 4 attributes are marked as base price only.
If you check out:
http://www.canemasters.com/burnt-wood-walking-cane-p-294.html
I have it working properly there, and the settings are the same, only the attrib-- is different in the stylesheet.
I have a feeling that I have this all set up right, but there is somewhere in the admin that I need to redirect to the error message...
Any ideas???