Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Giancarlo 12 posts 101 karma points
    Jul 05, 2021 @ 14:04
    Giancarlo
    0

    Vendr payment

    Maybe I didn't understand how it works, but I was wondering if you can pay in Vendr using a credit card such as visa or mastercard. I did not understand if it is possible to do this or if I have to develop an ad hoc plugin

  • Matt Brailsford 4123 posts 22194 karma points MVP 9x c-trib
    Aug 06, 2021 @ 08:29
    Matt Brailsford
    0

    Hi Giancarlo,

    Yes you can. You make payments through external payment gateways such as PayPal or Stripe via pluggable payment providers. There are a number of off the shelf providers already created which you can see listed on our docs site here https://vendr.net/docs/#payment-providers

    If you need to integrate with a payment gateway that isn't listed though, you can create your own payment providers. There are some concept docs here https://vendr.net/docs/core/1.8.0/key-concepts/payment-providers/ and all the source for existing payment providers are available so you can use those as examples of how to create your own https://github.com/vendrhub?q=payment-provider

    Hope this helps

    Matt

  • Giancarlo 12 posts 101 karma points
    Aug 09, 2021 @ 09:22
    Giancarlo
    0

    Thanks a lot. I have integrated stripe and paypal. Now i should localize vendr page also in italian language. I don't know how to localize the strings contained in the image. Any help is appreciated vendr page

  • Matt Brailsford 4123 posts 22194 karma points MVP 9x c-trib
    Aug 09, 2021 @ 09:41
    Matt Brailsford
    100

    Hi Guancarlo,

    From the screenshot, I'm assuming you are using the Vendr.Checkout add on package.

    Regarding localizing that text, those are currently hard coded in to the templates, so you if you want to localize those you'll probably need to go through the templates and either convert them to the given language, or swap them to use Umbraco dictionary values, ie Umbraco.GetDictionaryValue("testing");

    Hope this helps

    Matt

  • Giancarlo 12 posts 101 karma points
    Aug 09, 2021 @ 10:26
    Giancarlo
    1

    Ok, i probably solved, the views are under App_Plugins\VendrCheckout\Views Thanks a lot

Please Sign in or register to post replies

Write your reply to:

Draft