cancel
Showing results for 
Search instead for 
Did you mean: 

.phtml php is not working

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

.phtml php is not working

Hi, I am doing magento 2 modul payment method, and I have html which is working and then I insert code for .phtml but is this file php is not working, but html is working. I do not now what to do. Thank you for help. I need something else for .phtml?

<?php
echo "Test"; 
?>
 <div data-bind="template: 'Alcyone_Bankart/form.phtml'"></div>