While reviewing the tightening up of the use of pID/pid as a GET name:
https://github.com/zencart/zencart/pull/7413
I discovered that the use of $pID in the Ask a Question page was being overwritten by the use of pID in the DPU javascript.
Since the support and development of this mod has fallen by the wayside/is in multiple GitHub forks, I'm just pointing this out for reference as something users of this mod should review, maybe not now, but definitely if adding DPU to the upcoming 2.2.0 release.
And to repeat, the DPU functionality is in the commercial add-on to POSM, so use that and dump this.
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
Try it on 1.5.8a w/ php 8.2, and change \includes\templates\bootstrap\jscript\jscript_dynamic_price_updater.php, line 79 to
But don't see any change after I enable it, nor error logs.const DPUsideboxActive = ('<?php echo $dpu->sideboxActive ?? NULL; ?>' === '1');
Do I miss any step?