I installed it and I am having some problems. I got the mod from EWDHosting and followed the file "X-Cart Easy Checkout - Custom Installation - 4.0.x" that was included with the .zip
I get the error:
"Parse error: parse error, unexpected T_VARIABLE in ....public_html/cart.php on line 112"
When I click on "buy now" on a item.
Area of error.
Quote:
#
# Calculate total number of checkout process steps
#
$smarty->assign("mode",$mode)
$total_checkout_steps = 2;
$checkout_step_modifier["anonymous"] = 0;
$checkout_step_modifier["payment_methods"] = 0;
|
Also, in the instructions, the areas that detail the "Open include/login.php"
and "Open include/register.php" and what to edit in them does not correspond to what is in the original files...
Thank you very much for you help.