mikele76 Posted June 7, 2014 Share Posted June 7, 2014 (edited) Ciao Ragazzi, come facci a togliere le voci "TASSE ESCLUSE" sia quando inserisco un prodotto nel carrello sia quando lo visualizzo (allego screenshot) Grazie Michele Edited June 9, 2014 by mikele76 (see edit history) Link to comment Share on other sites More sharing options...
TribalDexterD Posted June 7, 2014 Share Posted June 7, 2014 (edited) Allora per la prima parte l'ho trovato...Vai su cartella_prestashop/themes/default-bootstrap/modules/blockcart e modifica il file blockcart.tpl Cancella le righe in rosso. (Ricordati di fare sempre un backup del file) <div class="layer_cart_row"> <strong class="dark"> {l s='Total products' mod='blockcart'} {if $priceDisplay == 1} {l s='(tax excl.)' mod='blockcart'} {else} {l s='(tax incl.)' mod='blockcart'} {/if} </strong> <span class="ajax_block_products_total"> {if $cart_qties > 0} {convertPrice price=$cart->getOrderTotal(false, Cart::ONLY_PRODUCTS)} {/if} </span> </div> {if $show_wrapping} <div class="layer_cart_row"> <strong class="dark"> {l s='Wrapping' mod='blockcart'} {if $priceDisplay == 1} {l s='(tax excl.)' mod='blockcart'} {else} {l s='(tax incl.)' mod='blockcart'} {/if} </strong> <span class="price cart_block_wrapping_cost"> {if $priceDisplay == 1} {convertPrice price=$cart->getOrderTotal(false, Cart::ONLY_WRAPPING)} {else} {convertPrice price=$cart->getOrderTotal(true, Cart::ONLY_WRAPPING)} {/if} </span> </div> {/if} <div class="layer_cart_row"> <strong class="dark"> {l s='Total shipping' mod='blockcart'} {l s='(tax excl.)' mod='blockcart'} </strong> <span class="ajax_cart_shipping_cost"> {if $shipping_cost_float == 0} {l s='Free shipping!' mod='blockcart'} {else} {$shipping_cost} {/if} </span> </div> {if $show_tax && isset($tax_cost)} <div class="layer_cart_row"> <strong class="dark">{l s='Tax' mod='blockcart'}</strong> <span class="price cart_block_tax_cost ajax_cart_tax_cost">{$tax_cost}</span> </div> {/if} <div class="layer_cart_row"> <strong class="dark"> {l s='Total' mod='blockcart'} {if $priceDisplay == 1} {l s='(tax excl.)' mod='blockcart'} {else} {l s='(tax incl.)' mod='blockcart'} {/if} </strong> <span class="ajax_block_cart_total"> {if $cart_qties > 0} {if $priceDisplay == 1} {convertPrice price=$cart->getOrderTotal(false)} {else} {convertPrice price=$cart->getOrderTotal(true)} {/if} {/if} </span> </div> Poi, appena trovo l'altro da modificare te lo dico. -------- Edit: Non prende il colore quando è un codice?? Comunque cancella (la numerazione delle righe non corrisponde perché ho preso solo il pezzo che mi interessava e non ho visto da quale linea partiva, sorry): Dalla riga 4 alla 8 incluse Dalla riga 21 alla 25 incluse E nella riga 38 togli -> {l s='(tax excl.)' mod='blockcart'} Edited June 7, 2014 by TribalDexterD (see edit history) 1 Link to comment Share on other sites More sharing options...
mikele76 Posted June 8, 2014 Author Share Posted June 8, 2014 GRAZIE MILLE!!!!!!!!!!!!!!! Link to comment Share on other sites More sharing options...
TribalDexterD Posted June 8, 2014 Share Posted June 8, 2014 Scusa il ritardo Vai su cartella_prestashop/themes/default-bootstrap File shopping-cart.tpl Riga 158 -> <td colspan="3" class="text-right">{if $display_tax_label}{l s='Total products (tax incl.)'}{else} {l s='Total products'} {/if}</td> Cancella quello in rosso, lasciando quello in blu Altrimenti se vuoi togliere completamente il rigo ti basta cancellare la riga 158 completamente. Fai sempre una copia di Backup!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Link to comment Share on other sites More sharing options...
mikele76 Posted June 8, 2014 Author Share Posted June 8, 2014 Grazie mille!! Mi hai risolto il problema Link to comment Share on other sites More sharing options...
TribalDexterD Posted June 8, 2014 Share Posted June 8, 2014 Di nulla, poi mi offri il caffè!!! Metti risolto nel titolo del topic!!! Chauuuuu Link to comment Share on other sites More sharing options...
mikele76 Posted June 9, 2014 Author Share Posted June 9, 2014 Ahhh sicuramente si!! Molto volentieri Link to comment Share on other sites More sharing options...
mikele76 Posted June 9, 2014 Author Share Posted June 9, 2014 Scusa TribalDexterD, vorrei editare il titolo del topic che ho iniziato per mettere RISOLTO ma non riesco a capire come editarlo....COME SI FA?!?!?!?!?! Link to comment Share on other sites More sharing options...
TribalDexterD Posted June 9, 2014 Share Posted June 9, 2014 Buongiorno, Basta editare il primo post, poi scegli "More Reply Options" e dovresti poter modificare anche il titolo Link to comment Share on other sites More sharing options...
mikele76 Posted June 9, 2014 Author Share Posted June 9, 2014 E' proprio quello che non riesco a fare....EDITARE IL POST!!!!! Non vedo da nessuna parte la voce EDIT POST o roba simile!!!!!! AIUTOOOO! Link to comment Share on other sites More sharing options...
TribalDexterD Posted June 9, 2014 Share Posted June 9, 2014 Dovresti poter vedere una cosa come questa (vedi img). Link to comment Share on other sites More sharing options...
mikele76 Posted June 9, 2014 Author Share Posted June 9, 2014 O Signore!!!! Mi sento un deficiente...non riesco a modificare un titolo di un topic!!!!!!! Ho trovato la voce MORE REPLAY OPTIONS e la schermata che mi appare è la seguente: ora che devo fare? Link to comment Share on other sites More sharing options...
TribalDexterD Posted June 9, 2014 Share Posted June 9, 2014 Poi mi ci metto pure io!!! Nel primo topic, clicca edit e poi dovresti vedere questa cosa (VEDI IMG) E poi sì ti farà modificare il titolo.. Scusa, errore mio|! Link to comment Share on other sites More sharing options...
mikele76 Posted June 9, 2014 Author Share Posted June 9, 2014 Ci sono riuscito!!!!!! AHAHAHAHAH Grazie Link to comment Share on other sites More sharing options...
TribalDexterD Posted June 9, 2014 Share Posted June 9, 2014 Di nulla! Alla prossima! 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