enupal / stripe

Allows customers sign up for recurring and one-time payments with Stripe, perfect for orders, donations, subscriptions, and events. Create simple payment forms in seconds easily without coding. For Craft CMS
https://enupal.com/craft-plugins/stripe-payments/
Other
33 stars 19 forks source link

Admin email template not working #351

Open mark-chief opened 1 year ago

mark-chief commented 1 year ago

Description

The admin email used to work, but now it had started sending the default template.

Screenshot 2023-04-04 at 11 27 56 Screenshot 2023-04-04 at 11 28 18

I have tried with and without the .twig extension

The User email template works fine.

Additional info

mark-chief commented 1 year ago

@andrelopez hey.. any idea on this? thanks

andrelopez commented 1 year ago

Hi @mark-chief I am unable to recreate this issue, this is probably related to an error to the template override twig file (a missing variable, etc)

Could you please try again with the basic admin template here update line 141 to set something different and check if the template overrides feature is working on your side?

If so, we may need to check any errors on your logs when using the _stripeAdmin.twig file

Let me know how it goes