Copied to clipboard

Flag this post as spam?

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


  • Jason 92 posts 175 karma points
    Aug 05, 2015 @ 20:10
    Jason
    0

    Fresh install of Merchello with Braintree plugin

    Hello Rusty,

    I've been pulling my hair out over the past few nights. Can you please explain, even bullet point, the process I need to follow in order to get started with Merchello and the Braintree plugin?

    I've had no problem getting a working store together, using only cash payments, as per the examples, but the payment provider side of things I'm struggling with.

    Thanks Jason

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Aug 05, 2015 @ 20:16
    Rusty Swayne
    0

    Are you basing your store off a Bazaar build?

  • Jason 92 posts 175 karma points
    Aug 05, 2015 @ 21:04
    Jason
    0

    My original store, no I installed Merchello and created the models/views/controllers myself, following the guides here: http://merchello.com/documentation/getting-started/how-to/

    I'm happy enough though to go with 1.10 and Bazaar store combined install, if this makes life easier

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Aug 05, 2015 @ 21:08
    Rusty Swayne
    0

    In the Braintree provider repo I have a second project that builds out the payment form for a standard transaction payment.

    https://github.com/Merchello/Merchello.Plugin.Payment.Braintree/tree/master/src/Merchello.Plugin.Payments.Braintree.Bazaar

    Sticking with your own controllers is fine, maybe just take a look for an example.

  • Jason 92 posts 175 karma points
    Aug 05, 2015 @ 21:16
    Jason
    0

    I've fired up a new install using 1.10 and the Bazaar store, for now, to try and get a working example. I'll go down my own controller route at a later time.

    I've already cloned the Braintree repository. I also installed the nuget package into the above project. Once running in debug, and clicking on the merchello tab, I can set up a new Braintree payment gateway. When trying to add the Braintree settings and error is thrown as it's trying to locate files in the App_Code folder. Copying them from the repo into my project sorts that issue out.

    Progressing from this point is what throws me.

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Aug 06, 2015 @ 00:07
    Rusty Swayne
    0

    I'll look at the build again - but it's good you got that sorted.

    In the gateway section, you need to add a payment method. So go to Gateway Providers -> Payments

    Add a Standard Transaction (that's the method that is handled in the payment form I did for the bazaar).

    Then Add the bazaar stuff from the Braintree Payment Provider solution. I think there was an App_Plugins folder and a dll. Those can just be dropped in.

    Is that not working? If you get stuck, ping me on twitter and we'll setup a Skype call.

  • Jason 92 posts 175 karma points
    Aug 06, 2015 @ 12:46
    Jason
    0

    Thanks again. I'll be in touch shortly

  • Jason 92 posts 175 karma points
    Aug 06, 2015 @ 19:20
    Jason
    0

    Hi Rusty,

    I started fresh this evening, as follows:

    1. New asp.net application
    2. Nuget in Umbraco
    3. Local Package install of 10.0 Combined Install
    4. Nuget in Merchello.Plugin.Braintree
    5. Ran application (store is working)
    6. Umbraco > Merchello Tab > Add Braintree payment gateway (ERROR)
    7. To resolve error, added App_Plugins folder from Braintree Plugin (cloned your repo)
    8. Added braintree config and saved (tried saving / save button doesn't display correctly)
    9. Tried just running the site, now all pages 404

    Would you mind trying the same process. If you can get it to work, or if im doing something wrong, then let me know and i'll arrange a Skype call with you.

    Thanks again

  • Biagio Paruolo 1583 posts 1814 karma points c-trib
    Aug 12, 2015 @ 13:48
    Biagio Paruolo
    0

    I've the same error listed at point 8: Added braintree config and saved (tried saving / save button doesn't display correctly)

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Aug 12, 2015 @ 14:26
    Rusty Swayne
    0

    There is a second solution in the Braintree repository that includes the Braintree payment form and controller for the Bazaar. Are you working with it as well?

  • Biagio Paruolo 1583 posts 1814 karma points c-trib
    Aug 12, 2015 @ 18:00
    Biagio Paruolo
    0

    I've not tried because I don't know of this. Could you give us more info?

Please Sign in or register to post replies

Write your reply to:

Draft