NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #60209
    Mircea
    Participant

    Hi,
    I would like to translate stripe, attached photo. I also need to change (Dollar) $ for (euro) €
    Thank you

    #60211
    Anna
    Member

    @memorex13
    That’s Stripe’s own modal for payment.. contact them for assistance.
    Or, if you turn it off, and use the normal checkout page instead, you should be able to translate that: wp admin > woocommerce > settings > checkout > Stripe Connect

    #60217
    Mircea
    Participant

    @ Anna
    Thank you for the quick response. I have stripped off but what I see is not so pretty. Even so I need to translate what I put in the photo since I can not find and there is also a bug.
    I attach a photo

    #60221
    Anna
    Member

    Is that the OneSocial theme?
    Maybe they are overriding that section…
    You can likely talk with Stripe about how to translate the modal form..
    It looks like they are providing this, but you may need to contact them for more information: https://stripe.com/blog/checkout-in-more-languages

    #60230
    Mircea
    Participant

    I do not understand what you put in the link you sent me. I tried to change but it does not work. I also opened a tiket a stripe. I have this code but I do not know where to put it

    Attached photo of how it should be
    This code is on the stripe website and works for me:

    The custom integration allows you to use any HTML element or JavaScript event to trigger Checkout. The custom integration requires solid JavaScript skills, and you’ll have to perform all of the requisite steps that simple integration does for you.
    When your page loads, you should create a handler object using StripeCheckout.configure (). You can then call open () on the handler in response to any event. If you need to abort the Checkout process-for example, when navigation occurs in a single-page application, call close () on the handler. The key parameter must be passed to configure (). Any other options can be passed to either configure () or open ().
    https://checkout.stripe.com/checkout.js

    <button id=”customButton”>Purchase</button>

    var handler = StripeCheckout.configure({
    key: ‘pk_test_srqijc68cRPXgkJAXSnhWZQM’,
    image: ‘https://s3.amazonaws.com/stripe-uploads/acct_19ZpKABWeEBT6AL7merchant-icon-1490212478584-logopeque.png&#8217;,
    locale: ‘auto’,
    token: function(token) {
    // You can access the token ID with token.id.
    // Get the token ID to your server-side code for use.
    }
    });

    document.getElementById(‘customButton’).addEventListener(‘click’, function(e) {
    // Open Checkout with further options:
    handler.open({
    name: ‘VenderOn’,
    description: ‘2 widgets’,
    zipCode: true,
    currency: ‘eur’,
    amount: 2000
    });
    e.preventDefault();
    });

    // Close Checkout on page navigation:
    window.addEventListener(‘popstate’, function() {
    handler.close();
    });

    Thanks

    #60276
    Anna
    Member

    @memorex13
    If you wish to have that form translated, you’ll need to discuss that with Stripe. We do not create that form- that is coming from Stripe.

    #60302
    Mircea
    Participant

    Reply Stripe

    Hello Mircea,

    Thank you very much for your email.

    If you want to work with Checkout and you do not have programming knowledge, you could contact a professional.

    As an alternative, there are other ways to integrate Stripe that does not require computer skills, you explain the three ways and you already decide:

    1. Custom integration: will allow you to implement the payment process that you prefer. This solution requires programming knowledge. To get started, you can access https://stripe.com/docs https://stripe.com/docs/api. In this link you can find several examples in several programming languages: https://stripe.com/docs/examples

    If you are interested in this option but do not have programming knowledge, you can contact a freelance professional. Here are some developers who can help you:
    – Matchist: https://matchist.com/stripe
    – Upwork: https://www.upwork.com/o/profiles/browse/?q=stripe
    – Freelancer: https://www.freelancer.com/

    2. Integration by plugins: there are innumerable plugins developed by third parties to be able to integrate Stripe in a very simple way in different systems like WordPress or Magento. These plugins have not been created by Stripe, but you can find several options that we recommend in the following list:
    https://stripe.com/docs/libraries#third-party-plugins

    (I’VE ALREADY PURCHASED YOUR PLUGIN Stripe Commissions & Gateway Support)

    3. Third party applications: these applications do not require any programming knowledge and can be integrated with different systems. For example, there are applications to manage billing, subscriptions, etc: https://stripe.com/docs/integrations

    I recommend evaluating these 3 options to find out which one is best for your needs.

    Regards,
    Maria

    I already paid a Plugin your Stripe Commissions & Gateway Support therefore the support you have to give yourselves.

    Stripe Checkout Stripe Checkout Enable Stripe Checkout
    If enabled, this option shows a “pay” button and modal credit card form on the checkout, instead of credit card fields directly on the page.

    This box does not make sense since it can not be used.
    (I attach a photo)

    After buying your plugin I have to contact a developer and pay to solve this?
    Thank you

    #60322
    Anna
    Member

    Hello,
    It works- it can be used – but you wish it to be translated.
    Since that box is Stripe’s code, we do not create it, therefore we cannot help you translate it.
    They obviously did not understand your questions and thought you needed help integrating Stripe, which you do not. So they did not answer your question.
    If you cannot get them to help you translate the modal/box, then un-check that option and just use the regular checkout page.

    #64040
    Mircea
    Participant

    @fervous
    Hi,
    Above we have talked about the translation of the months of Wc vendors Stripe Commissions & Gateway and you said that it is translation of one social. Well talk to them and they have answered the following.

    The fonts dropdown appears to be coming from Wc vendors Stripe Commissions & Gateway from /plugins/wc-vendors-gateway-stripe-connect/classes/class-wc-gateway-stripe.php, line #324

    I recommend also asking at WC Vendor support so the plugin’s developers and support community can help you with this.

    See Photo

    #64589
    Mircea
    Participant

    Good, I’m waiting for a solution, if it exists. Thank you

Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘WC Vendors Pro Support’ is closed to new topics and replies.