cartomatica76 Posted June 12, 2015 Share Posted June 12, 2015 Buongiorno non so come eliminare il testino "più" dalla scheda del prodotto come in questo caso http://www.lebriciole.com/shop/index.php qualcuno può aiutarmi ? Grazie Link to comment Share on other sites More sharing options...
Sito Lab Posted June 12, 2015 Share Posted June 12, 2015 segui questo percorso themes/default-bootstrap/product-list.tpl intorno alla riga 156 dovresti avere questo <a class="button lnk_view btn btn-default" href="{$product.link|escape:'html':'UTF-8'}" title="{l s='View'}"> <span>{if (isset($product.customization_required) && $product.customization_required)}{l s='Customize'}{else}{l s='More'}{/if}</span> </a> modificalo con questo <!--<a class="button lnk_view btn btn-default" href="{$product.link|escape:'html':'UTF-8'}" title="{l s='View'}"> <span>{if (isset($product.customization_required) && $product.customization_required)}{l s='Customize'}{else}{l s='More'}{/if}</span> </a>--> ps fare sempre un backup prima di effettuare qualsiasi modifica Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now