zbik93 Posted August 22, 2014 Share Posted August 22, 2014 Usunąłem warunek z product.tpl {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} Teraz wyświetla mi się cena brutto i netto, ale przy kombinacjach cena brutto się zmienia lecz cena netto pozostaje bez zmian. Jakie zmiany należy jeszcze zrobić by cena netto również zmieniała się automatycznie przy zmianie atrybutów. Link to comment Share on other sites More sharing options...
0 vekia Posted August 22, 2014 Share Posted August 22, 2014 nie jest to takie proste, w tym wypadku konieczne będzie napisanie, jak przypuszczam, jakiegoś skrypty php (np, modyfikacja kontrolera) który dołączy ceny które chcesz wyświetlić do zmiannych dodanych do smarty. mało tego, konieczna będzie modyfikacja skryptów js odpowiedzialnych za wyszukiwanie cen kombinacji i dodanie tam funkcji wyświetlających cenę którą chcesz również zmienić oprócz tej standardowej Link to comment Share on other sites More sharing options...
0 grennet Posted September 27, 2016 Share Posted September 27, 2016 (edited) Mam problem z cenami netto i brutto, walczę już nad tym kilka godzin i nic. 99,84 zł brutto81,17 zł netto Chciał bym by także napis brutto był na czerwono.Poniżej kod z product.tpl Miało by to wyglądać w ten sposób : 99,84 zł brutto81,17 zł netto <span id="tax_price_display"class="price" itemprop="price" content="{$product->getPrice(true, $smarty.const.NULL)}">{convertPrice price=$product->getPrice(true, $smarty.const.NULL)} </span>{l s='brutto'} <br> <span id="pretaxe_price_display"> {convertPrice price=$product->getPrice(false, $smarty.const.NULL)} </span>{l s='netto'} Edited September 27, 2016 by grennet (see edit history) Link to comment Share on other sites More sharing options...
0 e_com Posted September 27, 2016 Share Posted September 27, 2016 Zamknij <span> za napisem brutto. <span id="tax_price_display"class="price" itemprop="price" content="{$product->getPrice(true, $smarty.const.NULL)}"> {convertPrice price=$product->getPrice(true, $smarty.const.NULL)} {l s='brutto'} </span> Link to comment Share on other sites More sharing options...
0 grennet Posted September 27, 2016 Share Posted September 27, 2016 Bardzo dziękuję , działa, że nie pomyślałem o tym !! Ale cóż człowiek zawsze uczy się Link to comment Share on other sites More sharing options...
Question
zbik93
Usunąłem warunek z product.tpl
Teraz wyświetla mi się cena brutto i netto, ale przy kombinacjach cena brutto się zmienia lecz cena netto pozostaje bez zmian.
Jakie zmiany należy jeszcze zrobić by cena netto również zmieniała się automatycznie przy zmianie atrybutów.
Link to comment
Share on other sites
4 answers to this question
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