castiel Posted December 5, 2012 Share Posted December 5, 2012 Ho cercato tanto in rete e sul forum, ma non ho trovato niente, soprattutto per Ps 1.5.2. Per questa relaise le info scarseggiano e sono incomplete. Comunque prendendo un pezzetto in qua ed un altro in là, ho risolto. Ve lo scrivo, cosicchè se ad altri interessa, non stanno a rincitrullirsi come il sottoscritto Premetto che: non sono un programmatore tasse incluse ed escluse io li ho chiamati " +iva" e "Totale" Per averlo in Home page: themes/"Vostro Tema"/modules/homefeatured homefeatured.tpl riga 70 sostituire con {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{l s='+ iva' mod='homefeatured'} {convertPrice price=$product.price_tax_exc}<br />{l s='iva incl.' mod='homefeatured'} {convertPrice price=$product.price}{/if}</span></p>{else}<div style="height:21px;"></div>{/if} Per averlo nella lista dei prodotti: /themes/"Vostro Tema"/product-list.tpl alla riga 68 sosotituire con : {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{l s='+ iva' mod='homefeatured'} {convertPrice price=$product.price_tax_exc}<br />{l s='Tot.' mod='homefeatured'} {convertPrice price=$product.price}{/if}</span></p>{else}<div style="height:21px;"></div>{/if} Per averlo sulla pagina del prodotto: /themes/"Vostro Tema"/product.tpl alla riga 381 inserire (aggiungere): <span id="pretaxe_price"><span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)}</span> {l s='tax excl.'}</span><br /> Fatto questo, potrete lavorare sulla dicitura "tasse incl." e "tasse escl." nel file it.php del vostro tema in $_LANG['product_ li potrete sostituire come più vi piace Spero di essere stato utile! 1 Link to comment Share on other sites More sharing options...
Connie24 Posted December 6, 2012 Share Posted December 6, 2012 ho provato subito a fare le variazioni che suggerisci, ma: Themes/"vostro tema"/modules/homefeatured/homefeatured.tpl non c'è c'è invece modules/homefeatured/homefeatured.tpl che finisce con riga 67 Link to comment Share on other sites More sharing options...
atomozero Posted December 6, 2012 Share Posted December 6, 2012 (edited) Gentilmente riporti anche le righe originali che hai sostituito? pure io ho problemi a trovare il punto giusto, nei giorni passati avevo fatto pulizia nel mio tema e le righe non mi corrispondono piu e cmq grazie per il topic Edited December 6, 2012 by atomozero (see edit history) Link to comment Share on other sites More sharing options...
castiel Posted December 6, 2012 Author Share Posted December 6, 2012 ho provato subito a fare le variazioni che suggerisci, ma: Themes/"vostro tema"/modules/homefeatured/homefeatured.tpl non c'è c'è invece modules/homefeatured/homefeatured.tpl che finisce con riga 67 Per "Vostro Tema", intendo il vostrotema, nel senso letterale delle cose... Es: il mio tema si chiama "Apatia", quindi il percorso è: hemes/Apatia/modules/homefeatured ecc ecc Link to comment Share on other sites More sharing options...
castiel Posted December 6, 2012 Author Share Posted December 6, 2012 Gentilmente riporti anche le righe originali che hai sostituito? pure io ho problemi a trovare il punto giusto, nei giorni passati avevo fatto pulizia nel mio tema e le righe non mi corrispondono piu e cmq grazie per il topic Scusami, ma al momento non ho sotto mano il codice di Ps, questa sera ti posto il punto giusto, cmq basta che cerchi il content_price (o price_content... la memoria fa cilecca ) e riconosci l'inizio della riga , che tra l'altro resta uguale... 1 Link to comment Share on other sites More sharing options...
Connie24 Posted December 6, 2012 Share Posted December 6, 2012 Castiel, che "vostro tema" fosse quello che intendevi mi è molto chiaro. Rimane che sotto themes/default non c'è modules trovo la homefeatured.tpl nell'altro percorso dve non c'è la riga che indichi xchè finisce prima. Abbi pazienza della mia banalità ma di codice ci marcio poco. In ogni caso apprezzo molto il tuo aiuto, anche perchè in altre parti come me ce ne sono molti. Grazie. Link to comment Share on other sites More sharing options...
castiel Posted December 6, 2012 Author Share Posted December 6, 2012 Castiel, che "vostro tema" fosse quello che intendevi mi è molto chiaro. Rimane che sotto themes/default non c'è modules trovo la homefeatured.tpl nell'altro percorso dve non c'è la riga che indichi xchè finisce prima. Abbi pazienza della mia banalità ma di codice ci marcio poco. In ogni caso apprezzo molto il tuo aiuto, anche perchè in altre parti come me ce ne sono molti. Grazie. Come sempre le raccomandazioni di rito: Non sono un Programmatore... ecc... eccc... blablabla Mea culpa che davo per scontato che anche il tema di default fosse articolato allo stesso modo: dando un'occhiata, credo che così dovrebbe funzionare. Considera che non l'ho testato, fammi sapere se va bene : Per quanto riguarda la Homepage: riga 47 di -------prestashop/modules/homefeatured/hmefeatured.tpl codice originale: {if $product.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}<p class="price_container"><span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span></p>{else}<div style="height:21px;"></div>{/if} sostituire con codice che "dovrebbe funzionare" {if $product.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}<p class="price_container"><span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span></p>{else}<div style="height:21px;"></div>{/if} _____________________________________________________________________________________ Per quanto riguarda la lista prodotti: riga 52--55 di ------ prestashop/themes/default/product-list.tpl codice originale: <div class="content_price"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br />{/if} {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}<span class="availability">{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}</span>{/if} </div> codice che "dovrebbe" andare bene <div class="content_price"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{l s='+ iva' mod='homefeatured'} {convertPrice price=$product.price_tax_exc}<br />{l s='Tot.' mod='homefeatured'} {convertPrice price=$product.price}{/if}</span></p>{else}<div style="height:21px;"></div>{/if} {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}<span class="availability">{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}</span>{/if} </div> ___________________________________________________________________________________________ Per la pagina prodotto: riga 380 - 387 di ----- prestashop/themes/default/product.tpl codice originale: <p class="our_price_display"> {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="our_price_display">{convertPrice price=$productPrice}</span> <!--{if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if}--> {/if} </p> sostituire ccon codice che "dovrebbe andare bene": <p class="our_price_display"> {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="pretaxe_price"><span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)}</span> {l s='tax excl.'}</span><br /> <span id="our_price_display">{convertPrice price=$productPrice}</span> {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if} {/if} </p> PER Atomozero: i codici originali li ho riportati su questo post, ma mi sembra di capire che il posizionamento cambia da tema a tema ( suppongo che siano uguali solo gli originali). spero di esservi stato utile 1 Link to comment Share on other sites More sharing options...
Connie24 Posted December 6, 2012 Share Posted December 6, 2012 Come sempre le raccomandazioni di rito: Non sono un Programmatore... ecc... eccc... blablabla Mea culpa che davo per scontato che anche il tema di default fosse articolato allo stesso modo: dando un'occhiata, credo che così dovrebbe funzionare. Considera che non l'ho testato, fammi sapere se va bene : Per quanto riguarda la Homepage: riga 47 di -------prestashop/modules/homefeatured/hmefeatured.tpl codice originale: {if $product.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}<p class="price_container"><span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span></p>{else}<div style="height:21px;"></div>{/if} sostituire con codice che "dovrebbe funzionare" {if $product.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}<p class="price_container"><span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span></p>{else}<div style="height:21px;"></div>{/if} _____________________________________________________________________________________ Per quanto riguarda la lista prodotti: riga 52--55 di ------ prestashop/themes/default/product-list.tpl codice originale: <div class="content_price"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br />{/if} {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}<span class="availability">{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}</span>{/if} </div> codice che "dovrebbe" andare bene <div class="content_price"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{l s='+ iva' mod='homefeatured'} {convertPrice price=$product.price_tax_exc}<br />{l s='Tot.' mod='homefeatured'} {convertPrice price=$product.price}{/if}</span></p>{else}<div style="height:21px;"></div>{/if} {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}<span class="availability">{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}</span>{/if} </div> ___________________________________________________________________________________________ Per la pagina prodotto: riga 380 - 387 di ----- prestashop/themes/default/product.tpl codice originale: <p class="our_price_display"> {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="our_price_display">{convertPrice price=$productPrice}</span> <!--{if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if}--> {/if} </p> sostituire ccon codice che "dovrebbe andare bene": <p class="our_price_display"> {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="pretaxe_price"><span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)}</span> {l s='tax excl.'}</span><br /> <span id="our_price_display">{convertPrice price=$productPrice}</span> {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if} {/if} </p> PER Atomozero: i codici originali li ho riportati su questo post, ma mi sembra di capire che il posizionamento cambia da tema a tema ( suppongo che siano uguali solo gli originali). spero di esservi stato utile Link to comment Share on other sites More sharing options...
Connie24 Posted December 6, 2012 Share Posted December 6, 2012 La modifica alla riga 47 non mi è chiara: l'originale è uguale al codice da sostituire.... Link to comment Share on other sites More sharing options...
castiel Posted December 6, 2012 Author Share Posted December 6, 2012 HAI RAGIONE.... ho sbagliato nel copia /incolla adesso è corretto!(spero) Per quanto riguarda la Homepage: riga 47 di -------prestashop/modules/homefeatured/hmefeatured.tpl codice originale: {if $product.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}<p class="price_container"><span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span></p>{else}<div style="height:21px;"></div>{/if} sostituire con codice che "dovrebbe funzionare" {if $product.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}<p class="price_container">{if !$priceDisplay}{l s='+ iva' mod='homefeatured'} {convertPrice price=$product.price_tax_exc}<br />{l s='Tot.' mod='homefeatured'} {convertPrice price=$product.price}{/if}</span></p>{else}<div style="height:21px;"></div>{/if} _____________________________________________________________________________________ Per quanto riguarda la lista prodotti: riga 52--55 di ------ prestashop/themes/default/product-list.tpl codice originale: <div class="content_price"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br />{/if} {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}<span class="availability">{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}</span>{/if} </div> codice che "dovrebbe" andare bene <div class="content_price"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{l s='+ iva' mod='homefeatured'} {convertPrice price=$product.price_tax_exc}<br />{l s='Tot.' mod='homefeatured'} {convertPrice price=$product.price}{/if}</span></p>{else}<div style="height:21px;"></div>{/if} {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}<span class="availability">{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}</span>{/if} </div> ___________________________________________________________________________________________ Per la pagina prodotto: riga 380 - 387 di ----- prestashop/themes/default/product.tpl codice originale: <p class="our_price_display"> {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="our_price_display">{convertPrice price=$productPrice}</span> <!--{if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if}--> {/if} </p> sostituire ccon codice che "dovrebbe andare bene": <p class="our_price_display"> {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="pretaxe_price"><span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)}</span> {l s='tax excl.'}</span><br /> <span id="our_price_display">{convertPrice price=$productPrice}</span> {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if} {/if} </p> Link to comment Share on other sites More sharing options...
Connie24 Posted December 6, 2012 Share Posted December 6, 2012 Mho ci provo, ti dirò. Nel frattempo grazie. Ciao Link to comment Share on other sites More sharing options...
castiel Posted December 6, 2012 Author Share Posted December 6, 2012 di niente, figurati! Ciao Link to comment Share on other sites More sharing options...
Connie24 Posted December 6, 2012 Share Posted December 6, 2012 di niente, figurati! Ciao Link to comment Share on other sites More sharing options...
Connie24 Posted December 6, 2012 Share Posted December 6, 2012 Ho fatto la modifica alla hp, ora e: Tessera plastica con bordi arrotiondati Visualizza + iva 0,30 € Tot. 0,30 € devo settare qualcosa xchè il "tot" faccia la somma d''IVA? Link to comment Share on other sites More sharing options...
castiel Posted December 6, 2012 Author Share Posted December 6, 2012 i link non funzionano, perchè sono in local host, comunque do per scontato che nel prodotto in BO tu abbia inserito il valore iva compresa ed il regime fiscale nella nazione (localizzazione) Link to comment Share on other sites More sharing options...
Connie24 Posted December 6, 2012 Share Posted December 6, 2012 si,lo ho appena fatto e vedo: + iva 0,30 € Tot. 0,36 € Sarebbe + bello che fosse: 0,30 € + iva 0,36 € ivato Link to comment Share on other sites More sharing options...
Connie24 Posted December 6, 2012 Share Posted December 6, 2012 Fatte le variazioni ora ho: 0,30 € + iva 0,36 € ivato ............ma come sarebbe bello fosse: Prezzo: 764,90 € (632,15+iva) Prezzo di listino: 1.218,47€ Risparmio: 453,57 € Link to comment Share on other sites More sharing options...
castiel Posted December 6, 2012 Author Share Posted December 6, 2012 sarebbe bello, ma io più di così... non riesco!!! Link to comment Share on other sites More sharing options...
atomozero Posted December 6, 2012 Share Posted December 6, 2012 Concordo per il mercato italiano sarebbe veramente perfetta l'ultima proposta di connie24 grazie mille ragazzi per le modifiche le sto facendo ora vediamo se faccio casini Link to comment Share on other sites More sharing options...
Connie24 Posted December 6, 2012 Share Posted December 6, 2012 Concordo per il mercato italiano sarebbe veramente perfetta l'ultima proposta di connie24 grazie mille ragazzi per le modifiche le sto facendo ora vediamo se faccio casini Sono con te, dai che noi italici siamo sempre i migliori!!!! Link to comment Share on other sites More sharing options...
castiel Posted December 6, 2012 Author Share Posted December 6, 2012 sono dello stesso pare.... appena ho un po' di tempo... mi ci provo!!! Link to comment Share on other sites More sharing options...
atomozero Posted December 6, 2012 Share Posted December 6, 2012 (edited) secondo voi che ho sbagliato? <div class="price"> {if !$priceDisplay || $priceDisplay == 2} {assign var='productPrice' value=$product->getPrice(true, $smarty.const.NULL)} {assign var='productPriceWithoutRedution' value=$product->getPriceWithoutReduct(false, $smarty.const.NULL)} {elseif $priceDisplay == 1} {assign var='productPrice' value=$product->getPrice(false, $smarty.const.NULL)} {assign var='productPriceWithoutRedution' value=$product->getPriceWithoutReduct(true, $smarty.const.NULL)} {/if} <p class="our_price_display"> {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="pretaxe_price"><span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)}</span> {l s='tax excl.'}</span><br /> <span id="our_price_display">{convertPrice price=$productPrice}</span> {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if} {/if} </p> {if $product->on_sale} <img src="{$img_dir}onsale_{$lang_iso}.gif" alt="{l s='On sale'}" class="on_sale_img"/> <span class="on_sale">{l s='On sale!'}</span> {elseif $product->specificPrice AND $product->specificPrice.reduction AND $productPriceWithoutRedution > $productPrice} <span class="discount">{l s='Reduced price!'}</span> {/if} {if $priceDisplay == 2} <br /> <span id="pretaxe_price"><span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL)}</span> {l s='tax excl.'}</span> {/if} </div> Edited December 6, 2012 by atomozero (see edit history) Link to comment Share on other sites More sharing options...
castiel Posted December 6, 2012 Author Share Posted December 6, 2012 non hai sbagliato niente, solo devi ridurre la dimensione del font nel css Ovvero product.css alla voce .our_price_display .our_price_display { padding-bottom:10px; font-size:20px; line-height:18px; (questa è la dimensione del font) color:#00a6ff io ho cambiato anche il colore Link to comment Share on other sites More sharing options...
castiel Posted December 6, 2012 Author Share Posted December 6, 2012 .our_price_display { padding-bottom:10px; font-size:20px; (questa è la dimensione del font ... scusa nel post preced ho sbagliato riga) line-height:18px; color:#00a6ff Link to comment Share on other sites More sharing options...
atomozero Posted December 6, 2012 Share Posted December 6, 2012 e me lo fa vedere doppio perchè è troppo grande? veramente? Link to comment Share on other sites More sharing options...
atomozero Posted December 6, 2012 Share Posted December 6, 2012 (edited) .our_price_display { color: #595959; font-size: 18px; margin: 10px 0; } ho messo font-size a 18 ma rimane cmq doppio Edited December 6, 2012 by atomozero (see edit history) Link to comment Share on other sites More sharing options...
castiel Posted December 6, 2012 Author Share Posted December 6, 2012 no, il troppo grande, che sono attaccati... era quello il problema.. credevo, mi sono accorto adesso che è doppio... aspetta che ci guardo nel codice Link to comment Share on other sites More sharing options...
atomozero Posted December 6, 2012 Share Posted December 6, 2012 grazie ^___^ Link to comment Share on other sites More sharing options...
castiel Posted December 6, 2012 Author Share Posted December 6, 2012 il codice è corretto.... ma nei prodotti hai impostato il prezzo ed il regime fiscale??? Link to comment Share on other sites More sharing options...
atomozero Posted December 6, 2012 Share Posted December 6, 2012 oddio penso di si, ora controllo. c'è qualcosa che devo stare attento in modo particolare? Link to comment Share on other sites More sharing options...
castiel Posted December 6, 2012 Author Share Posted December 6, 2012 che sia impostato il prezzo con e senza iva, che nella nazione sia applicato il regime fiscale, ed attivato... queste sono le sole cose che mi vengono in mente al momento Link to comment Share on other sites More sharing options...
atomozero Posted December 6, 2012 Share Posted December 6, 2012 allora se imposto BO-> Localizzazione -> Nazioni Mostra etichetta tasse (es: “Tasse incl”): NO vedo questo: Link to comment Share on other sites More sharing options...
atomozero Posted December 6, 2012 Share Posted December 6, 2012 (edited) sul prodotto il prezzo è cosi impostato e localizzazione -> tasse Edited December 6, 2012 by atomozero (see edit history) Link to comment Share on other sites More sharing options...
castiel Posted December 6, 2012 Author Share Posted December 6, 2012 allora se imposto BO-> Localizzazione -> Nazioni Mostra etichetta tasse (es: “Tasse incl”): NO vedo questo: francamente mi sembra tutto a posto, tranne che io ho Mostra etichetta tasse (es: “Tasse incl”): SI Link to comment Share on other sites More sharing options...
atomozero Posted December 6, 2012 Share Posted December 6, 2012 oh mamma che casino ho combinato il 15 devo aprire e non so proprio dove sbattere la testa uff Link to comment Share on other sites More sharing options...
atomozero Posted December 6, 2012 Share Posted December 6, 2012 (edited) per ora, visto che la nostra clientela sarà dei professionisti, abbiamo deciso di lasciare gli importi senza iva e sistemare il codice nel seguente modo: <p class="our_price_display"> {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="our_price_display">{convertPrice price=$productPrice}</span> {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'} {/if} {/if} {/if} </p> Edited December 6, 2012 by atomozero (see edit history) Link to comment Share on other sites More sharing options...
castiel Posted December 7, 2012 Author Share Posted December 7, 2012 E come lo visualizzi? Link to comment Share on other sites More sharing options...
atomozero Posted December 7, 2012 Share Posted December 7, 2012 Vedo il prezzo singolo senza iva, inoltre in BO-> Localizzazione -> Nazioni se imposto: Mostra etichetta tasse (es: “Tasse incl”): NO visualizzo correttamente solo il prezzo, se imposto si mi fa vedere "IVA escl." Link to comment Share on other sites More sharing options...
castiel Posted December 7, 2012 Author Share Posted December 7, 2012 Vedo il prezzo singolo senza iva, inoltre in BO-> Localizzazione -> Nazioni se imposto: Mostra etichetta tasse (es: “Tasse incl”): NO visualizzo correttamente solo il prezzo, se imposto si mi fa vedere "IVA escl." Questo perchè l'impostazione SI/NO serve per mostrare o meno l'etichetta "Tasse" infatti es: Tasse incl. quello che non capisco è come mai, se imposti il prezzo anchje ivato, te lo faccia vedere in quel modo!! Link to comment Share on other sites More sharing options...
atomozero Posted December 7, 2012 Share Posted December 7, 2012 penso che PS 1.5.2 abbia grossi problemi di cookies, ora dal pc in ufficio vedo il prezzo ivato O.o e ieri sera da casa lo vedevo senza iva.... vi terrò informati... Link to comment Share on other sites More sharing options...
castiel Posted December 7, 2012 Author Share Posted December 7, 2012 giusto, ecco cosa c'era... non ci avevo pensato... quando apporti modifiche ad un file .tpl se vuoi vedere le modifiche, devi liberare la cache smarty... anche su questo la documentazione di PS 10.5.2 lascia a desiderare, perchè se cerchi online, trovi il sistema sia da BO che da FTP... ma il percorso dell'FTP è diverso in PS 1.5.2 in FTP devi andare in /cache/Smarty/compile e qui cancellare tutti i file, tranne index.php Link to comment Share on other sites More sharing options...
NeoSystem Posted April 17, 2013 Share Posted April 17, 2013 Fatte le variazioni ora ho: 0,30 € + iva 0,36 € ivato ............ma come sarebbe bello fosse: Prezzo: 764,90 € (632,15+iva) Prezzo di listino: 1.218,47€ Risparmio: 453,57 € Ciao, Scusami, che modifica hai fatto per ottenere le diciture come hai ora, da come erano prima ? ciao e Grazie Link to comment Share on other sites More sharing options...
NeoSystem Posted April 17, 2013 Share Posted April 17, 2013 si,lo ho appena fatto e vedo: + iva 0,30 € Tot. 0,36 € Sarebbe + bello che fosse: 0,30 € + iva 0,36 € ivato Mi riferivo a questa modifica :-) Grazie Link to comment Share on other sites More sharing options...
castiel Posted April 17, 2013 Author Share Posted April 17, 2013 Basta che segui le istruzioni al primo post Link to comment Share on other sites More sharing options...
NeoSystem Posted April 17, 2013 Share Posted April 17, 2013 Basta che segui le istruzioni al primo post Ciao, l'ho letto tutto, credo :-) ma ciò che intendo io è come spostare la scritta +iva, dopo il prezzo e non prima come cel'ho ora. Grazie ancora Link to comment Share on other sites More sharing options...
castiel Posted April 17, 2013 Author Share Posted April 17, 2013 inverti l'ordine degli addendi!! eheheh da così {l s='+ iva' mod='homefeatured'} {convertPrice price=$product.price_tax_exc} a così {convertPrice price=$product.price_tax_exc}{l s='+ iva' mod='homefeatured'} ciao Link to comment Share on other sites More sharing options...
NeoSystem Posted April 18, 2013 Share Posted April 18, 2013 inverti l'ordine degli addendi!! eheheh da così {l s='+ iva' mod='homefeatured'} {convertPrice price=$product.price_tax_exc} a così {convertPrice price=$product.price_tax_exc}{l s='+ iva' mod='homefeatured'} ciao Ora provo, mi hai risolto una bella begha, grazie infinite. Buona giornata Link to comment Share on other sites More sharing options...
castiel Posted April 18, 2013 Author Share Posted April 18, 2013 Di niente, figurati... Come ho scritto all'inizio ci ho sbattuto la testa x un bel po'! Ciao Link to comment Share on other sites More sharing options...
mondialshop Posted May 23, 2013 Share Posted May 23, 2013 non riprogrammate nulla... clienti gruppi customer mostra prezzi tasse incluse e wualà... ciao Link to comment Share on other sites More sharing options...
castiel Posted May 24, 2013 Author Share Posted May 24, 2013 ???? Francamente non capisco il tuo post.... Questo tutori al serve x visualizzare entrambi i prezzi, sia con che senza tasse. Link to comment Share on other sites More sharing options...
Moris83 Posted January 15, 2016 Share Posted January 15, 2016 Funziona anche su Prestashop 1.6.1.2 ? 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