Page 33 of 37 FirstFirst ... 233132333435 ... LastLast
Results 321 to 330 of 365
  1. #321
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Quote Originally Posted by mc12345678 View Post
    So, Kevin, I don't know if you also watch the EP4 thread. http://www.zen-cart.com/showthread.p...7&goto=newpost
    But, shortly after you posted the above question, someone else posted a similar question in that thread. Although it takes three data points to identify a trend, in many cases I respond on just two. As a result, I have been working on implementation of both a detailed and basic export/import using EP4 and the version of SBA that I have installed. (Again not sure which it really is, but once implemented shouldn't be extremely difficult to replicate for other versions).

    I have it working for detailed report, though still have some tweaks to make the results more user understandable and to move away from using the stock_id number when writing back to the database.

    But, that said and if you're at all familiar with github, you can go to chadderuski's github and then follow the branch to my version and download the latest available.

    As I understand though, chadderruski is looking to push a significant change/update. In the meantime, I will also be rearranging my changes so that they can be easily integrated into his mods with minimal effort.

    For now, the functionality of the detailed export/import is to affect quantities (and sort order if respected by output(s)) of items that already are being tracked by SBA. A basic SBA function is in the works to add tracking of stock of individually attributal product(s). So basically if you already have blue frames being tracked and want to adjust the quantity of them then you can do that with the updated code already presented (detailed SBA import/export, but if you want to add a new pink frame, then will have to wait for the new functionality (basic SBA import/export) or develop it on your own.
    mc12345678 have you finished implementing the code for easy populate yet? I'm looking and waiting for easy populate 4 and Stock by Attributes to be able to work together showing the qty. Any update on this. I seem not to be able to find you on the github. Thank You
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #322
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Quote Originally Posted by countrycharm View Post
    mc12345678 have you finished implementing the code for easy populate yet? I'm looking and waiting for easy populate 4 and Stock by Attributes to be able to work together showing the qty. Any update on this. I seem not to be able to find you on the github. Thank You
    I had/have implemented a detailed import/export of SBA data (works similar to a detailed attribute file in that existing SBA groupings can have their quantities revised, which I think is what you are asking about. There is one flaw in the coding if the EP4 associated with my account is used and SBA is not found to be installed (correction is in the EP4 forum thread).

    Should see Easy Populate 4 on github if you go to htt p s://github com/mc12345678 (spaces removed)

    Fyi, if the SBA table is not built as checked in the program and the bug corrected in the eP4 forum is not applied, then import of a file like a full_ep4 file will result in no data being imported. So if you think you have a properly formatted CSV file and it seems like data should be updated, but none is and no error code is provided, then without applying the very small patch, it means that the SBA table in your install (assuming it exists) is different than what the version of EP4 was modified for. If that is the case, please post issues associated with it on the EP4 thread.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #323
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Quote Originally Posted by mc12345678 View Post
    I had/have implemented a detailed import/export of SBA data (works similar to a detailed attribute file in that existing SBA groupings can have their quantities revised, which I think is what you are asking about. There is one flaw in the coding if the EP4 associated with my account is used and SBA is not found to be installed (correction is in the EP4 forum thread).

    Should see Easy Populate 4 on github if you go to htt p s://github com/mc12345678 (spaces removed)

    Fyi, if the SBA table is not built as checked in the program and the bug corrected in the eP4 forum is not applied, then import of a file like a full_ep4 file will result in no data being imported. So if you think you have a properly formatted CSV file and it seems like data should be updated, but none is and no error code is provided, then without applying the very small patch, it means that the SBA table in your install (assuming it exists) is different than what the version of EP4 was modified for. If that is the case, please post issues associated with it on the EP4 thread.
    Thank you for you speedy response. You mean the bug fix
    http://www.zen-cart.com/showthread.p...18#post1236718
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #324
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Quote Originally Posted by countrycharm View Post
    Thank you for you speedy response. You mean the bug fix
    http://www.zen-cart.com/showthread.p...18#post1236718
    Yes, without that fix, the modified version of EP4 will work on systems that have the SBA table setup as checked for, but will not import a report that is called/considered a full report, well actually now that I recall the logic, the core information for all imports won't work.

    But yes, if you download the version I've modified, make the change referenced in the above link to the import file, then EP4 will work as it "normally" does. If the SBA table is setup as searched for, then a new option will appear on the main menu. If it is not setup as "expected" then no SBA menu option will be available. If that is the case, then it could be made so, but I didn't want to blindly implement that option if there were other details that needed to be understood to properly implement it.

    Yes that fix. sorry. :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #325
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Quote Originally Posted by mc12345678 View Post
    Yes, without that fix, the modified version of EP4 will work on systems that have the SBA table setup as checked for, but will not import a report that is called/considered a full report, well actually now that I recall the logic, the core information for all imports won't work.

    But yes, if you download the version I've modified, make the change referenced in the above link to the import file, then EP4 will work as it "normally" does. If the SBA table is setup as searched for, then a new option will appear on the main menu. If it is not setup as "expected" then no SBA menu option will be available. If that is the case, then it could be made so, but I didn't want to blindly implement that option if there were other details that needed to be understood to properly implement it.

    Yes that fix. sorry. :)
    One more question if I can so kindly ask. Which Stock by Attributes mod needs to be installed. If this one in this thread I don't where to download it at. The link in here doesn't work anymore.
    The link to your easy populate doesn't work either. htt p s://github com/mc12345678 (spaces removed)......lol
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #326
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Quote Originally Posted by countrycharm View Post
    One more question if I can so kindly ask. Which Stock by Attributes mod needs to be installed. If this one in this thread I don't where to download it at. The link in here doesn't work anymore.
    The link to your easy populate doesn't work either. htt p s://github com/mc12345678 (spaces removed)......lol

    You are correct that if followed word for word, one would still not be able to find me on github. :)

    So, I believe it was the robophung version of SBA that I used, but on my install I had detached the special "wwindows" that would be auto updated based on quantity because that had not been fully developed. I guess I could through that version up onto github, though I don't know what the reason for robophung taking it offline was. Also, if you take a look at I think it is the functions file of EP4, there is a function similar to SBA_EP4Exists that inspects the number of columns and the titles of the columns. If they don't match with the fields in the routine then "SBA" doesn't exist. That was perhaps one of the "easiest" ways I could ensure that the table would be relatively "used" as expected.

    So on the web address to be clear(er?) Remove/replace the spaces as necessary to restore the address to a valid web address.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #327
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Quote Originally Posted by mc12345678 View Post
    You are correct that if followed word for word, one would still not be able to find me on github. :)

    So, I believe it was the robophung version of SBA that I used, but on my install I had detached the special "wwindows" that would be auto updated based on quantity because that had not been fully developed. I guess I could through that version up onto github, though I don't know what the reason for robophung taking it offline was. Also, if you take a look at I think it is the functions file of EP4, there is a function similar to SBA_EP4Exists that inspects the number of columns and the titles of the columns. If they don't match with the fields in the routine then "SBA" doesn't exist. That was perhaps one of the "easiest" ways I could ensure that the table would be relatively "used" as expected.

    So on the web address to be clear(er?) Remove/replace the spaces as necessary to restore the address to a valid web address.
    My client has this version installed creinold_SBA5.1_alpha_version1.5_for_zen_cart_V1.5.0 along with easy populate 4.
    Not sure what version of easy populate they have installed.
    So I'm just making sure one more time your version you updated will work before I install it on there site.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #328
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Quote Originally Posted by countrycharm View Post
    My client has this version installed creinold_SBA5.1_alpha_version1.5_for_zen_cart_V1.5.0 along with easy populate 4.
    Not sure what version of easy populate they have installed.
    So I'm just making sure one more time your version you updated will work before I install it on there site.
    While I don't plan on reviewing creinold's version or much of anything computer related the rest of the night, if you are able to identify the number of fields, the field names and the table "base name" (prefixes are addressed as appropriate). With the modification noted above it will work as EP4 normally does, and with an added export and import option to address the count of items maintained by SBA. If the quantity and type of the above matches, then thenew option will be present, if not, then it will work like EP4 normally does.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #329
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Quote Originally Posted by mc12345678 View Post
    While I don't plan on reviewing creinold's version or much of anything computer related the rest of the night, if you are able to identify the number of fields, the field names and the table "base name" (prefixes are addressed as appropriate). With the modification noted above it will work as EP4 normally does, and with an added export and import option to address the count of items maintained by SBA. If the quantity and type of the above matches, then thenew option will be present, if not, then it will work like EP4 normally does.
    Thank you for all you have done so far. One more question and I'm done. Is there anyway you can send me the sba you have since it is no longer downloadable. I don't know why someone hasn't already uploaded it to zen cart.

    Have a good weekend
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #330
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Stock by Attributes 5.0 Beta (for v1.5.0)

    Quote Originally Posted by countrycharm View Post
    My client has this version installed creinold_SBA5.1_alpha_version1.5_for_zen_cart_V1.5.0 along with easy populate 4.
    Not sure what version of easy populate they have installed.
    So I'm just making sure one more time your version you updated will work before I install it on there site.
    Quote Originally Posted by mc12345678 View Post
    While I don't plan on reviewing creinold's version or much of anything computer related the rest of the night, if you are able to identify the number of fields, the field names and the table "base name" (prefixes are addressed as appropriate). With the modification noted above it will work as EP4 normally does, and with an added export and import option to address the count of items maintained by SBA. If the quantity and type of the above matches, then thenew option will be present, if not, then it will work like EP4 normally does.
    Besides, ideally tests should be made with an alternative/backup version of the site. That way problems can be identified on something other than a live store.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 
Page 33 of 37 FirstFirst ... 233132333435 ... LastLast

Similar Threads

  1. v155 BETA feedback for Responsive-Classic in v155-beta
    By picaflor-azul in forum Addon Templates
    Replies: 51
    Last Post: 5 Mar 2016, 09:14 PM
  2. v151 Using Stock By Attributes, In Stock Value Is Sum Of Attributes' Stock
    By y0ul053 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 29 Aug 2013, 04:23 PM
  3. Replies: 5
    Last Post: 3 Aug 2011, 08:15 AM
  4. Stock by Attributes and displaying next to attributes for Customers 1.3.8
    By tirjasdyn in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 21 May 2009, 10:31 PM
  5. Stock level indicator, for stock by attributes controller
    By vandiermen in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Nov 2008, 09: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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR