Results 1 to 10 of 1684

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Posts
    78
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Thanks for keeping me in mind Dan.

    Bill

  2. #2
    Join Date
    Oct 2007
    Posts
    68
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Hi Chrome,

    Great mod! Just what I was looking for! However, I'm receiving the 'Debug Messages' on every page, but not sure why.

    Any chance you could take a quick look please?

    http://prototypes.emotive-designs.co...products_id=56

    Cheers!

    Oli

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

    Default Re: Dynamic Price Updater

    Hi Oli

    You need to open the jscript_updater.php file in a text editor and find the line that says

    Code:
    var _debug = true;
    If you change that to

    Code:
    var _debug = false;
    You should be good to go

    Let me know if there are any other issues

    Dan

  4. #4
    Join Date
    Oct 2007
    Posts
    68
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Now why didn't I spot that...

    Thanks!

  5. #5
    Join Date
    Oct 2007
    Posts
    68
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Me again...

    I'm not great with JavaScript, so can't work out how to do this...

    What I'm trying to do, is to change the sidebox the Updater creates, so it follows the same structure as other sideboxes, and so I can use the same (or similar) CSS. Ie;

    Code:
    <div id=updaterSB" class="box" style="width: 175px;">
       <div class="box_head">Price Breakdown</div>
       <div class="box_body">
          <div id="updaterSBContent" class="sideBoxContent">
             blah blah
          </div>
       </div>
    </div>
    Is this possible?

    Cheers

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

    Default Re: Dynamic Price Updater

    Hi again

    Yes that's possible... The javascript that creates the sidebox will need to be updated... More concerning is that the sidebox update code will also need altering to accomodate locating the new div to update (wrapping it in another DIV will move the sidebox in the DOM tree)

    I am going to be looking at sites tonight so I'll quickly code up a new sidebox creation routine (this will be specific for your site) that you will need to add to jscript_updater.php

    From there there may be some trial and error getting the locator right but it shouldn't take too long

    I do have priorities to other posters on the thread but I will try my best to get all issues addressed this evening

    Cheers

    Dan

  7. #7
    Join Date
    Oct 2007
    Posts
    68
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Brill, cheers Dan! Totally understand other commitments! Thanks!

 

 

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

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