πŸ‡ΊπŸ‡ΈUnited States @solarDog

Account created on 26 January 2012, over 12 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States solarDog

I am still getting the same error. You may inspect the page here: https://pthomeservices.com/projects/cedar-faerie-tree-palace

I am using cocoen v2.0 with 8.x-1.2. and Drupal 10.2.2 .
Maybe I am missing a simple step here?

πŸ‡ΊπŸ‡ΈUnited States solarDog

Drupal 10.2.2
Webform Mailchimp 8x5.10

I am having similar issues with mapping my webform (6.2) address fields to the mailchimp Address.
I have tried patch from #16 with no success. The contact does not come into mailchimp using the patch, so I have reverted.
Does not seem to make a difference if I use quotes or not.

FNAME: '[webform_submission:values:first_name]'
LNAME: '[webform_submission:values:last_name]'
COLLUNIV: '[webform_submission:values:college_university]'
DEGREE: '[webform_submission:values:degree_program]'
PHONE: '[webform_submission:values:phone_number]'
ADDRESS:
addr1: '[webform_submission:values:your_address:address]'
city: '[webform_submission:values:your_address:city]'
state: '[webform_submission:values:your_address:state_province]'
zip: '[webform_submission:values:your_address:postal_code]'

Everything but the address comes into with the Mailchimp contact. Does anyone have any insight into why this would be happening?

πŸ‡ΊπŸ‡ΈUnited States solarDog

I was able to fix this by changing the following code in StripteWebformPaymentStripe.php:

Stripe::setApiKey($this->getApiSecret());
      $products = Product::all()->data;

to this:

Stripe::setApiKey($this->getApiSecret());
      $products = Product::all(['limit' => 100])->data;
πŸ‡ΊπŸ‡ΈUnited States solarDog

#4 does not work for me using Stripe 2.0.0-beta2 and Drupal 10.1.6. It would be really helpful if the documentation explained how to properly add the settings to the settings.php file.

πŸ‡ΊπŸ‡ΈUnited States solarDog

Agreed, I recently imported 150 users and I need to include the profile owners instead of the feed author.

πŸ‡ΊπŸ‡ΈUnited States solarDog

I also think this feature would be helpful. Especially when importing profiles.

πŸ‡ΊπŸ‡ΈUnited States solarDog

Just a follow up here. I updated my default API version in Stripe to the latest version and I can now see my products listed.

πŸ‡ΊπŸ‡ΈUnited States solarDog

1. Install Stripe Webform Payment (1.0.0) and Stripe (2.0.0-beta4) via Composer using Drupal 10.1.6

2. Add Stripe credentials on the Stripe settings page and set it to 'Test'. (I was unable to figure out how to add this info in my settings.php file. And the Stripe module has no documentation on how to properly do this)

3. Install Webform (6.2.0) and try to add the Stripe Payment element but the products do not list (see screenshot). I have several products on my Stripe account.

Side note: I was able to get Stripe's Webform Integration working with my current Stripe credentials so I can confirm that they are correct.
Thanks very much for assisting me with this issue.

πŸ‡ΊπŸ‡ΈUnited States solarDog

No Errors in the logs and I am using the test Stripe API keys.. I am assuming that Stripe will associate all products with the account api that I am using but perhaps there is an additional step that I am missing?

πŸ‡ΊπŸ‡ΈUnited States solarDog

Thank you @mukhtarm. I am not having any luck getting this working. I do not have cocoen_beforeafter.js in my library. Only cocoen-jquery.min.js and cocoen.min.js exist in /cocoen/dist/js/

Can you confirm which library version I should be using?

πŸ‡ΊπŸ‡ΈUnited States solarDog

Great module! When can we expect the Drupal 10 version will be released?

πŸ‡ΊπŸ‡ΈUnited States solarDog

This is a great module. What is required to make it Drupal 10 ready?

πŸ‡ΊπŸ‡ΈUnited States solarDog

Is there any timeline on when this module will be Drupal 10 ready? It is a great module and a life saver for me.

πŸ‡ΊπŸ‡ΈUnited States solarDog

Is this module abandoned or is there a plan to make it Drupal 10 compatible?

πŸ‡ΊπŸ‡ΈUnited States solarDog

I am also having this issue. When a user inputs the wrong credit card info how do we "request new nonce" to allow for the transaction to be accepted?

Production build 0.69.0 2024