2 replies [Last post]
gp.mazzola@drupal.org's picture
Offline
Joined: 07/14/2008
Juice: 15
Was this information Helpful?

Hi I am using UC 5.x-1.7
I have anabled anonymous checkout, but UC does not create for the anonymous users. I have tried both with the flag on the option to set these accounts as active or blocked.

I also tried various combinations in the settings at

admin/user/settings

At the moment it is set to allow new accounts creatione by user, without admin's approval.

Can you help me?

Thank you,
GP

torgosPizza's picture
Offline
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.
Joined: 08/14/2007
Juice: 4110
Re: Anonymous checkout: no user account is created!

Interesting... I just tested Anonymous checkout, and it seems to work fine with Gift Certificates, but it seems that users who are paying with credit cards are not having their File Downloads added to their accounts. I'm not quite sure what the issue is, but I'll need to look into it.

I think these two issues are related. Anyone?

--
Help directly fund development: Donate via PayPal!

kstar's picture
Offline
Joined: 07/03/2009
Juice: 14
Same behaviour

Hi,

Just same behaviour with an UC2 nacked (no gift, ...) in D6.13

While tracing code, I've found in uc_cart_complete_sale() (from uc_cart.module)
the

$order->primary_email is empty !

But at uc_checkout_pane_customer() (from uc_cart_checkout_pane.inc), the

$arg1->primary_email is correctly set.

What goe's wrong ?
How the value is transferred from $arg to $order ?

thx for any idea ...

K

Kstar