KarinG

Results 81 comments of KarinG

@sunilpawar - I just tested this and ran into some issues. Here's my Webform: ![image](https://user-images.githubusercontent.com/5340555/71773861-eb84da00-2f21-11ea-8d5c-a71f3af065fb.png) And these are my Line Items afterwards with this PR 278: ![image](https://user-images.githubusercontent.com/5340555/71773863-f93a5f80-2f21-11ea-8e3e-c976575599d0.png) Please note ->...

PS - sorry for the delay on reviewing this. I'm finally catching up.

With over 500 Drupal 8/CiviCRM installs and a D8WFC-beta1 to be out very soon (this weekend) - I’ll soon be updating the PR template that PRs are to be submitted...

Hi Alan - trying to reproduce the issue on 4.6. I've got a webform_civicrm webform with **1) a Membership Fee field:** ![image](https://cloud.githubusercontent.com/assets/5340555/24327571/f39b30be-1191-11e7-838f-1c93cc4036cf.png) **2) a Contribution Amount field** (for a Donation)...

PS - of course instead of Members Fee - you can do a -user select- and get someone to pick their own Membership Type/Level; Key is that webform_civicrm will assign...

webform_civicrm [when configured as described above]: - does add line_items to the civicrm_line_item table; - both donation financial_type and membership financial_type in these line_items are correct; - donation financial_type is...

Ok - I finally have gotten to the bottom of this. Apologies for the delay... 1. key issue is that webform_civicrm module **does not set:** `$item['price_field_id']` and `$item['price_field_value_id']` 2. when...

Hi Alan, ad 1: I tried but your strategy does not work for our use case. We have one membership_type_id and 4 potential matches based on that- all with different...

Use `number of installments = 0` Anything other than `number of installments = 1` will ensure WFC creates a recurring series. `number of installments = 0` means open ended recurring.

@mattwire - I just added to this test -> https://github.com/colemanw/webform_civicrm/pull/717 - it now demonstrates WFC with iATS Payments for both instalments = 12 as well as instalments = 0 (which...