Tomas Benda Posted December 13, 2012 Share Posted December 13, 2012 Ahoj, nemůžu nikde najít funkční řešení jak zobrazovat zároveň cenu s i bez DPH. Příjde mi zvláštní že by se kvůli tomu musely upravovat zdrojové kódy. Nejde to někde v nastavení? Chci obě ceny zobrazovat i pro neregistrované. Děkuji Link to comment Share on other sites More sharing options...
skcolibri Posted December 13, 2012 Share Posted December 13, 2012 Mne to zvlastne nepride, ano treba tam dopisat jeden riadok. Otazne je ci nebude problem, kedze cena musi byt jednoznacna. Link to comment Share on other sites More sharing options...
Tomas Benda Posted December 13, 2012 Author Share Posted December 13, 2012 OK, pokud je toto běžný stav, tak potom je to v pořádku. Nemáte prosím návod na upravit zobrazování ceny s a bez DPH pro verzi 1.5.2? Všechny návody co jsem našel, jsou pro staré verze. Děkuji Link to comment Share on other sites More sharing options...
solarm Posted December 18, 2012 Share Posted December 18, 2012 Cena s DPH : {convertPrice price=$product.price} {l s='tax incl.'} Cena bez DPH : {convertPrice price=$product.price_tax_exc} {l s='tax excl.'} Link to comment Share on other sites More sharing options...
Jan Spacil Posted December 26, 2012 Share Posted December 26, 2012 Ja to vyresil takto: products.tpl <p class="our_price_display"> {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="our_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)}</span> <span id="our_price_display_tax">({convertPrice price=$productPrice} {l s='tax incl.'})</span> {/if} </p> product-list.tpl <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_tax_exc}{/if}</span><br />{/if} {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price_tax" style="display: inline;">({if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} {l s='tax incl.'})</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> Plus samozrejme nastylovani. Link to comment Share on other sites More sharing options...
djmila Posted December 27, 2012 Share Posted December 27, 2012 pro jakou verzi presty to je ? 1.5.2 ? Link to comment Share on other sites More sharing options...
Jan Spacil Posted December 30, 2012 Share Posted December 30, 2012 Ano, 1.5.2 Link to comment Share on other sites More sharing options...
Zwooky Posted January 22, 2013 Share Posted January 22, 2013 Klasicky to funguje perfektně, ale když mám u zboží atributy, které ovlivňují cenu, nefunguje to. Nemění se to. Dělám něco špatně nebo je to chyba? díky Link to comment Share on other sites More sharing options...
Tomas Benda Posted February 11, 2013 Author Share Posted February 11, 2013 Děkuji, mě to velmi pomohlo Link to comment Share on other sites More sharing options...
Zwooky Posted February 25, 2013 Share Posted February 25, 2013 Je to funkční. Měl jsem to tam nějak zpřeházené. Link to comment Share on other sites More sharing options...
fosilia Posted March 26, 2013 Share Posted March 26, 2013 Zwooky kde je chyba? Nejako to nemozem najst. Ked su atributy u produktu uz su obje ceny rovnake s DPH. Link to comment Share on other sites More sharing options...
Zwooky Posted March 27, 2013 Share Posted March 27, 2013 hele já sám přesně nevím, kde jsem měl chybu Prostě začni znova pomocí těch syntaxí tady a ke svému vzoru si to přizpůsobuj krok po krůčku. Ono to nějak půjde Link to comment Share on other sites More sharing options...
fosilia Posted April 14, 2013 Share Posted April 14, 2013 Tak opravene a takto je to spravne... <span id="pretaxe_price"><span id="pretaxe_price_display"> 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