I'm curious to know if anyone else is experiencing the same problems I am.
zc 1.5.5
dpu 3.0.3
MyDEBUG files show:
[27-Mar-2017 13:11:07 America/Denver]
PHP Warning: reset() expects parameter 1 to be array, null given in /includes/classes/dynamic_price_updater.php on line 175
[27-Mar-2017 13:11:07 America/Denver]
PHP Warning: Variable passed to each() is not an array or object in /includes/classes/dynamic_price_updater.php on line 176
Browser Developer Tool shows:
TypeError: objSB.appendChild is not a function
/includes/modules/pages/product_music_info/jscript_dynamic_price_updater.php #256
Code:
function createSB()
{ // create the sidebox for the attributes info display
if (!(document.getElementById('dynamicpriceupdatersidebox')))
{
var tempC = document.createElement('div');
tempC.id = 'dynamicpriceupdatersideboxContent';
tempC.className = 'sideBoxContent';
tempC.innerHTML = 'If you can read this Chrome has broken something';
objSB.appendChild(tempC);
temp.parentNode.insertBefore(objSB, temp);
}
}
Page Bounce
selecting an attribute price causes the ajax-loader.gif to briefly appear forcing text down, then the ajax-loader.gif disappears and text bounces up
Bookmarks