Search:

Type: Posts; User: mc12345678

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    Several come to mind, though not all specifically related to the plugin and in no particular order: files exist in the server that are not in the local version, file differences between the two,...
  2. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    That issue is addressed in: https://www.zen-cart.com/showthread.php?70577-Dynamic-Price-Updater&p=1370158#post1370158
    As referenced by:...
  3. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    I'm curious, and the condition may not exist on either site, but do you have a product that has only two option names with each set for radio buttons and where at least one option value in each of...
  4. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    I can be reached via my signature "link" (a little bit of an unnecessary tortuous path) so long as it continues to exist on my account or you are always welcome to provide to the Zen Cart fund of...
  5. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    Great to have all that information; however, I discovered that by looking at the console when accessing the "problem" product, that the issue is in fact a script related issue. The following error...
  6. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    Oh, and absent all of that logging issue/problem, while the initial claim was that this happened under version "3", was corrected and now is happening in version "4", indicates that if all else is...
  7. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    And as for this file, the only change(s) really were in the default text constants (as compared to the master version of the file in github) where that difference may just be "temporary" or recent. I...
  8. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    Effectively there are no changes to this file that "add" value to the existing problem. The change made was to eliminate the CDATA encapsulation on the script. That CDATA was added to permit the file...
  9. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    This is more than likely a jQuery related issue which is a different set of skills than php. :) If can identify what those changes were, perhaps they could be identified as helpful or otherwise...
  10. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    I've looked over this to the extent that I can with the hardware immediately available. I see that the software being used is from the Beta 4.0.0 path.

    I haven't gone back to review/validate this...
  11. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    Unless someone else also responds before I get a chance to look into this, I will take a look but haven't personally experienced that issue (yet).
  12. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater and bootstrap template

    Thanks for the heads up on all fronts.
  13. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater and bootstrap template

    I'm not going to say no because Design75 stepped away from the code for a period of time during which I made modifications that "presumably" are incorporated into that version which at last look...
  14. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater and bootstrap template

    Would initially look at the settings of the attributes within attributes controller, though also would identify whether the product is priced-by-attributes or not as set in the product's information...
  15. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater and bootstrap template

    The text to be displayed is assembled in the DPU class. Currently there is a different text constant depending on the status of selection. E.g. If a product has multiple selections available (2 or...
  16. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater and bootstrap template

    This would primarily require some custom coding, but there are areas throughout the code to perform additional data retrieval from the database and to then populate the data array that is returned....
  17. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater and bootstrap template

    Direct link to that post is: https://www.zen-cart.com/showthread.php?70577-Dynamic-Price-Updater&p=1370158#post1370158
  18. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    I used quotes because data retrieved from the database at least such as that is text when initially retrieved. To evaluate it as a number (integer in this case) it should be type cast to that type....
  19. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    Although I haven't heard/seen others having issues with USU and DPU together, doesn't mean that there haven't been those that have had them. I saw your post in the USU forum which was far more...
  20. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    I don't have an answer to that, I don't really know of anything that USU does that would/should have an effect on DPU. DPU doesn't check for information on the URI to worry if it is a ".php" versus...
  21. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    If that field is partof the products table, then the following function could be used to lookup the value and take action:

    zen_products_lookup($_GET['products_id'], 'map_enabled') == '1'
    This...
  22. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    Right place to add something, the question is if it is the right thing to add. I read || zen_get_products_map_enabled == 1to mean that there is something like a function that is named...
  23. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    For MAP, will need to intercept output of this plugin so that it doesn't attempt to actually show what is in the cart for those product. There is I thought a section of code that somewhat covers this...
  24. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    On my mobile I didn't see the "big button" either, but when I viewed the source code of the page, I found this link that will download at least the 3.2.1 branch as a zip:...
  25. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    Darnit, somewhere in the forum I posted the fix for the issue other than referring to the latest branch for github.

    Basically there was a need identified in ZC 1.5.7 to require that a main_page...
  26. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    Here is the PR that incorporates the suggested change: https://github.com/mc12345678/Dynamic_Price_Updater/pull/23/files
    The red text is where removal occurs, the green text is where insertion is.
    ...
  27. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    Both of those are appropriate lines in which to make the change when referring to an unaltered intact fileset. I *am* contemplating the use of != 'false' instead of == 'true'...
  28. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    It's not the "age" of the call home that is an issue, but as RixStix has pointed out that regardless the setting it still tries. This goes back to the use of a constant *and* the value of that...
  29. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    Ran across an issue if ZC requires main_page to be on the web address when products_id is present (new condition for ZC 1.5.7). As written, the ajax query has been passing products_id in the web...
  30. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    Having looked at the code for the include/exclude VAT pricing and the source code of the now live site (which appeared similar to the previous page in the area of concern), to replicate the results...
  31. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    Looked again at the source code generated on the page and see that the current display doesn't have discreet divisions between each of the text items, so just returning different values for...
  32. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    Sorry that do not have all of the details together yet; however, I did today go to that product and saw the spinning graphic did not replace the existing values, but instead was shown off to the...
  33. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater - taxation

    Fourth time at trying to post this...

    Yes and no. As reported recently in this thread, the version available here will likely throw a myDebug file for the lack of definition associated with stock...
  34. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    Regarding this, I'm thinking that will define as %s and then allow the DPU class and/or perhaps the script on the final page to provide substitution of the text through the use of the sprintf...
  35. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    So, unfortunately the code segment didn't carry over to this post (quoted text maybe?), but at the time of development/incorporation, the thought was: there was no need for $out_of_stock to be...
  36. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    FYI, the attachment is considered invalid. Not sure why, but unable to download it. PM may be necessary.
  37. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    Oye, that's a new one...

    First off, I see the above paths; however, noting that a portion of the path was replaced with x's did the original path have two forward slashes back-to-back like that?...
  38. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    Hopefully when that got moved, all of the other tags that were still open got closed in the reverse order. Though, looking at the source code, that does not appear to be the case at least in the...
  39. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    Because javascript is involved, before turning it on, be sure that your page passes validation. Otherwise actions like to make a section "disappear" may make more than intended disappear. With no...
  40. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    There is currently no built in way to turn the multiplication off. If were wanting that, then I envision that would have to back calculate the per product cost which would likely introduce rounding...
  41. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    The price result presented is the price that the customer is expected to see when the shopping cart is displayed. So addition versus price replacement is dependent on the setup of the product and the...
  42. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    Possible, yes, would expect. Apparently haven't finished off the stock update aspect otherwise there would be something assigned to that "missing" constant.

    To be sure that am working on the...
  43. Replies
    1,667
    Views
    287,677

    Re: Price Updater

    Issue was discussed a couple of posts back with solution provided at: https://github.com/mc12345678/Dynamic_Price_Updater/commit/006a901dbe072120ab99c56294195351319d5460
  44. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater - taxation

    Sorry, been trying to knock down strict reporting notices and warnings with ZC 1.5.6a and other coding issues such as tidying up code.

    Yes, there is a "proposal" in the github found at:...
  45. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    Done a little more leg work... Looks like there might be an extra "blank" line somewhere in the process.

    Check the following file to ensure that before the first <?php that there is no "hidden"...
  46. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    Could you try:
    in includes/classes/dynamic_price_updater.php
    at/around line 746
    just below:

    // output the header for JSON
    header('Content-Type: application/json');


    adding:
  47. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    That seem to indicate that for some reason returning from the class back to the page, the data is basically being stripped...

    By making that change, the variable _this.responseJSON was supposed to...
  48. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    Would you mind trying something?

    file: includes/modules/pages/product_info/jscript_dynamic_price_updater.php
    Line: 137

    Change:

    _this.responseJSON = jqXHR.responseJSON;
    to:
  49. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    I'm currently away from a device that can show me related information. Will respond back when able. Note, that between now and then, if this site is not navigated, you will not receive notification...
  50. Replies
    1,667
    Views
    287,677

    Re: Dynamic Price Updater

    This is the function in question at the end of the file:

    /*
    * Formats the response and flushes with the appropriate headers
    * This should be called last as it issues an exit
    *
    *...
Results 1 to 50 of 192
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR