Copied to clipboard

Flag this post as spam?

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


  • Travis Schoening 47 posts 173 karma points
    Oct 09, 2017 @ 19:42
    Travis Schoening
    0

    No save button when trying to set up BrainTree

    Fresh install of Umbraco (7.7.2), immediately installed Merchello 2.6.0, I can get the configuration fields to show up for a BrainTree Payments Provider but even if I fill out all of the fields, there isn't a submit button and nothing saves... any ideas?

  • Travis Schoening 47 posts 173 karma points
    Oct 09, 2017 @ 19:51
    Travis Schoening
    0

    It seems to be a CSS issue on the 'umb-overlay-drawer' element...

  • Michelle Topp 33 posts 143 karma points
    Feb 13, 2018 @ 10:48
    Michelle Topp
    1

    Did you find a fix for this?

  • Asembli 80 posts 253 karma points
    Jun 20, 2018 @ 07:37
    Asembli
    1

    Hi,

    I needed this right now an fixed it:

    open file

    \Merchello\App_Plugins\MerchelloProviders\views\dialogs\braintree.providersettings.html

    and move section:

    <div class="umb-overlay-drawer">
    <div class="umb-overlay-drawer__align-right">
    
        <div class="umb-button">
        <a href data-ng-click="close()" class="btn btn-link">
            <localize key="general_cancel"></localize>
        </a>
        </div>
    
        <div class="umb-button">
        <button class="btn btn-success" data-ng-click="submit(dialogData)">
            <localize key="buttons_save"></localize>
        </button>
        </div>
    
    </div>
    

    INTO

    <div class="umb-overlay__form">...
    

    It must be sliped Rusty. Hope he will see this and fix it.

    /Asembli

  • Asembli 80 posts 253 karma points
    Jun 20, 2018 @ 12:17
    Asembli
    1

    And also if you don't have vertical scrollbar on Gateway Providers then in file

    \App_Plugins\Merchello\Backoffice\Merchello\gatewayproviderlist.html

    replace

    <umb-panel>
    // leave rest of the content
    </umb-panel>
    

    with

    <div class="umb-panel umb-editor-wrapper">
    // leave rest of the content
    </div>
    

    /Asembli

Please Sign in or register to post replies

Write your reply to:

Draft