What i did:
I opened this guide
Copied some sample code
Then pasted in configure.tpl of my custom module.
The result:
It has no effect. its like styles do not exist in prestashop admin theme.
Then what i did:
I downloaded prestashop ui kit with npm.
Added these lines:
<link href="{$css_dir}" rel="stylesheet"><script src="{$js_dir}"></script>
It shows some changes but it has lots of conflicts with admin theme.
What i did: I opened this guide Copied some sample code Then pasted in
configure.tpl
of my custom module.The result: It has no effect. its like styles do not exist in prestashop admin theme.
Then what i did: I downloaded prestashop ui kit with npm. Added these lines:
<link href="{$css_dir}" rel="stylesheet">
<script src="{$js_dir}"></script>
It shows some changes but it has lots of conflicts with admin theme.This is an image of what expected:
This is an image of result: