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

Remove products_id from ajax request #22

Closed mc12345678 closed 4 years ago

mc12345678 commented 4 years ago

As a result of other changes to ZC, providing only the products_id without a main_page when calling the ajax command results in continuous reload of the page. The products_id is provided in other ways and can be used to accomplish the same task which has been to update the who's online information to show the page on which the customer is visiting rather than just the call to the associated ajax parameters.

Fixes #21