I have setup Ubercart as Part of my Drupal 5.7 setup, all was going well and then all my attribute stopped showing. My setup works as follows I have classes that have attributes, such as size/threadcount that are supposed to show up in the catalog once the product has been created, they used to show up and they no longer do??? Got any advice or tips?
Have you changed your theme recently?
I have followed the instruction on http://www.ubercart.org/docs/user/3340/product_attributes_and_options, and the differently priced attributes are not showing on my product pages. I only have Store and Product modules, because browsing of products + prices is all that's needed. How do I show attributes (sizes) and the price adjustments on my product pages?
Yes! This is still a problem. The UC_options module breaks the secondary tabs that contain the and tabs on product classes that don't use the UC_options attributes that you check off on the main attribute page.
Basically ... how the heck can I completely erase anything the UC_options module did to my database?
It's not a theme issue because one of the product class node tabs work perfect.
*What* is still a problem? This thread has posts by two different people, neither of which provided much information or followed up, implying (to me at least) that they figured out what they were doing wrong. After all, attributes *do* show up for most people - if they didn't you would certainly see a lot of messages here. Regardless, a statement of your problem with some details would help diagnose what's wrong.
And what's uc_options? I don't know that module; it's not part of core and a search on this site and drupal.org brings up no results. If a contributed module is breaking something, you should post on the issue queue for that module.
The module is http://drupal.org/project/uc_option_image , sorry about that!
The problem I believe to be caused by installing this module, perhaps not? is...
The secondary tabs don't appear anymore on products that don't use the option image.
The secondary tabs appear on product edit pages that actually use one of the option image attributes, but not on product edit pages that do not. Did that make more sense? This is kind of difficult to describe in a thread.
Shall I take 2 screenshots stating my problem?
That's certainly clearer now. I don't think this is related to the original post on this thread.
I suggest you first try to reproduce the problem with one of the default Drupal themes like Garland. Also, check to see if there are any JavaScript errors on your product pages that might prevent the tabs from displaying.
If that doesn't help, you should post your problem on the issue thread at http://drupal.org/project/uc_option_image. A link to your site will make it easy for people to see what you're talking about and will help to diagnose the problem.
Yes, I think scren shots would help, either here or in the d.o issue queue.
The issue was the FAQ module was taking control over secondary links. It only affected one product, because I had the FAQ block appearing on only the 1 content type using php visibility code.
So ... if you ever hear someone w/ the a similar problem ... have them disable all modules that are not pertinent to ubercart for testing. Thanks for the help guys/girls!


