BoKr Posted June 12, 2014 Share Posted June 12, 2014 (edited) Hello where can I edit the fancy pop up windows of the cart that appears when adding products to the cart? I need to eliminate the tax lines. Edited June 13, 2014 by B.Köring (see edit history) Link to comment Share on other sites More sharing options...
BoKr Posted June 13, 2014 Author Share Posted June 13, 2014 Here is the answer: /theme/module/BLOCK.CART if you want to swipe tax line in hook top right a) {* Ajax Warenkorb ohne Steueranzeige {if $show_tax && isset($tax_cost)} <div class="cart-prices-line"> <span class="price cart_block_tax_cost ajax_cart_tax_cost">{$tax_cost}</span> <span>{l s='Tax' mod='blockcart'}</span> </div> {/if} *} the fancy box <!-- Fancy Warenkorb Steuer raus. {if $show_tax && isset($tax_cost)} <div class="layer_cart_row"> <strong class="dark">{l s='Tax' mod='blockcart'}</strong> <span class="price cart_block_tax_cost ajax_cart_tax_cost">{$tax_cost}</span> </div> {/if} --> 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