kubo12312 Posted March 27, 2017 Share Posted March 27, 2017 Potrebujem pridať konečnú cenu nad potvrdenie objednávky (viz. obrázok). Spravil som to, že v module One page checkout v súbore order-payment.tpl som pridal tento kód: <div class="total_price_down"> <p>{l s='Total:' mod='onepagecheckout'}</p> {if $use_taxes} <p id="total_price" style="color: #333; text-transform: none;">{displayPrice price=$total_price}</p> {else} <p id="total_price" style="color: #333; text-transform: none;">{displayPrice price=$total_price_without_tax}</p> {/if} </div> Problém je v tom, že ak dám napr. osobné vyzdvihnutie tak cena sa mi už neprepočíta. V čom je problém, prosím? Ďakujem 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