mc12345678 / Dynamic_Price_Updater

This module for Zen Cart automatically updates the product price when a atrribute is added to the product
Other
0 stars 0 forks source link

Activate DPU onload #3

Closed mc12345678 closed 7 years ago

mc12345678 commented 7 years ago

The code currently includes an action at the end to attempt to activate DPU after the javascript has been loaded (ie. last action to be performed). This is better implemented to be activated after the page has been loaded. The applicable/necessary code has been moved to the onload event within the applicable includes/modules/pages/XXXX directory.

Implementation provided in commit 40722fedbb2ddc9b8d19bae61dde0830c6c5ca0c. This needs to be merged into the master branch.

mc12345678 commented 7 years ago

Captured in the main thread of this fork of the plugin, even though the main thread is not 'master' for sake of continued maintenance.