Hi I am trying to incorporate a shopping cart to CMS
to make it work I am trying to pass some extra variables to the URL like
-> index.php?page=shopping_cart&action=add&id=1
I am trying to $_GET the parameters from a custom tag
However when I use this is doesn't even run.... it's like the xtra parameters are deleted by the CMS..
Any ideas on how to fix this problem?
Mike
$_GET parameters from URL with a tag
$_GET parameters from URL with a tag
Last edited by mikemcvey on Wed May 03, 2006 3:24 am, edited 1 time in total.
Resolved: $_GET parameters conflict - '&id=0'
mmm... after testing it seems that I was passing the parameter "id"...
like : index.php?page=shopping_cart&todo=add&id=1
Should have spotted that one...
like : index.php?page=shopping_cart&todo=add&id=1
Should have spotted that one...
