3X Web Desenvolvimento Digital
Forum Replies Created
-
olá @bonicontro até agora não resolveu pra mim também :/ não recebi nenhuma resposta do dev.
Forum: Plugins
In reply to: [Pix Automático com Pagarme para WooCommerce] Pedido adicional criado@marcosgn testei a última versão e continua desta forma, no retorno do pix é inserido em um novo pedido.
Veja em woocommerce > configurações > e-mails
Existem 2 layouts de e-mail de novo pedido, um para lojista e outro para admin, verifique se não está em cópia.
Forum: Plugins
In reply to: [Pix Automático com Pagarme para WooCommerce] erro no campo tefone@felipez isso aí é parte do código do plugin Brazilian Market on Woocommerce, provavelmente é algum conflito com outro plugin no seu formulário de checkout.
Forum: Plugins
In reply to: [Pix Automático com Pagarme para WooCommerce] Pedido adicional criadoOi @marcosgn pode me dizer se este problema foi tratado nesta última atualização?
Forum: Plugins
In reply to: [Pix Automático com Pagarme para WooCommerce] Pedido adicional criado@marcosgn tudo bem se eu entrar em contato com você pelo git pra gente trocar contato?
Forum: Plugins
In reply to: [Pix Automático com Pagarme para WooCommerce] Pedido adicional criadoOlá tudo bem? Algum retorno sobre este bug?
Forum: Plugins
In reply to: [Pix Automático com Pagarme para WooCommerce] Pedido adicional criadoSim, obrigado pela resposta rápida, estou usando:
Pix Automático com Pagarme para WooCommerce Versão. 2.0.2
WooCommerce Versão 6.7.0
Pagar.me módulo para Woocommerce Versão 2.0.8Os pedidos duplicados ocorrem exclusivamente quando o pagamento é via pix.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Checkout errorI’m still testing ¬¬
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Checkout errorHello @nicw
I’ll be running some tests later on today, i don’t believe it’s a compatibility problem, since the checkout does work with all supported brands and I’ve been using this same theme and plugins for a while without problem.
As i said in a previous message, I believe it’s a usability problem, since the card form allows for an unsupported brand to be typed in, but returns no error, for it’s passing valid card data to validation (number + cvc + expirantion) to Stripe.
I’ll look further into this matter and will post my findings soon.
Regarding the lack of an error: if there is an error generated, it will be added to the checkout, unless there is a conflict with an existing plugin, or possibly the theme. To test whether this is the case, you should try disabling all plugins except WooCommerce and Stripe, and test checkout while using the Storefront Theme.
I fear all tests will work regardless and won’t trigger this same problem with test data. I’m hoping for a customer to try an unsupported card again and ask for support for me to check his console for JS erros too.
Anyway I’ll post my test logs later. Thanks for your help.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Checkout errorThis is so tiresome.
I would expect at least a generic error to be presented to the customer in a red banner in that situation, even without specific text. I don’t see that in your video at all.
@tijosh sir, this is exactly the problem i’m reporting.
You can test these kinds of declines by placing the Stripe extension in Test Mode and using one of Stripe’s cards for declinations.
That would be great, but i don’t have any of these cards to test, and it’s a issue with production. Would you, as a customer, borrow your card data for some tests? Think about it.
If an error doesn’t appear for these, a good next step is to do a conflict test to determine why that’s happening.
The plugin works in all conditions except the one i’m describing, it’s not a compatibility issue.
I know the problem you’ve described is an issue with the brand availability based on country, but Stripe doesn’t make that specific testing scenario available in their testing documentation, so it’s not something very easy to troubleshoot. I would expect at least a generic error to be presented to the customer in a red banner in that situation, even without specific text. I don’t see that in your video at all.
Again, this is not what i’m reporting. There’s an untreated error happening, it returns nothing, the checkout just loads a bit and stop, as show in the video.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Checkout errorHello @dougaitken,
Thank your for carefully reading this thread.
The core of your query sounds like how handling of an unsupported card brand should show the customer, do I have that correct?
Yes you are correct, it needs an error to inform customers about this, preventing them from proceeding with checkout, or at least presenting an error.
I’m also trying to inform about this problem, since it must been affecting other users as well, as in:
https://ww.wp.xz.cn/support/topic/stripe-not-loading-in-strange-conditions/
And many others who are not yet aware.Can you clarify how you are losing money? Do you mean lost revenue due to the transaction not being successful?
A few customers reported this checkout behavior and gave up from buying on our store. Our products range from R$ 500 to R$ 3900.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Checkout error@thup90 are you telling me that your plugin which allows a customer to type in a unsupported card brand, as i show in the provided video, and is throwing and unknown and undocumented error solution is to warn my customers about it?
How does this logic works!? Did you read that before posting?
How about the few thousand BRL we have lost, and about the thousands other users of this plugin may be losing every day without knowing about this error?
Have you guys not heard about error preventing or usability heuristics at all?
I need support, this is the second attempt to close the thread with a shallow and ‘technical’ answer you guys should be ashamed of this disservice, i’m reporting this to woocommerce, automaticc and stripe directly, no wonder this is one of the worst evaluated plugins by woocommerce.
- This reply was modified 4 years, 9 months ago by 3X Web Desenvolvimento Digital. Reason: typo
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Checkout errorHello @apmwebdev. Actually there’s are none, the plugin does not process the payment at all.
I’ve read your code for a while, i see there’s a helper funcion called get_supported_card_brands() inside class-wc-stripe-helper.php:326, but i cannot find any other call to this function beyond get_icon(), i’m not sure if this was supposed to wait for API response from Stripe to check for supported brands.
I would say you should validate the card brand before calling API for (i’m guessing) createSource().
I’ve checked Stripe Docs and i’m making a wild guess here, i see there’s support for a few as in the array bellow:
var brandClass = { 'visa': 'stripe-visa-brand', 'mastercard': 'stripe-mastercard-brand', 'amex': 'stripe-amex-brand', 'discover': 'stripe-discover-brand', 'diners': 'stripe-diners-brand', 'jcb': 'stripe-jcb-brand', 'unknown': 'stripe-credit-card-brand' };When a certain unsupported brand is typed, an ‘unknown’ card is sent to validation inside the card object on “brand” string, then stripe’s validates this card (cc number + CVC + expire date) thus not returning an ‘card_error’ type error, and this may be causing this weird behavior.
What do you think?
- This reply was modified 4 years, 9 months ago by 3X Web Desenvolvimento Digital. Reason: formatting code
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Checkout errorThose are logs for 4 different days, we had at least one case of this reported error.
@nagpai first off, i would not be able to make such test with a customer card, second i’d hope you would recognize your own plugin checkout layout.
The plugin was disabled since it’s not working as intended, i can assure you that you won’t find anything registered on those logs, as i stated on my first message on this topic.
It seems it’s an error on front-end as your plugins does some checkout validations on a .js file, so it would probably log onto console.
As i do not have access to the customer console, i can only provide this much information.
Also a staging website won’t help, because i can only test on sandbox and can’t require or use a customer card info for legal reasons.