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.
|
Quote:
Originally Posted by Welshy2008
3.8.1 ?
Please.
|
The Above works on 3.8.1 - Thank You.