Jump to content

[RISOLTO] Visualizzare solo foto in Home Page


Sito Lab

Recommended Posts

Risolto il tutto allora

 

andare in “/modules/homefeatured/ homefeatured.tpl”.

 

 

riga 45 ed eliminare questa riga per Togliere la scritta " View " ( visualizza )

 

<a class="button" href="{$product.link}" title="{l s='View' mod='homefeatured'}">{l s='View' mod='homefeatured'}</a>

 

 

riga 50 ed eliminare queste righe per Togliere la scritta " Add to Cart " ( aggiungi al carrello)

 

{if ($product.quantity > 0 OR $product.allow_oosp)}

<a class="exclusive ajax_add_to_cart_button" rel="ajax_id_product_{$product.id_product}" href="{$link->getPageLink('cart.php')}?qty=1&id_product={$product.id_product}&token={$static_token}&add" title="{l s='' mod='homefeatured'}">{l s='Add to cart' mod='homefeatured'}</a>

{else}

<span class="exclusive">{l s='Add to cart' mod='homefeatured'}</span>

{/if}

 

poi in fondo alla pagina vedrete solo dello sfondo grigio per diminuire questo sfondo andate alla riga 32 trovato questo {assign var='liHeight' value=290} cambiate il valore come meglio credete

 

 

il tutto è stato testato e provato su Prestashop 1.4.3 e funziona spero sia utile per

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...