Missing icons are related to fact that your theme does not use presatshop's default "material icons". (It uses "font awesome" instead).
there are two available solutions:
- put usage of 'material icons' back, as it is by default in prestashop
- modify the module .tpl file to use font-awesome icons instead
for second solution:
/modules/orderfiles/views/templates/hook/my-account-17.tpl
there is a 'material icons' icon code:
<i class="material-icons"></i>
change it to to use font awesome:
<i class="fa fa-upload fa-fw"></i>
icons and graphics doesn't display in tab with sell, improve, configure variables,
ReplyDeletehow to repair it?
just use module to add missing material icons: https://mypresta.eu/modules/front-office-features/material-icons-font-awesome.html and activate missing icons package
ReplyDelete