betagrafic Posted January 5, 2011 Share Posted January 5, 2011 Salve e grazie anticipatamente a chi vorrà aiutarmi.Ho inserito gli articoli con l'opzione di mostrare i prezzi senza IVA,(nel carrello verrà mostrata l'IVA).Ora sto inserendo alcuni accessori e mi sono accorto cheil prezzo (degli accessori) viene mostrato invece compreso IVA,(nel carrello il calcolo è corretto).Allego un immagine espicativa.Saluti. Link to comment Share on other sites More sharing options...
marco2807 Posted January 5, 2011 Share Posted January 5, 2011 Vai in Product.tpl nel tuo tema e cerca la sezione "Accessories" e dentro il loop sugli accessori trovi la sezione prezzo, l'ho modificata così: {if !$priceDisplay}{displayWtPrice p=$accessory.price}{else}{displayWtPrice p=$accessory.price_tax_exc} {l s='tax excl.'}{convertPrice price=$accessory.price}{/if} il codice completo della sezione diventa così, tu puoi togliere le traduzioni e i DIV che non ti interessano (io facico vedere sia prezzo + iva sia prezzo ivato > <!-- accessories --> </pre> <ul> </ul> <div> {foreach from=$accessories item=accessory name=accessories_list} {assign var='accessoryLink' value=$link->getProductLink($accessory.id_product, $accessory.link_rewrite, $accessory.category)} {$accessory.name|truncate:22:'...':true|escape:'htmlall':'UTF-8'} getImageLink($accessory.link_rewrite, $accessory.id_image, 'medium')}" alt="{$accessory.legend|escape:'htmlall':'UTF-8'}" /> {$accessory.description_short|strip_tags|truncate:100:'...'} {if !$priceDisplay}{displayWtPrice p=$accessory.price}{else}{displayWtPrice p=$accessory.price_tax_exc} {l s='tax excl.'}{convertPrice price=$accessory.price}{/if} {l s='View'} {l s='Add to cart'} {/foreach} </div> <br Fammi sapere!CiaoMarco Link to comment Share on other sites More sharing options...
betagrafic Posted January 5, 2011 Author Share Posted January 5, 2011 Grazie tante, ho risolto, ma sono intervenuto sul file "productaccessories.tpl" all'internodi un Modulo che utilizzo per gli accessori.Gentilissimo 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