Quote Originally Posted by mvstudio View Post
I was checking the file last night and was able to make some progress, I think.

In comparing the file in the plugin with the modifications you suggested, and this file https://github.com/mc12345678/Dynami...ce_updater.php which already contains the modifications, I found an extra line at the bottom of the code on the one on the plugin. In removing that extra line the product info page now downloads. However the ajax loader image stays on a loop. You can see the behavior on the test page here http://www.byvalenti.com/bvostoretem...&products_id=4

No error log files are generated with this behavior.

I hope this info helps you a bit =)

Thank you for looking into it.
Now that have a link to a "problem" page, for one thing there are some significant html validation issues, one of which is considered a fatal error as seen here: https://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.byvalenti.com%2Fbvostoretemp%2Findex.php%3Fmain_page%3Dpro duct_info%26cPath%3D8_9%26products_id%3D4.

Another issue may be related to the loading of jquery 1.7.1 as what looks like the main jquery to be loaded.

From my device, I couldn't see the entire page and the css essentialy wasn't loaded.

Recommend addressing the validation issues before attempting to further work with javascript/jquery related code.