Quote:
Originally Posted by davemac
If you have installed the product, uninstall it. Then edit the product_removerules.xml and find the line:
PHP Code:
$_REQUEST['agree'] = 1;
and change it to:
PHP Code:
$_POST['agree'] = 1;
Re-install the product. This probably will work for 3.6.9 but I can't say for sure.
Enjoy.
|
your fix works fine, thanks!
edit: works on vb3.7rc2 too