lat9 / usu

Ultimate SEO URLs for Zen Cart
GNU General Public License v3.0
1 stars 5 forks source link

zen_catalog_href_link: USU additions are including `zenAdminID`. #48

Closed proseLA closed 2 years ago

proseLA commented 2 years ago

in my testing the following code can add the zenAdminID to the parameter string: https://github.com/lat9/usu/blob/e4217f5282882f600a9dbf2cd569d1ac32ae8ec3/YOUR_ADMIN/includes/classes/observers/UsuAdminObserver.php#L57

this can be resolved using:

$p2 = $this->usu->href_link($p3, $p4, $p5, false);

i look to be running 3.0.10 in this instance.