View Single Post
  #389  
Old 04-27-2005, 02:53 PM
  denlem's Avatar 
denlem denlem is offline
 

Senior Member
  
Join Date: Apr 2004
Location: MA / CT / RI Border
Posts: 117
 

Default

Jon,

Do you have any updated install instructions for the Easy Checkout Mod?

I got my copy from Emerson and am doing a fresh install with version 4.0.12.

The install goes fine up until steps 7 and 8. In both of those steps, the parts I am supposed to 'find' have other lines of code mixed in between it.

In step 7, i'm supposed to find:
Code:
if ($login_type == "C" || $login_type == "B") { if (!func_is_cart_empty($cart)) { func_header_location($redirect_to."/cart.php");

it looks more like:
Code:
if ($login_type == "C" || $login_type == "B") { if (!func_is_cart_empty($cart)) { if((strpos($HTTP_REFERER, "mode=auth") === false) && (strpos($HTTP_REFERER, "mode=checkout") === false)) { func_header_location($redirect_to."/cart.php"); } else { func_header_location($redirect_to."/cart.php?mode=checkout"); }

Step 8 has a similar difference too.

Any help would be appreciated.

Thanks,
Dennis
__________________
X-Cart Gold Plus 4.7.10
Reply With Quote