Page 26 of 167 FirstFirst ... 1624252627283676126 ... LastLast
Results 251 to 260 of 1668
  1. #251
    Join Date
    Jul 2006
    Location
    St. Charles, MO
    Posts
    30
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Quote Originally Posted by pacdad View Post
    OK, So I went back and reinstalled earlier version of Firefox. Alas, I still have same situation. I can not get Price Updater to show up on the "add to cart" tab in FF. Works well in I.E. . Anyone have any thoughts ? Help would be most appreciative.
    thanks,
    Paul
    Well, we got it fixed, kinda by accident. I installed a SQL file, and reinstalled it (dual pricing) and it's up again.

    Consider THIS issue C-L-O-S-E-D

  2. #252
    Join Date
    Jul 2005
    Location
    Wales, UK
    Posts
    382
    Plugin Contributions
    1

    Default Re: Dynamic Price Updater

    Hi all

    Seems the new year and the lead up to it have been more busy than I anticipated... No change there then... Sorry all

    pacdad, I'm glad you got the issue sorted... Sorry I couldn't help further but to be honest given the nature of the fix I doubt I would've been able to do too much

    As always many thanks to lankeeyankee for the kind words and continued support of the Updater

    LTCreations: you have stumbled on one of the Achilles heels of the Updater... This has been breaking my brain on and off for a while now... I think I have the plans for V2 set in my head now so I'm going to set up a new test shop and start playing... I feel a renewed vigour!

    I hope everyone had a good Yule season and New Year... The parts I remember were very good

    Thanks all and again sorry for the lack of support

    Dan

  3. #253
    Join Date
    Jun 2007
    Location
    NJ
    Posts
    83
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Can someone tell me the proper way to uninstall this? I installed in on zc 1.3.8a and now there is a debug message popping up on my site www.modebook.com/zc



    I can't have it happen and would greatly appreciate some help unless someone can actually get it to work for me.


  4. #254
    Join Date
    Jul 2006
    Location
    St. Charles, MO
    Posts
    30
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Quote Originally Posted by jmacdoug View Post
    Can someone tell me the proper way to uninstall this? I installed in on zc 1.3.8a and now there is a debug message popping up on my site www.modebook.com/zc



    I can't have it happen and would greatly appreciate some help unless someone can actually get it to work for me.

    Did you try editing the: jscript_updater.php on your site?
    This will turn off the Debug results.
    Open, edit and change the var=debugTrue to False


    // Second price setting
    // the following settings allow a second price to be displayed... if a page is very long this allows you to add another price display
    // thanks to Ryk on the Zen Cart forums for the idea and pointing out the issue
    var _secondPrice = 'cartAdd'; // set this to either false for disabled or supply the ID of an element for the price to appear BEFORE... for example, cartAdd
    var _SPDisplay = 'always'; // governs the behaviour of the second... 'always' permanently displays and 'update' shows the second price only when an attribute is selected
    var objSP = false; // please don't adjust this

    // debug settings
    var _debug = true; // set to false to disable debug output
    var _db = '';
    var _dbdiv = false;

    function init() { // discover the selects that are required to adjust the main price
    var centre = document.getElementById('productGeneral');
    var objSel = centre.getElementsByTagName('SELECT');
    var objInp = centre.getElementsByTagName('INPUT');
    var db = '';
    var _flag = false; // flag to decide if a load of attribute information is needed

  5. #255
    Join Date
    Jun 2007
    Location
    NJ
    Posts
    83
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    hmmmm...I can't seem to locate the file jscript_updater.php

    hint?

  6. #256
    Join Date
    Jul 2006
    Location
    St. Charles, MO
    Posts
    30
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    it's the only file you downloaded for this Mod.
    I'm assuming you FTP'd it to: includes/modules/pages/product_info/ ?
    Should be in there.

  7. #257
    Join Date
    Jun 2007
    Location
    NJ
    Posts
    83
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    My bad.

    I made the change and all is well now.

    Sorry about that. Sometimes the obvious is looking right at you and you pass it by.

    Thanks a bunch for the lightning fast responses!


    Jeff

  8. #258
    Join Date
    Jul 2006
    Location
    St. Charles, MO
    Posts
    30
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Quote Originally Posted by jmacdoug View Post
    My bad.

    I made the change and all is well now.

    Sorry about that. Sometimes the obvious is looking right at you and you pass it by.

    Thanks a bunch for the lightning fast responses!


    Jeff
    You're welcome. I only know, cause of the issues I had. Glad to help, now......... Pay it Forward

  9. #259
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: Dynamic Price Updater

    Quote Originally Posted by JasonRocket View Post
    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);

    }
    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 different element ID and set different discount values for the different quantity discounts we offer.

    Thanks!

    Matt

    Zen Cart and it's community are the best!!

  10. #260
    Join Date
    Jan 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    I'm looking for a "custom product" mod where the customer can select material, grade, & thickness, then enter length, and width. the mod would then calculate price and weight based on material and grade related properties and then send it to the order. Does this exist??? Thanks P.S. as a newbie this is driving me Wacko.

 

 

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