BeycanPress LLC
Forum Replies Created
-
So you really don’t want to understand me, do you? Let me explain it clearly.
Previously, the “woocommerce_order_status_completed” hook was triggered once and an invoice was created.
For PayPal payments, the “woocommerce_order_status_completed” hook is still triggered once and an invoice is generated.
For Stripe payments, I think “woocommerce_order_status_completed” is triggered twice at the same time and since the process starts at the same time, two invoices are created at the same time without the invoice being created and added to the meta.
What exactly is the problem here in another plugin and code? The normal working thing is broken after your updates, not mine. I am not asking you to come and examine my code. “examine your code” you created something in your last updates.
Yes, that’s exactly right. There was no such problem before. And after the latest updates, two invoices are created.
I developed the FreshBooks SDK, but there can’t be a problem there. Because this is not a SYNC plugin. So as you can see in the code I sent you, it is triggered once after the order is completed.
Sometimes I really don’t understand. I didn’t update anything related to FreshBooks. It was working normal and stable. But I update WordPress regularly, and after an update, this problem started to occur “only with Stripe payments”.
Look, I’m only talking about Stripe payments. Exactly which third-party plugin and problem are you talking about? Can you understand me, because I can’t understand you.
That’s not very clear. Why is the “order_completed” hook being triggered twice out of the blue and I guess because this happens at the same time, the conditions I added do not work because the second is processed before the first invoice is created.
Again, there was no problem before. PayPal payments are still fine. Stripe payments are fine.
Can you look for things in your latest updates that could cause this problem?
Look, I don’t think this error is related to WooCommerce Subscription because it is not the plugin that manages the checkout process. It’s this plugin.
But I will create a ticket anyway.
- This reply was modified 2 years, 1 month ago by BeycanPress LLC.
WooCommerce Subscription. And everytime i am updating plugins.
Forum: Plugins
In reply to: [Breeze Cache] You need to detect the images at the top of the pageNoo need add type attribute too 🙂
I see, so there are hooks that need to be added on the React side, but they are not available right now, right? So even if I run my code on the PHP side, it crashes because there is no equivalent on the React side. I would appreciate it if you could update me here when it is released.
Forum: Plugins
In reply to: [Breeze Cache] Wrong character in inc/class-breeze-lazy-load.phpThank you so much.
I understand, but I’m having problems with the “development process” of a modular plugin for which you provide an API for development, and you say you can’t support it. If you only provide me with an unminified js file, I think I can already handle the rest of the process. Also, if I remember correctly, unminifed js files were mandatory for wp.org.
My goal is to develop “Field” and “Payment gateway” for Forminator. I have started the process on the PHP side and “Field” appears in the list. However, when I select “Field”, Forminator crashes, probably because something I need to add on the JS side is not added.
You can support me even just by reviewing the code below.
https://github.com/BeycanPress/cryptopay-gateway-for-forminator
But if you don’t want to. I guess I can understand that.
Forum: Plugins
In reply to: [Breeze Cache] You need to detect the images at the top of the pageThat’s exactly what search console says. “do not lazy load images that should appear”
Make sure if I was still getting the current problem. I would have taken a screenshot or a video, but because of this problem I removed “img” and started using it as background. You can check it out if you don’t believe me.
https://beycanpress.com/how-to-create-a-paid-membership-site-with-wordpress/
All you need to do is put an image in the part that appears while the page is loading, this can be the featured image in a blog post or the image in the slider. Previously, I was only getting this warning in “native lazy load”. When I changed the Search Console data, when I checked everything again, it started to say the same warning in “breeze lazy load”. “Visible images cannot be loaded late”
What I mean by visible here is that it is visible when the page is loading
- This reply was modified 2 years, 2 months ago by BeycanPress LLC.
Forum: Plugins
In reply to: [Breeze Cache] You need to detect the images at the top of the pageWhen the page is first loaded, the top images are lazy loaded. This affects the first color appearance. Because it loads late. In other words, the area on the screen that is visible in general should not be loaded late. The images that appear when scrolling should be loaded late.
I have no problem on the PHP side, I have already done it, but I think we need to specify something on the React side. Because React crashes as soon as I select the field. Here below you can examine the repo. If you can provide unmified js code, I can handle it.
https://github.com/BeycanPress/cryptopay-gateway-for-forminator
Forum: Plugins
In reply to: [Breeze Cache] Wrong character in inc/class-breeze-lazy-load.phpI tried this but everytime have error 😀 i cannot fixed. Mayeb you guys can do it.
Thanks for your reply, I’ve created a topic there. Actually I’m almost done, there’s just a routing problem with the old structure. I sent you an email so that you can list it in your plugin lists, but I’m not getting a response.
I guess in general Stellar WP doesn’t want to list external resources :D. Because I developed an integration in LearnDash, I could get a response before, but they don’t respond to mail to add to add-ons lists.
This is strange 😀
I have tried many things but the page it is on also loads the redirected page. Is there a hook that can control the donate now button? We can disable the current process and open our payment modal first and submit the form after the payment is completed (backend control will be done in createPayment).
Here is repo, you can check it.
https://github.com/BeycanPress/givewp-cryptopay-gateway
- This reply was modified 2 years, 3 months ago by BeycanPress LLC.
Forum: Plugins
In reply to: [WooCommerce Blocks] Our payment method is not listed.Thanks, so we need custom integration.