cicciorokyy Posted February 21, 2012 Share Posted February 21, 2012 Ciao a tutti. Come posso eliminare alcune informazioni dalla vetrina dei prodotti in home? Le info che vorrei eliminare sono: descrizione breve del prodotto e tasto aggiungi al carrello. In più vorrei visualizzare il prezzo intero e il prezzo sconato. Qualcuno riesce ad aiutarmi? La vetrina dei prodotti è quella standard di rpestashop 1.4 grazie in anticipo Link to comment Share on other sites More sharing options...
Nsfr750 Posted February 21, 2012 Share Posted February 21, 2012 vedi questo post http://www.prestashop.com/forums/index.php?/topic/104722-risolto-ps-137-homefeatured-con-sconti/page__fromsearch__1 Link to comment Share on other sites More sharing options...
cicciorokyy Posted February 22, 2012 Author Share Posted February 22, 2012 grazie mille!!! cercherò di mettere in pratica il post e ti farò sapere....;-) Link to comment Share on other sites More sharing options...
cicciorokyy Posted February 22, 2012 Author Share Posted February 22, 2012 E' un problema che ho avuto ogni volta che provo a modificare un tpl: anche cancellando righe di codice quando ricarico la pagina non ho nessuna modifica in frontoffice. PErchè? Link to comment Share on other sites More sharing options...
Nsfr750 Posted February 23, 2012 Share Posted February 23, 2012 devi cancellare la cache smarty /tools/smarty/compile cancella tutto tranne index.php Link to comment Share on other sites More sharing options...
cicciorokyy Posted February 24, 2012 Author Share Posted February 24, 2012 Ho provato il topic che mi hai indicato ma non funziona. Tutto ok cancellando la cache smarty ma la modifica del file tpl indicata nel topic linkato, non mi fa vedere il prezzo di partenza e il prezzo scontato. Vedo solo il prezzo di vendita scontato. Link to comment Share on other sites More sharing options...
Nsfr750 Posted February 24, 2012 Share Posted February 24, 2012 Ho provato il topic che mi hai indicato ma non funziona. Tutto ok cancellando la cache smarty ma la modifica del file tpl indicata nel topic linkato, non mi fa vedere il prezzo di partenza e il prezzo scontato. Vedo solo il prezzo di vendita scontato. Scarica questo file e mettilo nella cartella modules del tuo tema seguendo questo schema /themes/tuotema/modules/homefeatured/homefeatured.tpl 1 Link to comment Share on other sites More sharing options...
cicciorokyy Posted February 25, 2012 Author Share Posted February 25, 2012 Grandissimo!!!! Nel file che mi hai mandato c'era l'errore che barrava il prezzo scontato e non quello pieno. Ho corretto l'errore e aggiunto un ritocco grafico al prezzo scontato. Ho anche tolto la descrizione breve del prodotto e il pulsante "aggiungi al carrello". Le parti originali comunque sono commentate e quindi ancora visibili. Allego il file così come l'ho inserito nel mio sito prestashop. Altra cosa: non ho inserito il file tpl nel percorso dei moduli all'interno del mio template ma direttamente nella cartella moduli di prestashop nella sottocartella homefeatured. Spero possa essere d'aiuto ad altri questo post. Grazie mille per l'aiuto!!!! CODICE <!-- MODULE Home Featured Products --> <div id="featured-products_block_center" class="block products_block"> <h4>{l s='Featured products' mod='homefeatured'}</h4> {if isset($products) AND $products} <div class="block_content"> {assign var='liHeight' value=353} {assign var='nbItemsPerLine' value=4} {assign var='nbLi' value=$products|@count} {math equation="nbLi/nbItemsPerLine" nbLi=$nbLi nbItemsPerLine=$nbItemsPerLine assign=nbLines} {math equation="nbLines*liHeight" nbLines=$nbLines|ceil liHeight=$liHeight assign=ulHeight} <!--<ul style="height:{$ulHeight}px;"> --> <ul> {foreach from=$products item=product name=homeFeaturedProducts} <li class="ajax_block_product {if $smarty.foreach.homeFeaturedProducts.first}first_item{elseif $smarty.foreach.homeFeaturedProducts.last}last_item{else}item{/if} {if $smarty.foreach.homeFeaturedProducts.iteration%$nbItemsPerLine == 0}last_item_of_line{elseif $smarty.foreach.homeFeaturedProducts.iteration%$nbItemsPerLine == 1}clear{/if} {if $smarty.foreach.homeFeaturedProducts.iteration > ($smarty.foreach.homeFeaturedProducts.total - ($smarty.foreach.homeFeaturedProducts.total % $nbItemsPerLine))}last_line{/if}"> <h5><a href="{$product.link}" title="{$product.name|truncate:32:'...'|escape:'htmlall':'UTF-8'}">{$product.name|truncate:27:'...'|escape:'htmlall':'UTF-8'}</a></h5> <!-- <div class="product_desc"><a href="{$product.link}" title="{l s='More' mod='homefeatured'}">{$product.description_short|strip_tags|truncate:130:'...'}</a></div>--> <a href="{$product.link}" title="{$product.name|escape:html:'UTF-8'}" class="product_image"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.name|escape:html:'UTF-8'}" /></a> <div> {if $product.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE} <p class="price_container"> <span class="price-discount">{displayWtPrice p=$product.price_without_reduction}</span><br> <span class="price2" style="color:#FF0000; font-size:18px; font-weight:bold;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span> </p> {else} <div style="height:21px;"> <p class="price_container"> <br/><span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span> </p> </div> {/if} <a class="button" href="{$product.link}" title="{l s='View' mod='homefeatured'}">{l s='View' mod='homefeatured'}</a> {if ($product.id_product_attribute == 0 OR (isset($add_prod_display) AND ($add_prod_display == 1))) AND $product.available_for_order AND !isset($restricted_country_mode) AND $product.minimal_quantity == 1 AND $product.customizable != 2 AND !$PS_CATALOG_MODE} {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='Add to cart' mod='homefeatured'}">{l s='Add to cart' mod='homefeatured'}</a>--> {else} <span class="exclusive">{l s='Add to cart' mod='homefeatured'}</span> {/if} {else} <div style="height:23px;"></div> {/if} </div> </li> {/foreach} </ul> </div> {else} <p>{l s='No featured products' mod='homefeatured'}</p> {/if} </div> <!-- /MODULE Home Featured Products --> Link to comment Share on other sites More sharing options...
Nsfr750 Posted February 25, 2012 Share Posted February 25, 2012 Di solito si posizionano i .TPL modificati (relativi ai moduli) nell'apposita cartella modules all'interno del tema utilizzato per mantenere cmq. la versione originale P.S. Metti [RISOLTO] nel titolo del topic Link to comment Share on other sites More sharing options...
cicciorokyy Posted February 26, 2012 Author Share Posted February 26, 2012 si vorrei farlo ma come lo cambio il titolo? Link to comment Share on other sites More sharing options...
Nsfr750 Posted February 27, 2012 Share Posted February 27, 2012 Vai al primo post e clicca edit aggiungi [RISOLTO] al titolo del post e confermi la 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