Thanks for keeping me in mind Dan.
Bill
Thanks for keeping me in mind Dan.
Bill
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
Hi Oli
You need to open the jscript_updater.php file in a text editor and find the line that says
If you change that toCode:var _debug = true;
You should be good to goCode:var _debug = false;
Let me know if there are any other issues
Dan
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;
Is this possible?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>
Cheers
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