mecachisenros / woocommerce_civicrm

GNU Affero General Public License v3.0
14 stars 16 forks source link

Orders not showing up in WooCommerce orders tab on Civicrm #29

Closed netzih closed 3 years ago

netzih commented 3 years ago

While I finally got the contributions and contacts to be created successfully using the patch in #27 it seems the orders are still not coming up in the woocommerce orders tab on Civicrm contact page. Any reason that would be?

mjwright commented 3 years ago

Orders only show in the orders tab when the contact has a user framework ID (i.e. a WordPress login account). Orders placed by contacts without a UID (anonymous users) do not show in the orders tab.

netzih commented 3 years ago

Thank you for the quick reply. Is there a way to change that and show orders even for anonymous users?

mecachisenros commented 3 years ago

@netzih thanks to @mjwright via #30 the Orders tab should show for both type of contacts, anonymous and synced (WP user assigned).