better-payment / bp-plugin-shopware6-api2

Shopware 6 Plugin for Better Payment API2
Other
0 stars 0 forks source link

[FIX] Collect gender(for individual customers) when flag is turned on #29

Closed hasanzade-hasan closed 1 year ago

hasanzade-hasan commented 1 year ago

Birthdate will be used from admin settings

Gender will be added as custom field with options: male(m), female(f), diverse(d)

If collect config is enabled for any of the payment methods, corresponding field should be set required.

hasanzade-hasan commented 1 year ago

birthday done

hasanzade-hasan commented 1 year ago

need to add gender as customer custom field programmatically and add view in storefront for that in registration/profile pages

gadimbaylisahil commented 1 year ago

Related issue regarding collection for commercial customers https://github.com/lightfulweb/bp-plugin-shopware6/issues/42

gadimbaylisahil commented 1 year ago

https://github.com/better-payment/bp-plugin-shopware6-api2/pull/52