Page 32 of 32 FirstFirst ... 22303132
Results 311 to 319 of 319
  1. #311
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default Re: Improved Attributes Controller (now built-in to v1.3.9)

    Make sure that you have the ZC139 default admin/attributes_controller.php file installed, not the one from the "module"
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  2. #312
    Join Date
    Jan 2006
    Location
    Texas
    Posts
    70
    Plugin Contributions
    0

    Default Re: Improved Attributes Controller (now built-in to v1.3.9)

    Quote Originally Posted by Ryk View Post
    Make sure that you have the ZC139 default admin/attributes_controller.php file installed, not the one from the "module"
    I did, but then I also downloaded a brand new sparkly copy of ZC 1.3.9h, unzipped it and uploaded the attributes_controller.php file after deleting the old one. Still no love.
    Odd Bodkin Renaissance Shop (1.3.9h shop)
    http://www.oddbodkin.com

  3. #313
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default Re: Improved Attributes Controller (now built-in to v1.3.9)

    In that case, it could well be be that you missed something during your upgrade process; if you still have the old files, perhaps run through the file comparison process again?

    I assume the values still exist in the database and still display in other places you'd expect?
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  4. #314
    Join Date
    Jan 2006
    Location
    Texas
    Posts
    70
    Plugin Contributions
    0

    Default Re: Improved Attributes Controller (now built-in to v1.3.9)

    Quote Originally Posted by Ryk View Post
    In that case, it could well be be that you missed something during your upgrade process; if you still have the old files, perhaps run through the file comparison process again?

    I assume the values still exist in the database and still display in other places you'd expect?
    Mostly. There's a couple places where they don't show up, seemingly at random. Like here: http://inventory.oddbodkin.com/index...roducts_id=648

    And of course there's the problem of not being able to edit product attributes very effectively. :)
    Odd Bodkin Renaissance Shop (1.3.9h shop)
    http://www.oddbodkin.com

  5. #315
    Join Date
    Jan 2006
    Location
    Texas
    Posts
    70
    Plugin Contributions
    0

    Default Re: Improved Attributes Controller (now built-in to v1.3.9)

    I think I might have some idea of what is going on now. I've gone through all my files again and couldn't find anything there that might be affecting this. However, a friend suggested I look for bugs in the java script and I fond a couple of errors that it's throwing. I think it has to do with a modification I made a couple years back. I wanted to add longer option values as descriptions for read only attributes go give tips during the ordering process as well as some html tags to make it more interactive. You can see what I mean here: http://inventory.oddbodkin.com/index...roducts_id=573 and click on attributes.

    Do you think the longer names could be causing errors? There are 2 or 3 errors that attributes controller seems to be throwing.

    one is: attributes_controller.php:1681Uncaught Syntax Error: Unexpected Token Illegal
    attributes_controller.php:1324 Uncaught Reference Error: update_option is not defined


    Any ideas on what's going on and how I can fix this?
    Odd Bodkin Renaissance Shop (1.3.9h shop)
    http://www.oddbodkin.com

  6. #316
    Join Date
    Jan 2006
    Location
    Texas
    Posts
    70
    Plugin Contributions
    0

    Default Re: Improved Attributes Controller (now built-in to v1.3.9)

    I was able to fix this. There was a carriage return in one of my attributes that was mucking up the javascript. I figured it was user error. lol

    Thanks for such an elegant system for clods like me. :)

    Quote Originally Posted by devlyn View Post
    I think I might have some idea of what is going on now. I've gone through all my files again and couldn't find anything there that might be affecting this. However, a friend suggested I look for bugs in the java script and I fond a couple of errors that it's throwing. I think it has to do with a modification I made a couple years back. I wanted to add longer option values as descriptions for read only attributes go give tips during the ordering process as well as some html tags to make it more interactive. You can see what I mean here: http://inventory.oddbodkin.com/index...roducts_id=573 and click on attributes.

    Do you think the longer names could be causing errors? There are 2 or 3 errors that attributes controller seems to be throwing.

    one is: attributes_controller.php:1681Uncaught Syntax Error: Unexpected Token Illegal
    attributes_controller.php:1324 Uncaught Reference Error: update_option is not defined


    Any ideas on what's going on and how I can fix this?
    Odd Bodkin Renaissance Shop (1.3.9h shop)
    http://www.oddbodkin.com

  7. #317
    Join Date
    Jun 2011
    Location
    Fort Lauderdale, FL - USA
    Posts
    2
    Plugin Contributions
    0

    Default Re: Improved Attributes Controller (now built-in to v1.3.9)

    I have a brand new install. I'm not seeing these "dependent" attributes. Where should I be looking? I posted a question regarding this (and other stuff) earlier.

  8. #318
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    131
    Plugin Contributions
    0

    Default Re: Improved Attributes Controller (now built-in to v1.3.9)

    Quote Originally Posted by EKGMarketing View Post
    I have a brand new install. I'm not seeing these "dependent" attributes. Where should I be looking? I posted a question regarding this (and other stuff) earlier.
    I, too, was having trouble understanding how this was built in to v.1.3.9...

    Just to clear things up in this matter -
    After downloading this mod, I realised the file (attributes_controller.php) is an admin file - therefore making the attribute controller in the ADMIN dependent.
    e.g. You have the attribute option names Colour and Size, and option values Black and Small. When inserting attributes on products within the admin, as of v.1.3.9, the value Black will only show after selecting Colour, and Small after selecting Size.
    Previously, all values for all options were shown, making a mess if you have lots of attributes.

    So, the 'dependent' values only apply to the ADMIN side.

    As a result, I am still looking for something that will create this effect on the public side, as EKGMarketing obviously is.

    Does anyone know of anything that can do this?

    Thanks,
    Tija

  9. #319
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Improved Attributes Controller (now built-in to v1.3.9)

    Short answer.. no such thing as dependent attributes on the store-front side..

    Quote Originally Posted by MortalWombat View Post
    I, too, was having trouble understanding how this was built in to v.1.3.9...

    Just to clear things up in this matter -
    After downloading this mod, I realised the file (attributes_controller.php) is an admin file - therefore making the attribute controller in the ADMIN dependent.
    e.g. You have the attribute option names Colour and Size, and option values Black and Small. When inserting attributes on products within the admin, as of v.1.3.9, the value Black will only show after selecting Colour, and Small after selecting Size.
    Previously, all values for all options were shown, making a mess if you have lots of attributes.

    So, the 'dependent' values only apply to the ADMIN side.

    As a result, I am still looking for something that will create this effect on the public side, as EKGMarketing obviously is.

    Does anyone know of anything that can do this?

    Thanks,
    Tija
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 32 of 32 FirstFirst ... 22303132

Similar Threads

  1. improved attributes controller - how do I install?
    By dean5000v in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 9 Sep 2008, 01:54 PM
  2. Improved Attributes Controller - No Options!
    By DiZZ in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 30 Apr 2008, 01:17 PM
  3. Improved Attributes Controller
    By Ryk in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 9 Dec 2007, 11:59 PM
  4. Improved Attributes Controller
    By ckosloff in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 19 Aug 2007, 05:07 PM
  5. 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

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