Search:

Type: Posts; User: michael_rebreathe

Search: Search took 0.00 seconds.

  1. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    I made the choice to not update with your most recent update because the issues I'm addressing with you are actually on the smaller-scale side of what our management wants tackled (like adding blog...
  2. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    This was just a friendly reminder of what we were looking for, which we already implemented. You mentioned you were considering a bit of a rework to when customids may be desired, and ours is just...
  3. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    No, I hadn't looked at those because they deal with TO email addresses, not FROM email addresses.
    Thanks for the quick reply!
  4. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    I'm always willing to help when I can. We're all trying

    Keep in mind our intent in this: We want the customid to show on packing slips and invoices but not in the dropdowns. We don't really...
  5. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Pushed this solution to single attribute dropdowns as well...Once implemented, any changes to prefix or suffix will hit single and multi-attribute dropdowns simultaneously
    ...
  6. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Not quite so simple as just changing line 508, but I got it.
    To allow any combination of prefixes and suffixes, I added


    define('PWA_STOCK_QTY_PFX', ' :');
    define('PWA_STOCK_QTY_SFX', '...
  7. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Which is why I've been banging my head trying to figure it out. It makes no sense to me, either. Since this is only one of >400 products, we didn't let this delay release. We are now live!

    I...
  8. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Hmmm...I saw where the setting is used for populating the dropdowns, but just used the Key name to find it in Configuration => Stock => SBA Display Custom ID. Haven't traced it all the way through...
  9. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Sorry to not state what I considered obvious. Each Option Name has its own distinct ID, as does each Option Value. Out of the non-db-constrained unique fields, the only differences between the...
  10. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Thanks for the direction. The class file uses STOCK_SBA_DISPLAY_CUSTOMID, which is in Configuration => Stock => SBA Display Custom ID.
    The description for this setting is "Display the Custom ID...
  11. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Sorry, we already determined that the unique_combo issue isn't really an issue.

    The outstanding issue is the product with Color and Capacity, where Color dropdown shows up twice on the page, and...
  12. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    mc12345678--

    I see that the repo on GitHub was updated less than an hour ago. Is it safe to assume that you're only updating the repo with released changes?

    I can't say it enough - You've been...
  13. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    tpl_modules_attributes.php was updated with the last download from GitHub (2015-12-31)
  14. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Now, I'm getting really worried...I'm not finding rebuild/upgrade anywhere on stock_by_attr_install.php or products_with_attributes_stock.php. The version of both on the site were updated 12/31/2015...
  15. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Nice to know it isn't a genuine break...I didn't see anything that broke, but there's a lot of functionality I don't play in on a daily basis. Just 'cuz I didn't see something break because of it...
  16. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Doesn't exist under Dynamic Dropdowns...
  17. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    I'll replace it ASAP. I'm knees-deep in another bit of joy.



    Looking at products_with_attributes_stock.php, the "unique combo" field is blank, and looks random, but I'm sure it's not...For the...
  18. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Oddly, one item in our catalog (which we have found so far) has completely wierded out. I've just started investigating the issue, but this is looking pretty big.

    One of our products has two...
  19. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Doing my happy dance! Aside from the smaller quirks mentioned before, works precisely as we need!

    Even with as much simplification as we've tried, we still have a total of 14 options with 3 to 30...
  20. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Since we're actively developing a couple of tools, I'm constantly monitoring the logs..
    After installing the most recent update:
    Invalid argument supplied for foreach() in...
  21. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Personally, I'd put this on a lower tier. If the customer logs off, they walked away from their cart. It would be nice to save the cart for them, but that's us being nicer than we have to be (not a...
  22. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    I'm getting the best results with sba_sequenced_dropdowns for both Single and Multiple Attributes. For single attribute products, trying to add more than the available quantity adds zero to the cart...
  23. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    I thought I was going crazy. I know I tested a number of options before choosing SBA, but was quite sure this was one of the pros of SBA. Nice to know my memory isn't as bad as I started...
  24. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    About 1/4 of our products have no attributes.
    Half of what remain have a single attribute (such as color or size, with red, green, blue, yellow and white // small, medium, large, extra large)
    The...
  25. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    I just set Allow Checkout to False. (still using potteryhouse code) Yay! now it won't add it to the cart, but opens the shopping cart showing that the quantity added has been adjusted per current...
  26. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Turns out I updated with the version at https://github.com/potteryhouse/stock_by_attribute_1.5.4

    There is also the combined version at https://github.com/mc12345678/Stock_By_Attributes_Combined
    ...
  27. Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Having a bit of fun, in that SBA is allowing me to add out of stock attributes to the shopping cart. The top of the page displays the success message, but the cart itself shows the item is out of...
Results 1 to 27 of 27
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR