Page 22 of 167 FirstFirst ... 1220212223243272122 ... LastLast
Results 211 to 220 of 1668
  1. #211
    Join Date
    Jul 2005
    Location
    Wales, UK
    Posts
    382
    Plugin Contributions
    1

    Default Re: Dynamic Price Updater

    Hi Shep

    No offence taken ... I was just a little confused by what you said

    You're right: everyone has their own way of doing things and for a lot of applications the Updater is unnecessary or overkill but for those products that have lots of attributes, as Ryk pointed out, it can be quite handy

    Of course, if you have any thoughts on what could make it better or more useable please feel free to throw them into the mix

    Ryk: The revised version is under way... I've been working on a different module at work so I've been getting back into the swing of Zen after being away from it for a while... I feel a renewed vigour

    Dan

  2. #212
    Join Date
    Oct 2008
    Posts
    1
    Plugin Contributions
    0

    Idea or Suggestion Re: Dynamic Price Updater

    Hello everyone.
    Great job with the price updater, keep it up Chrome.
    I've got one question.
    I'm about to start work over a shop with roller blinds. Your module seems to fit perfectly my needs but...
    the price of one of the elements that composes the overall final price is calculated on the basis of providing accurate measurements (of the fabrics).. and the problem is that there are some kind of measurement brackets that are connected to given prices i.e. the fabrics that has for example 60 to 90 centimeters of width has one price, than from 91 to 140 centimeters there is another price.
    The same with height.
    Can your module handle such complications... or is it difficult for you to maybe include such options into the module?
    Hopefully an clear enough, english in not my native language.
    Regards
    Marcin

  3. #213
    Join Date
    Jul 2005
    Location
    Wales, UK
    Posts
    382
    Plugin Contributions
    1

    Default Re: Dynamic Price Updater

    Hi Marcin

    Thanks

    Unfortunately what you're asking for would have to be a custom addition to the Updater (providing of course I've understood the issue correctly )

    I know there are text-based attributes (or at least I think so... I may have seen it in a dream) but, as yet, I've done nothing with them

    If you like you can send me a link via PM and I'll take a look to make sure I have understood correctly and maybe make a suggestion or two

    Cheers

    Dan

  4. #214

    Default Re: Dynamic Price Updater

    Thanks for your great add-on

    Is there a way for the Dynamic price updater to include the quantity discounts? I can't seem to be able to do this.

    Thanks.

  5. #215
    Join Date
    Jul 2005
    Location
    Wales, UK
    Posts
    382
    Plugin Contributions
    1

    Default Re: Dynamic Price Updater

    Hi Jason

    The discounts are still being worked on when I can find time

    I'll update the thread as soon as I have some news

    Sorry this is taking so long

    Dan

  6. #216

    Default Re: Dynamic Price Updater

    Hi Dan Thanks for the response.

    For now I'm going to try and add the discount amount to the end of the price with the javascript below.
    -------------------------------------------------
    function makeChange() {
    var addDiscountHere = document.getElementById("addDiscountHere"); //get place to add discount amount

    var quantity02 = quantity;
    if (quantity02 > 9) {
    var discountAdded = "-10%";
    } else {
    var discountAdded = "no quantity discount";
    }
    addDiscountHere.firstChild.nodeValue = discountAdded;
    }
    -----------------------------------------------------

    I've used your quantity variable which works fine. I'm not sure how you get the change to update as well as it does after quantity amount is altered. Is there any chance that you could tell me so I could use that on my baby function.

    Thanks Jason

  7. #217

    Default Re: Dynamic Price Updater

    I'm now updating it with setTimeout function to get it to update.

    setTimeout("makeChange()", 500);
    function makeChange() {
    var addDiscountHere = document.getElementById("addDiscountHere"); //get place to add discount amount

    var quantity02 = quantity;
    if (quantity02 > 9) {
    var discountAdded = "-10%";
    } else {
    var discountAdded = "no quantity discount";
    }
    addDiscountHere.firstChild.nodeValue = discountAdded;
    setTimeout("makeChange()", 500);

    }

  8. #218

    Default Re: Dynamic Price Updater

    When I remove the code in attributes.php to take off the prices after attributes, the dynamic price updater stops working. Is there a way around this. I'm currently trying to get tags to wrap the prices and then change the colour to white so the text is not visible.

  9. #219
    Join Date
    Jul 2005
    Location
    Wales, UK
    Posts
    382
    Plugin Contributions
    1

    Default Re: Dynamic Price Updater

    Hi

    Any chance you can provide a link to non-working code? I might be able to figure out what's going wrong

    Dan

  10. #220
    Join Date
    Jan 2008
    Posts
    35
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Quote Originally Posted by JasonRocket View Post
    When I remove the code in attributes.php to take off the prices after attributes, the dynamic price updater stops working. Is there a way around this. I'm currently trying to get tags to wrap the prices and then change the colour to white so the text is not visible.
    Not sure what you're trying to do exactly, but it might be an idea to put div tags around the price and then set the CSS to display:none to stop the price from displaying but still allow the calculations to work correctly...?

 

 

Similar Threads

  1. v151 Help with dynamic price updater
    By anderson6230 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 23 Jul 2014, 08:52 AM
  2. v139h Dynamic Price Updater 3.0 Help!
    By Newbie 2011 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 12 Mar 2014, 06:46 AM
  3. Dynamic Price Updater Error
    By Inxie in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 26 Oct 2012, 06:19 PM
  4. Alternative to Dynamic Price Updater?
    By thebigkick in forum General Questions
    Replies: 0
    Last Post: 9 Jul 2012, 11:41 PM
  5. Dynamic Price Updater with href
    By maxell6230 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 1 Mar 2012, 12:34 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR