You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<aclass="bankwire"href="{$link->getModuleLink('midtranspay', 'payment', ['feature' =>'MT_ENABLED_CUSTOMVA_BTN','bank' =>'bca'], true)}"title="Pay Via Midtrans BCA Bank Transfer">
Bank Transfer BCA
</a>
</p>
</div>
</div>
{/if}
{if in_array('mandiri', $MT_LIST_CUSTOMVA)}
<divclass="row">
<divclass="col-xs-12">
<pclass="payment_module">
<aclass="bankwire"href="{$link->getModuleLink('midtranspay', 'payment', ['feature' =>'MT_ENABLED_CUSTOMVA_BTN','bank' =>'mandiri'], true)}"title="Pay Via Midtrans Mandiri Bank Transfer">
Bank Transfer Mandiri
</a>
</p>
</div>
</div>
{/if}
{if in_array('permata', $MT_LIST_CUSTOMVA)}
<divclass="row">
<divclass="col-xs-12">
<pclass="payment_module">
<aclass="bankwire"href="{$link->getModuleLink('midtranspay', 'payment', ['feature' =>'MT_ENABLED_CUSTOMVA_BTN','bank' =>'permata'], true)}"title="Pay Via Midtrans Mandiri Bank Transfer">
Bank Transfer Permata
</a>
</p>
</div>
</div>
{/if}
{if in_array('other_va', $MT_LIST_CUSTOMVA)}
<divclass="row">
<divclass="col-xs-12">
<pclass="payment_module">
<aclass="bankwire"href="{$link->getModuleLink('midtranspay', 'payment', ['feature' =>'MT_ENABLED_CUSTOMVA_BTN','bank' =>'other_va'], true)}"title="Pay Via Midtrans Any Bank Transfer">
Bank Transfer (Transfer From Any Bank)
</a>
</p>
</div>
</div>
{/if}
The text was updated successfully, but these errors were encountered:
rizdaprasetya
changed the title
TODO: replace Veritrans php lib with Midtrans php lib
TODO: future development backlog
Aug 26, 2020
TODO:
payment.tpl
to bank transfer va methods, it should support all methodsSNAP-Prestashop/views/templates/hook/payment.tpl
Lines 103 to 150 in 2481298
The text was updated successfully, but these errors were encountered: