Hi,
This error is displayed when i go to the second checkout step (/checkout/3)
"The website encountered an unexpected error. Please try again later."
Details in the log registry:
EntityMetadataWrapperException: Unknown data property commerce_customer_address. em EntityStructureWrapper->getPropertyInfo() (linha 328 de /home/me/wshared/www/mysite/sites/all/modules/entity/includes/entity.wrapper.inc).
thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | correios_checheckout_panes.jpg | 36.06 KB | brunorios1 |
| #2 | checkout-1.jpg | 53.28 KB | recidive |
Comments
Comment #1
brunorios1 commentedComment #2
recidive commentedSorry for the late reply, just figured out I wasn't subscribed to issues for this project.
Are you using standard customer profile settings? And checkout panels? Are you filling any customer address during the checkout, before the shipping pane, are them all on the same page?
Check if the shipping calculation pane is on a separate page, this needs to be setup this way in order to work. Due to how commerce handle the checkout panes, you need them to be on separate page. Maybe a better approach can be implemented later. The module is still in development.
Please try and tell me if it works, we need to document this and maybe add code to have this setup correctly out of the box.
Thanks for testing.
Comment #3
brunorios1 commented@recidive,
yes, i am using the standard customer profile settings.
the problem was exactly in the checkout panes!
i was using the default position of the panes after the installation of the module (image attached).
i changed to the positions that you suggested and now it's working fine!
i also had to change the "Default package depth" to "11" cause the value wasn't being calculated (but this is a topic for another issue)...
if you need help with tests or documentation i'll be glad to help you.
thank you very much!
Comment #4.0
(not verified) commentedadding more details