SWATH
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mail Logging] Suddenly stopped logging emailsHello,
I have send mail via through the contact form both via php and via mailgun in wordpress. I receive the mail but it is not logged.
Forum: Plugins
In reply to: [WP Mail Logging] Help I Can’t see the email address from incomming emailsThanks, I tracked it down to a Contact form 7 glitch
it is 1.0.6
There is a strange problem I traced back to the code you provided. After I pasted it into the .php file as you suggested the media no longer loads for me to edit such as in the media page or the gallery page. When I disable the plugin it works fine. Then stops working again when I enable the plugin.
It also gives this error at the top of the plugin page when I enable the plugin:
“The plugin generated 3 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”
Great thank you! I did that. Will this survive an update or do I need to do that at each update?
I donated to your plugin to keep you motivated! LOL. Forgive me but I’m not sure what to do with the code you provided. Can you explain?
It might be a worthwhile upgrade in general. Just have a check box in settings to create new customers in Stripe.
Amazing! Thank You! Just let me know what to do and when. Any idea when?
That’s easy to do as long as the gateway is automatically creating customers in Stripe instead of using the token for the single charge.
Yes new customer for each order regardless if they are logged in. I allow guests to place orders without creating an account of logging in.
Yes I don’t care if the charge is refunded after 7 days or whatever. In fact the charge is just authorized not captured at the time of order. When order is complete I create a new charge in the Stripe dashboard (sometimes I need to edit the amount) and then capture that.
hxxps://stripe.com/docs/charges#saving-credit-card-details-for-later
Hi I use your plugin and just went through an ordeal with Stripe about the gateway not creating customers. When I have a customer order something I don’t capture the charge them until their order is ready, which can take weeks or months. In the interim the charge is refunded. When the order is ready I go back and create a new charge for them (editing the amount if necessary). I can only do this when the gateway creates a customer instead of a one-off charge. A different plugin I was using before this one created customers so it wasn’t an issue. Since using this plugin no customers have been created and I can’t go back and charge them. Now I have to go back and kindly ask my customer to please re-place their orders. Stripe tells me I need to get the gateway to automatically create customers. Does plugin not do that?
Hmmm I just found out that the plugin “Root Relative URLs” was causing Striper not to work. When I disable it stripe seems to work fine and I can complete a payment without the error. Not sure what “Root Relative URLs” plugin does but I’m disabling it for now.
Excellent! That worked too so I can just removed that snippet of code.