Jump to content

Different taxes for product combinations


jimi007

Recommended Posts

Hi,

 

currently in PS v 1.6 I see that there is only one tax option that applies to product or all combination for that product. What we are trying to achieve is to apply different taxes for each combination inside one product.

 

As we know we can override or increase/decrease prices for combinations and same there should be a way to override tax for combinations.

scenario:

 

Product 1

combination A

Total (excl VAT): 55,25 DKK

VAT: 13,75 DKK

Total: 69,00 DKK

combination B

Total (excl VAT): 147,46 DKK

VAT: 38,54 DKK

Total: 186,00 DKK

Can any expert and developer help us to get this in cart and total at check-out

Or can we achieve this with Eco-tax ?

Thank You

 

Link to comment
Share on other sites

Thank you for your valuable response.  I have get required values by using Ecotax on product pages  and now just need to display them at check-out page

at product page I can get exact price for combination and there is a message as well
Including 38,54 kr for ecotax

 

post-821784-0-24199000-1419936173_thumb.jpg

 

Is there a way to display at check-out

Total price without EcoTax = xxxx
Total EcoTax =xxx
Total price with EcoTax =xxx

I have inspected shopping-cart.tpl but not found anything and instead in file product.tpl i found this
 

<p class="price-ecotax">{l s='Including'} <span id="ecotax_price_display">{if $priceDisplay == 2}{$ecotax_tax_exc|convertAndFormatPrice}{else}{$ecotax_tax_inc|convertAndFormatPrice}{/if}</span> {l s='for ecotax'}
                                    {if $product->specificPrice && $product->specificPrice.reduction}
                                    <br />{l s='(not impacted by the discount)'}
                                    {/if}
                                </p>

Can I display this with some changes in code ?

Edited by jimi007 (see edit history)
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...