Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
1170 Visninger
I'm trying to add an input field to the ClosePosPopup view, could someone tell me how? I have tried it in several ways and it doesn't show me anything. Thank you.

Avatar
Kassér

Can you please share some code.
So we will know where you are doing mistake.

Forfatter Bedste svar

xml version="1.0" encoding="UTF-8"?>

templates id="template" xml:space="preserve">

 t t-inherit="point_of_sale.ClosePosPopup" t-inherit-mode="extension">

 xpath expr="//div[hasclass('notes-container')]" position="after">

 div>

 input class="pos-input" name="closing_note"/> 

 /div>

 /xpath>

 /t>

/templates>


         

             

                  

             

         

 


this is my template file

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
aug. 25
789
1
jul. 25
1046
3
jul. 25
3520
3
maj 25
1879
1
jul. 25
1234