• Resolved Bruno

    (@bsa1991)


    Acabei de instalar para testar. Alguém mais usando por aqui? Encontraram algum problema?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Phil

    (@fullysupportedphil)

    Automattic Happiness Engineer

    Is there a specific problem that you are having with the plugin?

    If you can let us know specific details around the problem you are having, we can offer some help.

    Please also include a copy of your System Status Report. You can get that by going to WooCommerce > Status.

    Thread Starter Bruno

    (@bsa1991)

    Oi Phil, tudo certo! Apenas alguns ajustes na tradu??o…

    – No placeholder: Card Number MM/YY CVC
    no Brasil deve ser: Número do Cart?o MM/AA CVC

    – Your card’s expiration date is in the past
    no Brasil deve ser: O ano na data de validade do seu cart?o está no passado.

    Como fa?o essas altera??es? Tentei pelo plugin Loco translate, sem sucesso. Obrigado!

    Eu uso. No geral roda bem liso. Recentemente tenho tido problemas com webhook, e o update do 4.5.1 desabilitou uso no BR mas é só editar o arquivo do plugin e adicionar o país na lista. Abs

    Phil

    (@fullysupportedphil)

    Automattic Happiness Engineer

    @jffaria Brazil should have been disabled previously, as it is still in “Beta” only access for Stripe. However, an oversight on our part allowed use in that country until now.

    Normally we only add countries to the supported list once Stripe has publicly launched them (this does not include closed beta programs).

    Our team is currently discussing how we want to handle this movie forward, however as you mentioned you can manually add support back.

    Can you share some more details on what Webhook problems you are having? When you look at your Stripe logs (WooCommerce > Status > Logs) as well as the Webhook history in your Stripe account, do you see any errors?

    Phil

    (@fullysupportedphil)

    Automattic Happiness Engineer

    @bsa1991 That text is loaded from Stripe, which is why you won’t be able to translate with Loco Translate.

    You can read more about telling Stripe what language format to use on your site in our help documents here:

    https://docs.woocommerce.com/document/stripe/#section-34

    Eu utilizo no Brasil e a vers?o 4.5.1 ‘quebrou’ o plugin:

    “Stripe is not available in your store’s country and will not be available for buyers to choose during checkout.”

    Peguei a vers?o anterior aqui:
    https://downloads.www.ads-software.com/plugin/woocommerce-gateway-stripe.4.5.0.zip

    After adding the support for Brazil still not working.

    Steps to replicate:
    1) I Added the support to Brazil adding BR to code*
    2) Copy and paste my address from my Stripe BR to WooCommerce (Address line 1, Country, City / Zip Code).

    Note:
    *I tried to add support by modifying the woocommerce-gateway-stripe.php file and in my second test through the snippet suggested here https://www.ads-software.com/support/topic/stripe-is-supported-in-india/ (but modified for Brazil in the corresponding lines).

    Any help with this? Thank you!

    Plugin Support dougaitken

    (@dougaitken)

    Automattic Happiness Engineer

    Hi @sebaros

    but modified for Brazil in the corresponding lines

    Can you confirm that you only changed IN to BR in that code snippet, please?

    I’ve tested this on my own store and that is working for me.

    function wc_stripe_preview_supported_countries( $countries ) {
    	if ( ! in_array( 'BR', $countries ) ) {
    		$countries[] = 'BR';
    	}
    
    	return $countries;
    }
    
    add_filter( 'wc_stripe_supported_countries', 'wc_stripe_preview_supported_countries' );

    Version 4.5.2 fixed the issue.

    @gabriel-reguly thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Alguem usando no Brasil?’ is closed to new replies.