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

build ajax link using zen_href_link #12

Closed mc12345678 closed 6 years ago

mc12345678 commented 7 years ago

The url link for the ajax.php file is "manually" built instead of using the ZC function zen_href_link which would support improved readability of results when viewed by other utilities that depend on links being generated by ZC rather than being pieced together.

mc12345678 commented 6 years ago

Fixed by commit: https://github.com/mc12345678/Dynamic_Price_Updater/commit/7e1ea3a62027c9838ac639a5dce4b909c236102b

Because this is a static link (not based off of a link generated by accessing index.php), there is limited benefit by way of this link when/if using a URI rewriter.