• Hi Greg,

    I use Stripe and it seems all words and line can’t be translated in french when a members pays a pro or featured add.

    https://snipboard.io/2Iv5gL.jpg

    Stripe support thinks we must see on front of wpadverts. Please, can you take a look ?
    Here is the stripe’s respond :

    support@stripe.zendesk.com :

    It seems that WPadverts integrates Stripe Elements for its payment form.
    We have a variable (“Local”) which auto-detects the location of your browser and which then changes the language of the form. It would then be necessary to ensure its good integration (https://stripe.com/docs/js/elements_object).

    It would be interesting to include the WPadverts person in the conversation to advance I think.

    I remain at your disposal,

    Thomas

    Thank you very much for your technical advices.

    I wish you a great day

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    currently the Stripe integration does not allow forcing your own locale, if you would like to do that you would need to open file wpadverts-stripe/assets/js/stripe.js and on line about 35 replace

    
    var elements = this.stripe.elements();
    

    with

    
    var elements = this.stripe.elements({locale: "fr"});
    

    Then refresh the page a couple of times to make sure an updated stripe.js file will load and not the old version cached in the browser.

    BTW. Please send ALL of your questions related to premium extensions to my email address or using a contact form at https://wpadverts.com/contact/.

    This forum is for the free version only, and discussing addons here is against the forum rules and can get us both banned.

Viewing 1 replies (of 1 total)
  • The topic ‘Stripe integration / translate in french’ is closed to new replies.