Missing material icons in PrestaShop 1.7 warehouse theme - module to upload files


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:
  1. put usage of 'material icons' back, as it is by default in prestashop
  2. 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">&#xE2C3;</i>
change it to to use font awesome:
<i class="fa fa-upload fa-fw"></i>

Share on Google Plus

About VEKIA

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

1 comments:

  1. icons and graphics doesn't display in tab with sell, improve, configure variables,
    how to repair it?

    ReplyDelete