When I go through the checkout and fill out all the information on the first pane (checkout/[cart-id]/checkout) and then go through the shipping pane (checkout/[cart-id]/shipping) to the review pane (checkout/[cart-id]/review), it shows that there is "no information".

It creates all the profiles for my profile types - I have default "billing" and additional "shipping" and "invoice" - with the provided data (admin/commerce/customer-profiles), but when I go to check Shopping Cart page (admin/commerce/orders/carts) my actual order has empty values for profile types.

When I finish the order it is also empty on the Orders page (admin/commerce/orders).

I think there is a problem on the connection between creating the profiles and assigning them (or their data) to the order.

I use these not-default Commerce modules:

  • Commerce Checkout Progress
  • Commerce PayU
  • Customer Profile Type UI
  • Commerce Extra
  • Commerce Extra Address Populate
  • Commerce Extra Quantity

Comments

rszrama’s picture

Status: Active » Closed (won't fix)

Sounds like an issue with a contributed module; address populate sounds like the first place I'd look. I can't reproduce this behavior on Commerce itself.

immoreel’s picture

Status: Closed (won't fix) » Active

Hey, as I mentioned here I'm seeing the same behaviour, yet I dont have any of the mentioned modules. I do, however, have the entity translation module installed.

Disabling it fixes the empty billing issue.

@ smutnyleszek, can you pls confirm this behaviour?

I'll investigate some more and create an issue in the entity translation queue.

immoreel’s picture

Issue created @ entity translation queue

rszrama’s picture

Hmm, customer profiles shouldn't be getting translated, should they?

ericclaeren’s picture

I have also an issue with the addressfield not showing on the checkout review form. The array contains data but isn't rendering properly. Have no clue why. I don't use Entity translation, so the above situation does not go for me.

ericclaeren’s picture

Think my problem is a different issue, my addressfield widget is saying: no handler. That's probably why it fails to render it.

rszrama’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Closing this in favor of the entity translation issue. In general, I really don't think customer profiles should be translated; at most I'd use i18n Field to translate field labels.

drupbasic’s picture

#2 fixed it for me! thx