Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Attributes not working properly on my site?

Attributes not working properly on my site?

Locked

Views: 923

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
27 Oct 2008, 8:09 PM
#1
canemasters avatar

canemasters

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???

28 Oct 2008, 3:00 PM
#2
canemasters avatar

canemasters

Zen Follower

Join Date:
Mar 2007
Posts:
444
Plugin Contributions:
0

Re: Attributes not working properly on my site?

Could it be a sql error? I did find some missing entries in my database related to products listed per row. I manually exported them from a working site, and imported them into this one, and now it works. Maybe there's more than this missing from my db?

28 Oct 2008, 7:04 PM
#3
canemasters avatar

canemasters

Zen Follower

Join Date:
Mar 2007
Posts:
444
Plugin Contributions:
0

Re: Attributes not working properly on my site?

Problem solved

Turns out, if you have SEO Url's installed, and enabled, but don't have the required info in your .htaccess file, this problem occours. Turning off seo url's fixes it.

I don't have the info in the .htaccess file yet because the site is not where it is going to reside directory wise yet.

:clap:

29 Oct 2008, 5:11 AM
#4
ajeh avatar

ajeh

Oba-san

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

Re: Attributes not working properly on my site?

Thanks for the update this will help the next person to know this ... :smile: