Results 1 to 7 of 7
  1. #1
    Join Date
    Sep 2007
    Posts
    13
    Plugin Contributions
    0

    Default My Attributes Controller doesn't display my attributes

    I have created my option name and option value. When I go into the attributes controller nothing shows up under option name or option value. It's really strange because I set up one category of products (appx 10) and everything worked fine. Then I created additional attributes for some of those products and attributes for all of the other products. The attributes for the first category that I set up are still showing when I select any of the products in the attributes controller. But, if I want to add attributes to those products or to any other products, nothing is listed under name or value.
    Attached Images Attached Images  

  2. #2
    Join Date
    Sep 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Attributes Controller doesn't display attributes

    HeLp!? Anyone??

  3. #3
    Join Date
    Oct 2005
    Posts
    97
    Plugin Contributions
    0

    Default Re: Attributes Controller doesn't display attributes

    This exact thing is happening to my client suddenly. I can't seem to find anything relevant by searching. =(

  4. #4
    Join Date
    Sep 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: My Attributes Controller doesn't display my attributes

    Yo! Zen Team, anyone. Throw me a bone. Ha! I even bought the book but it is no help in this regard.

  5. #5
    Join Date
    Oct 2005
    Posts
    97
    Plugin Contributions
    0

    Default Re: My Attributes Controller doesn't display my attributes

    I got it to work for my client! She had attributes set up like '3/8" charm'. I took out the " and it worked just fine! So maybe you can check your option names and values for any sort of special character.

  6. #6
    Join Date
    Sep 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: My Attributes Controller doesn't display my attributes

    Hey! That's the ticket!! I had " on three different option names. I deleted the " and it's all good. Thanks for the post!!!

  7. #7
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: My Attributes Controller doesn't display my attributes

    A very old thread, but I happen to run into the same problem so I thought I should post my solution:

    Im using advanced att controller module btw, so YMMV

    Find this line starting with
    PHP Code:
    TCN_addContent("<?php echo
    Replace by:
    PHP Code:
    TCN_addContent("<?php echo addslashes($attributes->fields['products_options_name']); ?>+#+<?php echo addslashes($attributes->fields['products_options_id']); ?>+#+<?php echo addslashes($products_options_values_name); ?>+#+<?php echo addslashes($attributes->fields['products_options_values_id']); ?>");
    This solution allows you to keep the quotes in the option names and value names
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 

Similar Threads

  1. Replies: 7
    Last Post: 25 Jan 2012, 05:41 PM
  2. Attributes Controller shows wrong display order
    By rajsharma714 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 2 Nov 2010, 09:40 PM
  3. Attributes don't display in Atribute Controller
    By abeach in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 6 Jun 2010, 02:16 AM
  4. Improved Attributes Controller/Ajax Attributes Controller
    By Jan51 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 26 Jul 2006, 01:05 AM
  5. Add Attributes Controller Twice on Product Display Page
    By axl23 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 2 Jun 2006, 01:39 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR