yeah, the support thread for said module is here:
https://www.zen-cart.com/showthread....-Thread/page16
@marton
you can try:
PHP Code:// replace
while(list($key, $value) = each ($_GET))
// with
foreach ($_GET as $key => $value)
best.
yeah, the support thread for said module is here:
https://www.zen-cart.com/showthread....-Thread/page16
@marton
you can try:
PHP Code:// replace
while(list($key, $value) = each ($_GET))
// with
foreach ($_GET as $key => $value)
best.