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,486
    Plugin Contributions
    12

    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. how to identify attributes
    By R1ckster in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 19 Aug 2007, 07:29 PM
  2. Missing attributes on product display page
    By slabadoo in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 4 Jun 2007, 08:18 PM
  3. Unable to Acccess Attributes Controller
    By Lawbird123 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 21 Feb 2007, 03:14 PM
  4. Attributes display alignment
    By Parafanaylya in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 8 Jul 2006, 07:07 PM
  5. Improved Attributes Controller - Attribute Price Problem
    By Spook in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 14 Jun 2006, 07:49 AM

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
  •