Quote Originally Posted by toyseller View Post
solved this:- I changed this line in the Google Dynamic Remarketing Mod ...

From this ... ecomm_prodid: " . $jsecomm_prodid . ",

to this ecomm_prodid: \"" . $_GET['products_id'] . "\",

I have no understanding of php coding but came up with this and it works ok.
Caution should be used when making changes such as this where the $_GET parameter is brought inline with other code. It should be sanitized first. Under this method, additional code could be provided to the browser uri that could cause the software to crash and expose information about the system or software.

An almost better option would be to upgrade to the latest ZC which is also more secure in general.