Post by dmbrownfield » Wed Jun 25, 2008 11:12 am

If a shopper puts items in their shopping cart but does not actually buy, I DO NOT want
the shopping cart saved and items restored when they log back into their account.  How do I stop
this from happening?  thanks.

New member

Posts

Joined
Fri May 09, 2008 12:37 am

Post by Luvz2drv » Wed Jun 25, 2008 4:48 pm

to stop this.

/library/cart/customer.php

remove this

if ($customer_info['cart']) {
$this->cart->restore(unserialize($customer_info['cart']));
}

that should not keep the customer with a clean cart

Global Moderator

Posts

Joined
Fri Mar 21, 2008 10:58 am

Post by dmbrownfield » Thu Jun 26, 2008 4:39 am

worked great !!  thanks so much for quick response.

New member

Posts

Joined
Fri May 09, 2008 12:37 am
Who is online

Users browsing this forum: No registered users and 1 guest