Jump to content

Hook Payment


yulianto86

Recommended Posts

Hi,

in payment hook is

 

<div class="row">
    <div class="col-xs-12">
        <p class="payment_module">
            <a href="{$link->getModuleLink('kredivo', 'payment')}" title="Pay Via Kredivo">
                <img src="{$this_path}logo-bnpl.png" alt="{l s='Pay via Kredivo' mod='kredivo'}" height="30px"/>
                {if (Configuration::get('PS_KREDIVO_ENVIRONMENT') == 'sandbox') }
                <span style="color:red">{l s='TEST MODE ENABLED'}</span>
                {else}
                {l s=Configuration::get('PS_KREDIVO_DESC')}
                {/if}
            </a>
        </p>  
    </div>
</div>

 

where i must change?

 

thank you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...