Sebastien Dehesdin

Results 12 comments of Sebastien Dehesdin

For anyone else finding this, if you change line https://github.com/aelvan/mailchimp-subscribe-craft/blob/96d1e5b7a544576072ac6cff08374a79fb9a20d1/src/services/MailchimpSubscribeService.php#L811 to ` $tagsMap[$tag->name] = 'active';` it adds your tag to the existing ones

+1 on this - I can't tell if this is related but the `publishedScope` attribute we get back says 'global' for products that are only available through the Point of...

@tyrann0us just jumping in, but isn't it because your images don't have the same ratio? So it's only returning the first one, and then skips the second one?

Hey @andrelopez , yes using Connect: if the commission payment is set to checkout, then the connect transfers don't go through because the money isn't 'available' yet in Stripe. With...

@andrelopez thank you, but that's through twig though, not client-side; is there a way to do it client-side?

@andrelopez ah great thanks!

@andrelopez it's not working actually, and I think I can see why. https://github.com/enupal/stripe/blob/master/src/services/Checkout.php#L106 the `$data` object is taken from https://github.com/enupal/stripe/blob/master/src/services/Checkout.php#L59 `$publicData['stripe']` which is actually `enupalStripe[stripeData]` JSON input, the one that...

@lucasdaniels I did not unfortunately, sorry!

@engram-design don't know if it's related but big issue here with latest version (2.1.0 and 2.1.1) where if you add a Vizy block that has a Hyper element the screen...

@engram-design this seems to be fixed in latest release for dropdowns, but I've now noticed the bug with an entry field if you just *remove* an entry. If you add...