PrestaShop

PrestaShop 1.7: ottimizzare visualizzazione categorie prodotti in scheda prodotto backoffice

Modificare il file /BACKOFFICE/themes/new-theme/public/theme.css Sostituire .product-page .category-tree-overflow{white-space:nowrap;overflow:auto} con .product-page .category-tree-overflow{overflow:auto}   Sostituire .product-page .category-tree-overflow ul.category-tree{display:inline-block;min-width:100%;padding-top:10px;padding-top:.625rem} con: .product-page .category-tree-overflow ul.category-tree{display:block;min-width:100%;padding-top:10px;padding-top:.625rem}   ... Leggi tutto

Rimuovere link ai social da login PrestaShop 1.7

Il file da modificare è PATHADMIN/themes/default/template/controllers/login/content.tpl Rimuovere <div id="login-footer"> <p class="text-center text-muted"> <a href="http://www.prestashop.com/" onclick="return !window.open(this.href);"> &copy; PrestaShop&#8482; 2007-{$smarty.now|date_format:"%Y"} - ... Leggi tutto