Offen Need Clarification for Payment Method Template

nsktester2012

Aktives Mitglied
5. September 2012
2
0
Hi,
I am a newbie to JTL shop. i need to develop a custom payment module as plugin type. I like to remove "payment before completing the order" option from paymentMethod template in admin.But in templateFile "zahlungsarten_einstellen.tpl" in / tpl_inc admin / templates /, it shows
{if $ of payment:-> cModulId! = "za_nachnahme_jtl" && $ of payment:-> cModulId! = "za_ueberweisung_jtl" && $ of payment:-> cModulId! = "za_clickandbuy_jtl"}
{# <p> <label for="nWaehrendBestellung"> duringOrder #} </ label> <select name = "nWaehrendBestellung" class = "combo" style = "width: 60px;"> <option value="1"{if $zahlungsart-> nWaehrendBestellung selected == 1} {/ if}> Yes </ option> <option value = "0" {if $ of payment:-> nWaehrendBestellung == 0} selected {/ if}> No </ option> </ select> </ p> {/ if} It seems JTL shop itself gave the field "payment before completing the order" as a static and can 't be removed / changed. I dont want to touch this core file to modify. Can anyone please help me to remove / change this field for my custom payment type.