
Originally Posted by
dp-web
I'm bodging this up with all sorts of code - but I'm struggling to get the product_id changed to product_model as this is what we use in Google Adwords, does anyone know to edit the module to fix this? The module creator has dropped off the planet it seems.
Code:
$model_query = "select products_model from products where products_id = :products_id:";
$model_query = $db->bindVars($model_query, ':products_id:', $products_id, 'integer');
$model = $db->Execute($model_query);
Where $products_id has been assigned to a sanitized value of the products_id.
Bookmarks