Search:

Type: Posts; User: lankeeyankee

Search: Search took 0.01 seconds.

  1. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Yes, it did, there was a fix posted, I think it was changing one of the regular expressions.

    Thanks, Mate!
  2. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    I can confirm that in FF3 and IE8 that there are no conflicts between DPU or DPU2 and the zen lightbox mod that uses prototype and scriptaculous. I'd like to know if anyone has tried this with the...
  3. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    I have v2 on a live test site with the regular lightbox using scriptaculous and prototype and it works without conflict. Will be adding it to the live site in a while if there are no other bug...
  4. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Hi Dan,

    Thanks for the continuing work! I just uploaded the new files and deleted the old updater file and it doesn't do anything to the price now.

    The readme says:
    ...
  5. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    I think you should be using a radio button instead of a checkbox, I bet that will get it to work. Also, you need to add an image for the attribute for it to work with radio buttons and I think...
  6. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Well, I couldn't see anything that would cause it to not work from the admin section side of things.

    My ftp server appears to be down at the moment so I can't upload my older updater file to your...
  7. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Well then it sounds like it's not a templating issue which I thought was the case....

    I haven't had any issues with dropdowns, they always worked correctly, it was radio buttons that took some...
  8. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    I mean, add the + in the little box in the attributes controller to the left of the price, like you did for the $2 option. I haven't needed to make $0 be $.0001 like radio buttons need to be, but...
  9. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Ran out of time to add - I don't think that it's the template. The easiest way to check is to use the default template and see if it makes a difference.
  10. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Try adding a + for the $0 option so it's set up like the +$2 option. I don't need this on my dropdowns but I am using an older version so perhaps that has something to do with it? This might help us...
  11. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    This is the wrong thread for your question. The dynamic price updater is for the product info display page to dynamically change the displayed price based on product attributes that are chosen by the...
  12. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    You need to put a price for the 6", you'll notice that if you select one of the other sizes it will change the price as expected but then go back to the 6" and the price stays at the last size's....
  13. Replies
    1,667
    Views
    287,612

    Re: Updater not showing price

    I don't see where your price is supposed to display? Can you provide a screenshot of the page without the updater to get an idea of how it looks?

    When the attribute price is $0, did you make it...
  14. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Have you looked at using the attributes controller in the admin panel? We use attributes for various options and once selected and added to the cart it will adjust the price. Sounds like you would...
  15. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Where did you assign "addDiscountHere"? I would like to get this to work with quantity discounts, too. I see that your function has hardcoded values so I would have to clone the function using a...
  16. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    I guess I should have checked before I opened my big mouth!:laugh:

    My fix doesn't work with drop downs, only radio buttons and perhaps check boxes in v1.3.7.1. I am not sure how you can get the...
  17. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Ahh, so sorry, I should have mentioned that this was for v 1.3.7.1 so it could be different if you are using 1.3.8a. My attributes file doesn't have ATTRIBUTES_PRICE_DELIMITER_PREFIX etc.

    It...
  18. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Copy includes>modules>attributes.php and paste into includes>modules>YOUR_TEMPLATE_NAME folder(the overrides folder). Create the YOUR_TEMPLATE_NAME folder if you don't have one. So if your template...
  19. Replies
    1,667
    Views
    287,612

    Here's a little change I made to the quantity display

    I have had some usability testers report mild confusion regarding the way the quantity is displayed next to the updated price since it's just (1) or whatever number. I changed it to display (1 item)...
  20. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    The (1) is the quantity, change the quantity and the number will change and show the correct price for that quantity of items. If you don't want that to display go to the jscript_updater.php file and...
  21. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    I'm happy to hear that you got it working with the yen!

    I think that there has always been an issue with sales and discounts. I know that the author was looking into working out those bugs but he...
  22. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Are you using the latest version? Are you using lightbox or IH2?

    I have found, at least with my heavily modified cart, that I have to have an attribute image for each attribute to get the...
  23. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    open the updater javascript file, at line 32 set this statement to false:


    var _secondPrice = 'false';

    you can also choose to not display the sidebox with the price breakdown, or move it to...
  24. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Cool, glad that helped!:smile:

    Matt
  25. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Try having an attribute price of $.001 for the "none" field. That should allow it to work correctly. I will have a look at my attributes setup tomorrow if this isn't working for you. There are a...
  26. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    BTW, I'm not complaining about all of the prices being updated by changing the quantity in the add to cart box, I guess I was just a bit surprised, and alarmed at first since it was breaking with the...
  27. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Hey, no worries, Mate!

    Go to drumfactorydirect dot com and try any product, enter more than 1 into the cart quantity box and you will see what I mean. I guess the easiest way to get to a product...
  28. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    I think I may have found another bug? Can someone check this out and let me know if they are experiencing the same thing?

    I have the latest Updater installed, I am running on 1.3.7.1, many mods...
  29. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Here's the debugger info with the sidebox set to 'shopping_cart':

    Onload quantity: Cart add INPUT discovered (1)
    Onload base price: Price found: 7
    Onload RAD/CH: Price found: 7
    Onload RAD/CH:...
  30. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    To further my above post, here is the debugger info. The first is without attribute images:

    Onload quantity: Cart add INPUT discovered (1)
    Onload base price: Price found: 6.2
    Onload RAD/CH:...
  31. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Here's something weird, I've been struggling with it for hours.....

    So everything appeared to work on my super heavily modded cart with lightbox. I all happy that I can get them to work together....
  32. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Yeah right!:laugh: I can't thank you enough for this cool mod! The community is what makes zen so great!!:yes:

    I have a question or two, if I may. It seems as though the sidebox only wants to...
  33. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    YES!!!!!! Thank you soooo much Clark!! That did it and now Lightbox and Updater are playing nicely together!:clap::clap::clap:

    Matt
  34. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    [quote=lankeeyankee;459599]http://musicalinstrumentsource.com/index.php?main_page=product_info&cPath=1&products_id=1
    quote]

    I had to re-install zencart on this domain, it's my live testbed, so...
  35. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    To further my earlier post, here is an error message that Firebug gives me in Firefox 2.0.0.2:

    prArr[i].p has no properties...
  36. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Hi Dan,

    I found out what has been causing some of the problems that some folks are having. Namely "undefined" appearing instead of the currency symbol, the prices not changing, and the broken...
  37. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Well both browsers have js enabled then...

    I assume that Lightbox and Image Handler 2 both use jscript and they run fine. I am having a problem with Price Updater and Just Another Cross Sell...
  38. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    I'm having problems getting this to work. I keep getting errors when selecting a radio button, it says "undefined(price)undefined(quanitity)" and the sidebox says chrome has broken something. I am...
  39. Replies
    1,667
    Views
    287,612

    Re: Dynamic Price Updater

    Please forgive my ignorance, I am a fledgling coder and even that is giving myself too much credit. :smile:

    With regards to the text attributes, why can't the updater code recognise each...
Results 1 to 39 of 39
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR