Page 51 of 55 FirstFirst ... 414950515253 ... LastLast
Results 501 to 510 of 544
  1. #501
    Join Date
    Jul 2012
    Posts
    16,741
    Plugin Contributions
    17

    Default Re: Product Attribute Grid

    Quote Originally Posted by oavs View Post
    Hi,

    undo the change to the attributes.php file fixed the problem.
    I couln't be happier :-)

    Many many thanks for your time

    Cheers
    Thanks for confirming that that solution works. Happy Zenning!
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #502
    Join Date
    Jul 2012
    Posts
    16,741
    Plugin Contributions
    17

    Default Re: Product Attribute Grid

    Uploaded version 1.3.2 for review. When made available can be downloaded from here: https://www.zen-cart.com/downloads.php?do=file&id=618

    Version is more than just adding in the above changes. These are the significant changes identified in the readme:
    - Correct visual display when any one or more option name has only one option value.
    - If an internal id is blank, then when generating the object id for javascript assign a zero (0).
    - Add code associated with SBA to continue compatibility.
    - Remove some code from the includes/modules/YOUR_TEMPLATE/attributes.php to restore to original/SBA related.
    - Added possible functionality to provide a contact us line/item.
    - Added ability to hide price based on user's requiring to be logged in.
    - Added ability to obscure the actual number of available product greater than
    some chosen value.
    - Incorporated possible use of displaying price at grid box instead of at option name's option value.
    - Improved product processing to allow all ZC default attribute types to be used.
    - For uploading files, it is possible to associate a single file for all "variants" or
    to provide one file for each product variation (grid option).

    Content is also downloadable from github at: https://github.com/mc12345678/attributes-grid
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #503
    Join Date
    Jul 2012
    Posts
    16,741
    Plugin Contributions
    17

    Default Re: Product Attribute Grid

    Version 1.3.2 of Product Attribute Grid is now available from downloads.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #504
    Join Date
    Jan 2006
    Location
    Downunder - QLD - Gold Coast
    Posts
    964
    Plugin Contributions
    0

    Default Re: Product Attribute Grid

    Do I need Version 1.3.2 of Product Attribute Grid after your fixes?
    Downunder QLD

  5. #505
    Join Date
    Jul 2012
    Posts
    16,741
    Plugin Contributions
    17

    Default Re: Product Attribute Grid

    Quote Originally Posted by oavs View Post
    Do I need Version 1.3.2 of Product Attribute Grid after your fixes?
    Maybe not specifically, but I did try to rework some of the grid organization before releasing 1.3.2. I didn't like how some of the items were displayed when looking at the combinations of attributes and option values so I made a few changes to try to provide some consistent lineup.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #506
    Join Date
    Jul 2012
    Posts
    16,741
    Plugin Contributions
    17

    Default Re: Product Attribute Grid

    Quote Originally Posted by avansant View Post
    The attribute grid seems to be working fine, but in the admin I am getting the message "Warning: Absolute's Product Attribute Grid was detected, however the Product Option Type for Attribute Grid was not fully installed in the database. Temporarily configuring PRODUCTS_OPTIONS_TYPE_ATTRIBUTE_GRID = 23997" whenever we go to the "orders" area in the admin. I tried reinstalling it. The version I had didn't have a database option to install (no SQL file). I suspect it has something to do with this being an upgraded cart (from 1.3.8 to 1.5.1) and maybe the OLD installation left some DB table that shouldn't be there? But I can't find it. Can you help?
    Saw this message as I was looking for action necessary to support a product option type added by Stock By Attributes and trying to understand the background for an option in Edit Orders. Based on that review I realized that this plugin has been modified to support operation as described in the edit orders plugin forum and by the above message, but the code did not quite line up. I have made modifications to this plugin to support its use in Edit Orders and am submitting it to the ZC community to further support its use.

    Preliminary review of the changes can be found by review at github.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #507
    Join Date
    Jul 2012
    Posts
    16,741
    Plugin Contributions
    17

    Default Re: Product Attribute Grid

    Product Attributes Grid v1.3.3 has been posted to the download area. This version is compatible with Edit Orders. It will convert the product option type within the database from what was generated before to what edit orders was expecting and for now does not delete the previous record to maintain compatibility during the transition.

    ZC download location: https://www.zen-cart.com/downloads.php?do=file&id=618
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #508
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,576
    Plugin Contributions
    88

    Default Re: Product Attribute Grid

    Quote Originally Posted by mc12345678 View Post
    Product Attributes Grid v1.3.3 has been posted to the download area. This version is compatible with Edit Orders. It will convert the product option type within the database from what was generated before to what edit orders was expecting and for now does not delete the previous record to maintain compatibility during the transition.

    ZC download location: https://www.zen-cart.com/downloads.php?do=file&id=618
    Which version of Edit Orders?

  9. #509
    Join Date
    Jul 2012
    Posts
    16,741
    Plugin Contributions
    17

    Default Re: Product Attribute Grid

    Quote Originally Posted by lat9 View Post
    Which version of Edit Orders?
    Was most recently tested on version 4.1.7; however, the protective code in Edit Orders has been there for a number of years and remains present. For other reasons I had compared 4.1.7 back to 4.1.3 and there had been no change to this area of the code so it likely is compatible with Edit Orders 4.1.3 (released 8 Jan 2014) and up. Prior to 4.1.3, other action (either by code edit or some form of javascript "insertion") would have been necessary to implement the modification of product that had an attribute option type other than the general default.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #510
    Join Date
    Jul 2012
    Posts
    16,741
    Plugin Contributions
    17

    Default Re: Product Attribute Grid

    Issue identified that began in version 1.3.2 of this module. If Stock By Attributes was not installed (files at least) then, this plugin would not properly process grid items added to the cart. I have uploaded version 1.3.4 to the plugins area which will be available here upon review/approval. If the files of SBA were installed, even if no features were activated, then the add-to-cart would operate properly.

    The summary writeup was:

    - Changes made to support SBA back in version 1.3.2 prevented proper operation if Stock By Attributes was not installed. This has been corrected in this version.
    - Modified the included attributes.php file to incorporate changes made to Stock By Attributes and Attribute Image Swap.
    If desire to see/obtain the code changes in advance, the plugin is also available from GitHub at: https://github.com/mc12345678/Attributes-Grid

    Thanks to oavs for identifying this issue.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 
Page 51 of 55 FirstFirst ... 414950515253 ... LastLast

Similar Threads

  1. Product Attribute Grid Help - Willing to Pay
    By MM_Dude in forum General Questions
    Replies: 0
    Last Post: 26 Nov 2014, 08:19 PM
  2. Quick Order & Product Attribute Grid...Possible?
    By laurenjj in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 2 Jul 2010, 02:02 AM
  3. Product Attribute Grid!!!
    By runoka in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 5 Apr 2010, 05:50 PM
  4. Product Attribute Grid Instructions Possible Paragraph Missing
    By printchic in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 8 Aug 2009, 05:54 AM
  5. Help Uninstalling Product Attribute Grid
    By Dr Tweak in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 20 May 2008, 05:01 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