Page 1 of 2 12 LastLast
Results 1 to 10 of 81

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,303
    Plugin Contributions
    1

    Default Re: Inventory Updater...

    Quote Originally Posted by jcrennan View Post
    This looks great and what I have been looking for, my only feedback would be the category list, I have a large list of categories and sub categories and some sub sub categories. The list order in the dropdown can make it hard to find the category that I am looking, is there any way that it could be placed into the store category order?
    Yes, ideally incorporating the category structure from the dropdown on admin/category_product_listing.php, which uses this code:
    Code:
    echo zen_draw_pull_down_menu('cPath', zen_get_category_tree(), $current_category_id, 'onchange="this.form.submit();" class="form-control"');
    I had a look but the code changes required are a bit beyond me.
    Simon

  2. #2
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,916
    Plugin Contributions
    13

    Default Re: Inventory Updater...

    i can certainly take a look at that when i have a moment.

    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  3. #3
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,916
    Plugin Contributions
    13

    Default Re: Inventory Updater...

    Quote Originally Posted by jcrennan View Post
    This looks great and what I have been looking for, my only feedback would be the category list, I have a large list of categories and sub categories and some sub sub categories. The list order in the dropdown can make it hard to find the category that I am looking, is there any way that it could be placed into the store category order?
    i see what you are talking about... it's a good point, and worth addressing in a new release....

    Quote Originally Posted by simon1066 View Post
    Yes, ideally incorporating the category structure from the dropdown on admin/category_product_listing.php, which uses this code:
    Code:
    echo zen_draw_pull_down_menu('cPath', zen_get_category_tree(), $current_category_id, 'onchange="this.form.submit();" class="form-control"');
    I had a look but the code changes required are a bit beyond me.
    if it only involved that code. sub sub categories will take some thinking about how best to do this....
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  4. #4
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,916
    Plugin Contributions
    13

    Default Re: Inventory Updater...

    ok, a new version has been submitted for approval.

    thanks to both @jcrennan and @simon1066 for pointing out the problem and the proposed fix.

    hope you find the new version more useful. i did incorporate a small change so that one can see all products in sub-categories of a particular category. you can always select the sub-category to see only those products. sub-sub categories require selecting that category, or 1 level above. hopefully once approved, and you play with the changes you will see what i mean.

    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  5. #5
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,916
    Plugin Contributions
    13

    Default Re: Inventory Updater...

    new version is now available here:

    https://www.zen-cart.com/downloads.php?do=file&id=2279

    makes better use of the ZC category tree structure.

    constructive critiques are always welcome.

    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  6. #6
    Join Date
    Jan 2013
    Location
    New Port Richey, Florida
    Posts
    969
    Plugin Contributions
    0

    Default Re: Inventory Updater...

    i would like to be able to update my barcodes as well. how or what code can i add to achieve this.
    this is the field in products table.
    products_barcode

  7. #7
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,916
    Plugin Contributions
    13

    Default Re: Inventory Updater...

    Quote Originally Posted by jimmie View Post
    i would like to be able to update my barcodes as well. how or what code can i add to achieve this.
    this is the field in products table.
    products_barcode
    sorry, jimmie, i currently do not have the time to provide support for something like this.

    barcodes require a new class and validation to be done properly as one needs to validate check digits on them (at least for UPCs and EANs).

    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  8. #8
    Join Date
    Jul 2009
    Posts
    18
    Plugin Contributions
    1

    Default Re: Inventory Updater...

    I had it easier with my standalone utility since I was the only one using it! :-)

  9. #9
    Join Date
    Mar 2021
    Location
    Campbell, Texas USA
    Posts
    13
    Plugin Contributions
    0

    Default Re: Inventory Updater...

    Great Module. How hard would it be to modify it to show inventory stock on attributes??

  10. #10
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,916
    Plugin Contributions
    13

    Default Re: Inventory Updater...

    Quote Originally Posted by tedjmaines View Post
    Great Module. How hard would it be to modify it to show inventory stock on attributes??
    thanks for the props!

    with regards to your question, i have no idea.

    ZC does not come out of the box with an inventory stock with attributes. so now we are talking about a plugin. which plugin? i see a few different SBA plugins.... but its hard to tell which is the one that most people are using. or what it does.

    i have not really played with attributes, as i chose to rely on the base ZC for inventory type functions.

    i have a feeling that the bigger work is getting the SBA plugin working properly, and modifying this module should not be too hard, but i'm only guessing as i do not have a development site running any SBA plugin.

    how's that for a waffle?

    however, as i tell most people given enough time and money, anything is possible...

    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Dynamic Price Updater
    By Chrome in forum All Other Contributions/Addons
    Replies: 1683
    Last Post: 27 Apr 2026, 06:21 AM
  2. v154 Quick Updater
    By fabienne in forum General Questions
    Replies: 5
    Last Post: 30 Jan 2015, 01:46 AM
  3. Update Inventory with Suppliers XML inventory feed?
    By mafiasam in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 21 Jun 2007, 11:44 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