Jump to content

[solved]Presta 1.6 -- new fancy cart pop up -- where to edit


Recommended Posts

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}
              *}
 B) 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...