Search:

Type: Posts; User: wolfderby

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,067

    Sales Report w/ "in-store" Square audit?

    So I'm still on 1.5.6, but I'm too riddled w/ hacks and low on time to make jump to 1.5.7.

    However... I'm interested in trying to "audit" my square transaction data in Lat9's sales report add-on....
  2. Replies
    6
    Views
    4,472

    Re: Composer-izing

    so... also confused. Doing a mod on zen 1.5.7, trying to bring in a UPC scanner with composer, and didn't want a public or guess-able vendors folder, so I moved it along side of public_html... but...
  3. Replies
    6
    Views
    4,472

    Re: Composer-izing

    Interested, came here after here: https://stackoverflow.com/questions/25192681/composer-where-should-i-put-the-vendor-folder
  4. v150 Re: Google Merchant Center Feeder for ZC v1.5.x [Support Thread]

    ...oh hey look, debug in the config. (:
  5. Re: Automated Importing of Amazon Sellercentral Orders via gmail API?

    Got it. Thanks, yeah I was able to keep it in the admin, turned out I had an issue w/ the secret in the credentials.json file being incorrect.
  6. v150 Re: Google Merchant Center Feeder for ZC v1.5.x [Support Thread]

    Seems this repo's far more up-to-date than the add-on. Still wondering why so many of my products are skipped atm.
  7. Re: Automated Importing of Amazon Sellercentral Orders via gmail API?

    Got it! (: now I will clean it up a bit!
  8. Re: Automated Importing of Amazon Sellercentral Orders via gmail API?

    So I'd like to share the code for this approach via GitHub, however I was thinking I should smooth out the logging into your gmail first.

    I'm currently stuck on the token.json file getting created...
  9. Re: Automated Importing of Amazon Sellercentral Orders via gmail API?

    Yes, I currently use zen-cart as my inventory mgmt system. I currently ship through the marketplace's that we've sold through. And if our zen-cart store gets a sale I create them on the USPS, UPS,...
  10. Re: Zen-cart as an inventory management system

    This is the sort of approach I was thinking might at one time help... This I will have to give some thought. I suppose on easypopulate import, the added quantity could be added to what's there?
  11. Re: Zen-cart as an inventory management system

    My main issue w/ ever figuring this sort of approach out, was that my industry only has barcodes on about 1/2 the product, and I never got to the point where I put my own barcodes on when receiving....
  12. Re: Zen-cart as an inventory management system

    I haven't figured out a simpler way yet... Typically I just let the lower priced items sell first, then know that... yeah there was a cost increase on it's replacement so the customer will have to...
  13. Zen-cart as an inventory management system?

    So I need to get to 1.5.7, currently running a small biz on 1.5.6... but anyway... I've been using zen-cart as an inventory management system, by doing this w/ the product models...

    PRODUCT1-001 <...
  14. Re: Automating Attributes (If in this (size) category > apply this attribute)

    any feedback is welcome:

    https://github.com/wolfderby/attributes_auto
  15. Re: Automating Attributes (If in this (size) category > apply this attribute)

    you are amazing! ...biggest question though... HOW?! did you come up with this?
  16. Automating Attributes (If in this (size) category > apply this attribute)

    1.5.6

    I was going to try to build a little script to blast in minimal data into the database but I'm struggling w/ an SQL query that would join the necessary data...

    SELECT
    ...
  17. Replies
    1,864
    Views
    405,078

    Re: Westminster New

    Has anyone successfully added "view all" to the pagination for this on 1.5.7?
  18. Replies
    34
    Views
    6,122

    Re: 1.5.6 > 1.5.7 define constants going crazy?

    thanks for all the help everyone, I have it mostly working in the admin. I had to update some add-on autoloaders. and avoid a few files. Dr. Byte's advice of slowly adding things until it breaks...
  19. Replies
    34
    Views
    6,122

    Re: 1.5.6 > 1.5.7 define constants going crazy?

    I was flying blind until I added strict reporting to the top of application_top.php
  20. Replies
    34
    Views
    6,122

    Re: 1.5.6 > 1.5.7 define constants going crazy?

    ...yeah the fresh one runs fine. I spent a day mashing, then a day debugging, so I should probably try this next day.
  21. Replies
    34
    Views
    6,122

    Re: 1.5.6 > 1.5.7 define constants going crazy?

    this is my current lot to work through



    [29-Jan-2021 02:43:30 Europe/Berlin] Request URI: /path/to/admin/login.php, IP address: 127.0.0.1
    #1 ...
  22. Replies
    34
    Views
    6,122

    Re: 1.5.6 > 1.5.7 define constants going crazy?

    on... https://docs.zen-cart.com/user/troubleshooting/blank_page/

    "advanced developer options"

    it should be advised to put



    define('STRICT_ERROR_REPORTING', true);
  23. Replies
    34
    Views
    6,122

    Re: 1.5.6 > 1.5.7 define constants going crazy?

    any shooting from the hip places to check? no leads in xampp error logs, or zen-cart logs. Started skimming google/forum results this morning.

    No luck w/ the local config strict error reporting
    ...
  24. Replies
    34
    Views
    6,122

    Re: 1.5.6 > 1.5.7 define constants going crazy?

    oops admin's white... ...from install logs

    ---------------
    Jan 28 2021 2:06 -- checkHttpsRequest
    FAILED
  25. Replies
    34
    Views
    6,122

    Re: 1.5.6 > 1.5.7 define constants going crazy?

    Got it!!! :d
  26. Replies
    34
    Views
    6,122

    Re: 1.5.6 > 1.5.7 define constants going crazy?

    used beyond compare w/ live server deleted out failed additions, and yay! Ok back to mashing up.

    WinMerge does seem helpful.
  27. Replies
    34
    Views
    6,122

    Re: 1.5.6 > 1.5.7 define constants going crazy?

    added the logs folder that had been .gitignore'd and now I'm back to



    [27-Jan-2021 19:14:23 America/New_York] PHP Fatal error: Cannot redeclare zen_update_music_artist_clicked() (previously...
  28. Replies
    34
    Views
    6,122

    Re: 1.5.6 > 1.5.7 define constants going crazy?

    So I was running into an each function error w/ php 8 (which my xampp only had) so I rolled my localhost/xampp back to the php my server has, and now I'm getting that ("WARNING: An Error occurred,...
  29. Replies
    34
    Views
    6,122

    Re: 1.5.6 > 1.5.7 define constants going crazy?

    admin's working, but front-end isn't throwing errors?
  30. Replies
    34
    Views
    6,122

    Re: 1.5.6 > 1.5.7 define constants going crazy?

    hmmm now I'm stuck w/ "WARNING: An Error occurred, please refresh the page and try again."
  31. Replies
    34
    Views
    6,122

    Re: 1.5.6 > 1.5.7 define constants going crazy?

    I think I had to nuke the forest by uninstalling xampp apparently you can't just move the folder. ...who knew?
  32. Replies
    807
    Views
    339,599

    Re: Dynamic Filter [Support Thread]

    ...I know that if you have php 8 you'll get a...


    PHP Fatal error: Uncaught Error: Call to undefined function each()
  33. Replies
    34
    Views
    6,122

    Re: 1.5.6 > 1.5.7 define constants going crazy?

    [26-Jan-2021 21:25:37 Europe/Berlin] Request URI: /path/to/admin/index.php?cmd=login&camefrom=index.php, IP address: 127.0.0.1
    #1 define() called at...
  34. Replies
    34
    Views
    6,122

    1.5.6 > 1.5.7 define constants going crazy?

    So I'll get 2 already define's comment out the 2nd definitions,

    then get a long list of undefines?

    Any clue where to look?
  35. Re: how do I require application_top.php in folder in admin with a composer package?

    Gotcha good advice. Thanks.
  36. Re: how do I require application_top.php in folder in admin with a composer package?

    So I have this "working" however I was thinking of launching it publicly on a git repo, (ideally to help me get a coding job), but I don't think it's quite there yet.

    Would anyone be interested in...
  37. Re: how do I require application_top.php in folder in admin with a composer package?

    I think it should work if I remove my "hammering in the oID" just haven't done it yet. The various order table's autoincrement value (under operations in phpmyadmin) was high and I couldn't seem to...
  38. Re: how do I require application_top.php in folder in admin with a composer package?

    Issues today: getting the order_id "right"

    Possible solutions:
    Solution "keep it ghetto" > no order object > sql lock the order tables > increment max order_id in sql > run inserts > unlock...
  39. Re: how do I require application_top.php in folder in admin with a composer package?

    not to be anti-social, but the learning curve seems steep..



    $nextOrderId = "SELECT MAX(orders_id)
    FROM `orders`
    LIMIT 1;";
    $orderIdResult = $db->Execute($nextOrderId);
    ...
  40. Re: how do I require application_top.php in folder in admin with a composer package?

    Confused on how to actually add the order object to the database. Here's a super basic version of what I currently have:

    https://github.com/wolfderby/simple_admin_insert_order

    I just started...
  41. Re: how do I require application_top.php in folder in admin with a composer package?

    Thanks again for the input! This morning's endeavor shall be to create the simplest one order manually insertion php script using the order class.
  42. Re: how do I require application_top.php in folder in admin with a composer package?

    this is the groaner section of code I need to objectify ;)



    //THIS BLOCK IS HOW IT SHOULDN'T BE
    $otherSql = " SELECT LAST_INSERT_ID();";
    $newoIDResult =...
  43. Re: how do I require application_top.php in folder in admin with a composer package?

    i need to still look into the last 2 replies but I skimmed code for a few hours this morning and really the only issue with...



    $insertOrderSql = "INSERT INTO " . TABLE_ORDERS .
    ...
  44. Re: how do I require application_top.php in folder in admin with a composer package?

    ...so that sound... from my laptop... it's my bad code. :/ I KNEW IT! (:

    Thanks for the input though, I had a feeling I was going down the wrong path, so I'm glad the community's here to chime...
  45. Re: how do I require application_top.php in folder in admin with a composer package?

    ...flash forward some days...

    I have it sorta working... w/ the gmail api.

    However I'm still new to thinking in an objected oriented design approach.

    Looping through each received email, I'm...
  46. Re: how do I require application_top.php in folder in admin with a composer package?

    ugh so yeah I think I have to delve deep into google's api to get the client object generated correctly? something dealing w/ directory paths I'm guessing.

    Might meditate on this a while and try...
  47. Re: how do I require application_top.php in folder in admin with a composer package?

    so if the token's in either path if it's referenced correctly it will work, however it if make the token.json (which was generated from google's quickstart code) into token.json.bak it not longer...
  48. Re: how do I require application_top.php in folder in admin with a composer package?

    also asking this question on stackoverflow in case it's more appropriate there:...
  49. Re: how do I require application_top.php in folder in admin with a composer package?

    So I have this mashed up and "working" (reading from my gmail and from an orders_amazon table I created in the zen-cart db)

    However, it doesn't automatically create the token.json file as it...
  50. Re: how do I require application_top.php in folder in admin with a composer package?

    If I'm not mistaken they do, but it's to the tune of $40/mo for the API included w/ the professional selling account. I haven't been able to hit a level of success to justify it.
Results 1 to 50 of 241
Page 1 of 5 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR